Skip to content

Release Notes: 1.3

Prashanth Nethi edited this page Apr 9, 2015 · 17 revisions

This is a draft!

This page will not be finalized until the end of Release 1.3 -- approximately April 15.

What's New in Release 1.3

  • TODO: draft

  • Code Editing

  • Brackets Health Report

    • Anonymous data to help improve Brackets: You can preview the data that will be sent, and opt-out if desired. We've gone to great lengths to protect your privacy and maintain transparency about what data is sent - please read our blog post for details.
  • Search

  • Command Line Integration

    • Command Line tool integration on Windows and MAC: You can now open files and folders, in Brackets just by typing Brackets myFile.txt or Brackets myFolder from command line. Also on Windows, you can launch Brackets from Run Command or open a file or a folder right from the explorer just by choosing "Open With Brackets" from it's context menu.
  • Localization

    • Translation updates for: (TODO - updated locales in alphabetical order)

Full change logs: brackets and brackets-shell

UI Changes

Quick Open - The first item is automatically highlighted, making it more clear that you can press Enter immediately to jump to the top item (Down arrow not required). Pressing the Down arrow once highlights the 2nd item in the result (previously required two presses). Quick Find Definition no longer changes the scroll position before you start typing.

API Changes

TODO

New/Improved Extensibility APIs

TODO

Known Issues

  • 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.

Community contributions to Brackets

TODO

Pulling source code from Git

TODO: any brackets-shell updates? which of the below messages are applicable?

  • A new brackets-shell build is required for this sprint. Be sure to rerun grunt setup before building.
  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
  • Rebuilding/updating brackets-shell is optional for this release.
  • Rebuilding/updating brackets-shell is not required for this release.
  • brackets-shell's Node dependencies have changed. Run npm install before rebuilding brackets-shell.
  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.
  • A submodule URL was changed this sprint. Run git submodule sync and then git submodule update --init --recursive to ensure your local source tree reflects the update.

Bugs fixed in Release 1.3

For details on the bugs addressed, please refer to closed Release 1.3 bugs. Not all fixed bugs will be caught by this search query, however.

Clone this wiki locally