Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Release Notes: 1.2

abose edited this page Feb 18, 2015 · 40 revisions

This is a draft!

This page will not be finalized until the end of Release 1.2 -- approximately February 19.

What's New in Release 1.2

  • Code Editing & Hinting
  • UI Appearance
    • Windows High DPI support: Brackets in now HiDPI ready on devices running Windows 7 or higher. Text and images would be rendered crisper in win 8.1+ devices when OS scaling is applied. (Brackets is not optimized for per monitor DPI settings in a multimonitor setup).
  • Live Preview
    • Experimental Live Preview: Experimental multi-browser live preview can be enabled/disabled Under “File -> Enable Experimental Live Preview” menu (This does not currently support pages that use your own custom server).
  • Bug Fixes
  • Localization
    • Translation updates for: Chinese (Simplified), Czech, Finnish, French, German, Serbian, Romanian.

Full change logs: brackets and brackets-shell

UI Changes

TODO / or No major changes to existing features.

API Changes

CodeMirror: Upgraded CM to 4.11

jQuery: Upgraded from 2.1.1 to 2.1.3

InlineColorEditor: Replacing InlineColorEditor(color, startBookmark, endBookMark) with InlineColorEditor(color, marker) Using TextMarker object for InlineColorEditor rather than bookmark for start and end position.

New/Improved Extensibility APIs

TODO

Known Issues

  • Activity Monitor in Mavericks (OS X 10.9) says the Brackets Helper process is "Not Responding" even when it's working normally (#5794). You can safely ignore this unless Brackets is actually failing to respond when you click or type text.
  • 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

Pulling source code from Git

  • Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are significant bugfixes).
  • Some submodules were updated this sprint. Run git submodule update to ensure your source tree is fully up to date.

Bugs fixed in Release 1.2

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

Clone this wiki locally