-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release Notes: Sprint 37
This document will not be finalized until the end of Sprint 37 -- approximately February 17.
TODO
Full change logs: brackets and brackets-shell
No major changes to existing features.
File System - Paths with unsupported Windows-style separators ("" instead of "/") are now explicitly rejected immediately; previously they were accepted by FileSystem but behaved brokenly in various ways.
Optional requirejs-config.json - Allows extensions to define their own RequireJS configuration file requirejs-config.json
before the main.js
entry point loads. See https://github.com/adobe/brackets/pull/6671. File format must follow http://requirejs.org/docs/api.html#config.
- Mountain Lion (OS X 10.8) by default will not allow Brackets to run since it's not digitally signed yet. To work around this, right click the Brackets app and choose Open. You only need to do that once -- afterward, launching Brackets the normal way will work also.
- #2272: Windows Vista may not allow the Brackets installer to run (you may not see any error message). To work around this, right-click the installer file, choose Properties, and click the Unblock button.
- #4362: Slow startup of Brackets and Live Preview on Windows due to Chrome proxy settings. See workaround.
- Debug > Run Tests is disabled in the installer/DMG distributions of Brackets, because the unit test code is not included. To run unit tests, pull Brackets from GitHub instead.
TODO
TODO
For details on the bugs addressed, please refer to closed sprint 37 bugs. Not all fixed bugs will be caught by this search query, however.