http://www.sublimetext.com/3Build 3007
Release Date: 30 January 2013
OSX: Fixed extraneous dock icons
Added Symbol Indexing support for Scala
Fixed crash that could occur when using Goto Anything
Fixed the ignored_packages setting not working correctly with zipped packages
Vintage: Fixed 'o' and 'O'
API: Fixed on_query_completions not working correctly in some circumstance
API: Re-added view.score_selector
API: Selection.add() no longer ignores the xpos
Build 3006
Release Date: 29 January 2013
Added Goto Definition, and Goto Symbol in Project
Significantly improved startup time
Significantly improved Replace All performance
Improved matching algorithm used for Goto Anything and Autocomplete, now accepts transposed characters
UI: Enhanced pane management
UI: Previewing files from the sidebar creates a preview tab
UI: Improved animation in the side bar
Projects: Multiple workspaces can be created for a single project
Projects: When adding folders to the sidebar, symlinks are not followed by default. This can be changed by enabling follow_symlinks in the project.
Build Systems: Added 'shell_cmd', which supersedes 'cmd', with more intuitive syntax
Build Systems: Better PATH handling behavior on OS X when using shell_cmd.
Build Systems: 'Make' build system has an improved error message regex
Build Systems: Syntax file can be specified for the output
Build Systems: Word wrap is enabled by default
Find in Files: Improved handling of binary files
Find in Files: Line numbers are hidden in the output
Find: Find in Selection will no longer be automatically selected
Find: Removed Reverse option
OSX: Improved performance on Retina displays
OSX: 10.7 or later is required
OSX: 64 bit only
OSX: System version of Python is no longer a dependency
OSX: Italic fonts are synthesized when not available in the typeface
Linux: .deb files are provided
Linux: Starting from the command line will daemonize the process by default
API: Upgraded from Python 2.6 to Python 3.3
API: Plugins run out-of-process
API: Plugin API is now threadsafe
API: Some API events are now run asynchronously
API: begin_edit() / end_edit() are no longer accessible
API: Projects are exposed to the API
API: Added window.settings() and window.template_settings()
API: show_quick_panel accepts an on_highlighted callback