Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 2.64 KB

File metadata and controls

64 lines (54 loc) · 2.64 KB

Brackets Todo Changelog

All notable changes to this project will be documented in this file.

0.7.0 - 2014-09-03

  • Allow modifying tag colors.
  • Allow sorting by done status.
  • Recognize and link to GitHub issues and mentions.
  • Ukrainian translation. Thanks to Maks Lyashuk (@probil).
  • Update to italian translation. Thanks to Denisov21 (@Denisov21).

0.6.0 - 2014-08-17

  • Allow modifying default settings through new settings dialog. Thanks to Wei Lin (@anzhihun).
  • Italian translation. Thanks to Fez Vrasta (@FezVrasta).
  • French translation. Thanks to Cyrakuse (@cyrakuse).
  • Spanish translation. Thanks to Iván Barcia (@ivarcia).
  • Galician translation. Thanks to Iván Barcia (@ivarcia).

0.5.3 - 2014-04-02

  • Ignore binary files, images and unknown files to speed up performance.

0.5.2 - 2014-03-24

  • Use new preferences system.

0.5.1 - 2014-02-12

  • Fix file name issue on Linux.
  • German translation. Thanks to Marcel Gerber (@SAPlayer).

0.5.0 - 2014-01-29

  • Comments with #-syntax is now recognized.
  • FUTURE tag is now recognized by default.
  • Functionality is broken down into smaller modules.
  • Main functionality is now unit tested.
  • .todo file can be created automatically if not available.
  • New icon for indicating use of .todo file.
  • Support for localization.
  • Chinese translation. Thanks to Wei Lin (@anzhihun).
  • Filtering by tag name. Thanks to Wei Lin (@anzhihun).
  • Editor now centers on task when clicked in pane. Thanks to Wei Lin (@anzhihun).
  • Toolbar icons to expand and collapse all files at once. Thanks to Wei Lin (@anzhihun).
  • Several updates to read me and examples. Thanks to Wei Lin (@anzhihun).

0.4.0 - 2013-11-16

  • Use new filesystem API.
  • Pane enabled state is now remembered.
  • File visibility state is now remembered.
  • More efficient searches, especially for project scope.
  • Files and folders can be excluded from search.
  • Tasks can now be marked as done.
  • Panel toolbar now contains indicator when .todo file is used.
  • Panel scrolls to current open file when in project scope.
  • Extension can be toggled by toolbar icon.
  • At signs are now recognized and allowed by default. Thanks to John Blackbourn (@johnbillion).

0.3.0

  • Scope of search can be set to currently open document or entire project.
  • Option for case sensitive searches.

0.2.0

  • Default settings, including regular expression used and tags, can be customized by adding a .todo file in your project root.
  • Colon after tags are now optional to allow easier customization of comment syntax.
  • TODO, FIXME, NOTE and CHANGES tags have colors for an improved experience and easier navigation. Thanks to António Pinto (@apintocr).

0.1.2

  • Initial release.