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

Release Notes: 1.0

redmunds edited this page Nov 1, 2014 · 9 revisions

This is a draft!

This document will not be finalized until the end of Release 1.0 -- approximately November 3.

What's New in Release 1.0

Full change logs: brackets and brackets-shell

UI Changes

  • Brackets running on Yosemite (OSX 10.10) now has a Yosemite look with flat traffic light buttons. The full-screen button moves to the green traffic light button on Yosemite as well.

  • Brackets now works with auto-hide Task Bars on Windows with Maximized windows.

API Changes

There were no API changes in this release. A wiki on best practices for programmatically opening files in Brackets was published: https://github.com/adobe/brackets/wiki/Programmatically-Opening-Files-in-Brackets

New/Improved Extensibility APIs

Themes - Themes no longer need to include a dummy 'main.js' file. Theme authors may wish to continue including this file in the short term for compatibility with Brackets 0.44, however.

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

TODO

Pulling source code from Git

  • Recommended: rebuild or reinstall an updated brackets-shell (new functionality was added).
  • 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.0

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

Clone this wiki locally