-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
630 lines (574 loc) · 36.5 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<style>
html {
background-color: #f6f6f6;
margin: 16px;
}
body {
color: #333;
font-family: "Open Sans", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}
ul {
padding-left: 1.2rem;
}
li { margin: 2px; }
h1 {
font-size: 2.0rem;
margin: 0;
}
h2 {
color: #444;
font-size: 1.4rem;
margin: 1em 0 0.1em 0;
}
a {
color: #000;
}
article { display: block; }
.release-date, .forum-link {
font-size: 0.9rem;
font-style: italic;
color: #666;
}
</style>
<h1>Stable Channel Changelog</h1>
<article class="current">
<h2>3.0 (Build 3143)</h2>
<div class="release-date">September 2017</div>
<ul>
<li>Refreshed UI theme, including full high DPI support</li>
<li>New icon</li>
<li>Added alternate theme, Adaptive, that inherits colors from the color scheme</li>
<li>Added new color schemes <i>Breakers</i>, <i>Mariana</i> and <i>Sixteen</i>, derived from the excellent work of Chris Kempson and Dmitri Voronianski</li>
<li>Added color scheme and theme switchers with live preview via the command palette</li>
<li>Windows: Added touch input</li>
<li>Linux: Added <a href="https://www.sublimetext.com/docs/3/linux_repositories.html">repositories</a> for apt, yum and pacman</li>
<li>Mac: Added Touch Bar support</li>
<li>Mac: Support for custom color window title bars on OS X 10.10+</li>
<li>Many additions and bug fixes to the theme engine, plus <a href="https://www.sublimetext.com/docs/3/themes.html">full documentation</a></li>
<li>Significant improvements to Markdown syntax highlighting, with thanks to <a href="https://github.com/keith-hall">keith-hall</a></li>
<li>Significant improvements to C# syntax highlighting, with thanks to <a href="https://github.com/gwenzek">gwenzek</a></li>
<li>Significant improvements to Java syntax highlighting, with thanks to <a href="https://github.com/djspiewak">djspiewak</a></li>
<li>Significant improvements to Python syntax highlighting, with thanks to <a href="https://github.com/FichteFoll">FichteFoll</a></li>
<li>Significant improvements for R syntax highlighting, with thanks to <a href="https://github.com/randy3k">randy3k</a></li>
<li>Markdown: Improved symbol handling</li>
<li>C#: Improved symbol handling</li>
<li>Many other syntax highlighting improvements</li>
<li>Various bugs with the syntax highlighting engine have been resolved</li>
<li>Fixed several crash issues</li>
<li>Improved responsiveness when the system is under high CPU load</li>
<li>High DPI textures are used on Windows and Linux when the DPI scale is greater than 1.0</li>
<li>Improved font selection on all platforms, allowing selection of different weights by name</li>
<li>Added setting <tt>theme_font_options</tt> to control font rendering of UI elements</li>
<li>Improved auto indent rules for HTML and PHP</li>
<li>Font geometry issues that prevent bold or italics are now printed in the console</li>
<li>Fixed flash-of-white that could occur when the auto complete window is closed</li>
<li>Disable scroll animation when <tt>animation_enabled</tt> is false in settings</li>
<li>Files can now be renamed when only the case has changed</li>
<li>New windows start with an empty find history</li>
<li>Find in Files panel now responds to <tt>find_all</tt> and <tt>replace_all</tt> commands</li>
<li>Various regex handling improvements in the Find panel</li>
<li>Fixed text widgets cutting off the bottom pixel of their selection border</li>
<li>Fixed an issue with <tt>close_windows_when_empty</tt> in empty session</li>
<li>Fixed empty panes on startup when <tt>hot_exit</tt> was set to false</li>
<li>Fix Open Containing Folder on Windows with a folder containing a comma</li>
<li>Fix multi-cursor pasting when clipboard contains one or more full lines</li>
<li>Prevent UNC paths from being mangled by <tt>edit_settings</tt></li>
<li>Prevent a crash when a malformed regex is used in indentation settings</li>
<li>Improved rendering performance with a large number of gutter icons</li>
<li>Gutter icons are now sized properly on Windows and Linux high DPI screens</li>
<li>Improved sidebar performance when folders contain many thousands of files</li>
<li>Improved inline error message style</li>
<li>Fixed an issue where multiple indexing status windows could be shown</li>
<li>Windows: Font rendering defaults to DirectWrite unless using Consolas or Courier New</li>
<li>Windows: Added support for <tt>no_antialias</tt> font option when using DirectWrite</li>
<li>Windows: Improved touch pad scrolling</li>
<li>Windows: Improved file change detection robustness</li>
<li>Windows: Improved font selection logic</li>
<li>Windows: Fix ctrl+` shortcut for UK (ISO) keyboards</li>
<li>Windows: Improved fallback font handling in UI elements</li>
<li>Windows: The subl executable on OS X and plugin_host.exe on Windows are now signed</li>
<li>Windows: sublime_text.exe now has CompanyName set in VERSIONINFO</li>
<li>Mac: Handle layout changes due to macOS Sierra tabs</li>
<li>Mac: Improved default web browser detection</li>
<li>Mac: OS X 10.11 and macOS 10.12+ default to using San Francisco for the UI font</li>
<li>Mac: Fixed file change notifications from freezing UI on macOS Sierra</li>
<li>Mac: the user's default shell is executed and environmental variables are set in the plugin Python environment</li>
<li>Linux: Update X11 selection on clipboard every time selection changes</li>
<li>Linux: Improved <tt>MOD3</tt> modifier key handling</li>
<li>minihtml: Added support for borders</li>
<li>minihtml: Respects <tt>font_options</tt> from the settings</li>
<li>minihtml: Fixed layout of html popups on Windows and Linux under High DPI</li>
<li>minihtml: Fixed crash when doctype is present</li>
<li>minihtml: Fixed a crash from non-existent CSS vars</li>
<li>minihtml: Fixed a crash triggered by bad image paths</li>
<li>API: Add <tt>View.text_to_window()</tt> and <tt>View.layout_to_window()</tt></li>
<li>API: All API functions now accept and return device-independent-pixels</li>
<li>API: Fixed input panel not running <tt>on_cancel</tt> when re-showing the input panel</li>
<li>API: Fixed selector scoring with the & operator</li>
<li>API: Fixed a bug causing incorrect phantom contents</li>
<li>API: Fixed crash in <tt>Window.set_view_index()</tt></li>
<li>API: Updated OpenSSL to 1.0.2k, SQLite to 3.16.02</li>
</ul>
</article>
<article>
<h2>Build 3126</h2>
<div class="release-date">23 September 2016</div>
<ul>
<li>Added Indexing Status to the Help menu to give more information about what the indexer is doing</li>
<li>Fixed a compatibility issue with some third party syntax definitions that include <tt>JavaScript.sublime-syntax</tt></li>
<li>Reduced the default number of worker processes used for indexing. This can be manually controlled via the <tt>index_workers</tt> setting</li>
<li>API: Updated OpenSSL to 1.0.2i</li>
</ul>
</article>
<article>
<h2>Build 3124</h2>
<div class="release-date">22 September 2016</div>
<div class="forum-link">See also the <a href="https://www.sublimetext.com/blog/articles/sublime-text-3-build-3124">Blog Post</a></div>
<ul>
<li>Settings now open in a new window, with the default and user settings side-by-side</li>
<li>Hovering over a symbol will show a popup indicating where it's defined. This is controlled with the <tt>show_definitions</tt> setting.</li>
<li>Build errors are now shown inline at the location where they occurred. This is controlled with the <tt>show_errors_inline</tt> setting.</li>
<li>Added a menu item and command palette entry to install Package Control</li>
<li>Various syntax highlighting improvements</li>
<li>Significant improvements to the Scala syntax definition, with thanks to <a href="https://github.com/djspiewak">djspiewak</a> and <a href="https://github.com/gwenzek">gwenzek</a></li>
<li>Significant improvements to the LaTeX syntax definition, with thanks to <a href="https://github.com/randy3k">randy3k</a></li>
<li>Improved Goto Definition performance when a large number of files are open</li>
<li>Minor improvements to file load times</li>
<li>Linux and OSX: Improved memory usage</li>
<li>Fixed Replace not working as expected in conjunction with regex look behinds</li>
<li>Fixed build systems being unable to use "file_patterns" with the <tt>exec</tt> command</li>
<li>Corrected tab overlap on High DPI Windows and Linux configurations</li>
<li>OSX: Fixed a graphical glitch when switching tabs</li>
<li>OSX: Fixed crash when entering a surrogate pair via hex input</li>
<li>Linux: Improved rendering performance for some systems</li>
<li>File encoding of open files is now stored in the session</li>
<li>Build Systems may define a cancel command using the "cancel" key</li>
<li>Syntax: Added <tt>clear_scopes</tt> directive, to give more control over the generated scopes</li>
<li>Color Schemes: Added <tt>popupCss</tt> key, for defining default popup style sheets</li>
<li>Color Schemes: Added <tt>phantomCss</tt> key, for defining default phantom style sheets</li>
<li>minihtml: High DPI support was added for Windows and Linux</li>
<li>minihtml: Windows style line endings and single quoted attributes are now supported</li>
<li>minihtml: Child selectors may now be used in style sheets</li>
<li>minihtml: The <tt>inherit</tt> CSS value has been implemented</li>
<li>minihtml: <tt>font-family</tt> stacks may now be used</li>
<li>minihtml: Support for the <tt>line-height</tt> CSS property was added</li>
<li>minihtml: Elements may now be relatively positioned</li>
<li>minihtml: Inline elements support <tt>padding</tt> and <tt>background-color</tt> set</li>
<li>minihtml: CSS variables and the <tt>var()</tt> function are now supported</li>
<li>minihtml: Added the CSS color functions <tt>color()</tt> (partial), <tt>rgb()</tt>, <tt>rgba()</tt>, <tt>hsl()</tt> and <tt>hsla()</tt></li>
<li>minihtml: Fixed a stack overflow on Windows with too many unclosed tags</li>
<li>API: Added <tt>Phantom</tt> and <tt>PhantomSet</tt></li>
<li>API: Added <tt>ViewEventListener</tt></li>
<li>API: Added <tt>View.is_primary()</tt></li>
<li>API: Added <tt>EventListener.on_hover(view, point, hover_zone)</tt></li>
<li>API: Added functions to get and set visibility of the minimap, status bar, tabs and menu</li>
<li>API: Modifications to a selection are now constrained to the valid range</li>
<li>API: Updated Python 3.3 to commit 8e3b9bf917a7, and SQLite to 3.14.1</li>
<li>Packages: Loading packages will no longer abort if a <tt>.sublime-package</tt> is corrupt</li>
<li>Packages: Fixed an edge case when loading third party packages from unicode paths on Windows</li>
</ul>
</article>
<article>
<h2>Build 3114</h2>
<div class="release-date">12 May 2016</div>
<ul>
<li>New C++, JavaScript and Rust syntax definitions with improved accuracy and performance</li>
<li>Many other syntax highlighting improvements</li>
<li>OSX: Improved rendering performance, especially on high resolution screens</li>
<li>Improved word wrap behavior</li>
<li>Improved spell check behavior</li>
<li>Improved file indexing behavior with multiple windows open</li>
<li>Themes may now be switched on the fly without artifacts</li>
<li>HTML: Pressing enter when between a tag pair will increase indentation</li>
<li>Some snippets have have been moved into a sub-directories, so custom overrides and key bindings that reference them will need to be updated</li>
<li><tt>show_scope_name</tt> command shows the scope in a popup</li>
<li>Package Development: Added 'Syntax Tests - Regex Compatibility' build variant for evaluating syntax definition performance</li>
<li>Package Development: Expanded the set of regexes the new regex engine is able to handle</li>
<li>Syntax Definitions: Fixed some cases where pop matches with back references weren't working correctly</li>
<li>Fixed some Unicode handling issues in Goto Anything</li>
<li>Fixed a scenario where changes to <tt>.tmPreferences</tt> files weren't being picked up</li>
<li>Fixed a 3096 rendering performance regression</li>
<li>Fixed a 3096 regression in regular expressions when using <tt>\x{nnnn}</tt> escapes</li>
<li>Fixed a crash that could occur with an invalid <tt>result_file_regex</tt> settings</li>
<li>API: Added <tt>Window.status_message()</tt></li>
<li>API: Changes to how plugins are loaded. This should be transparent, but resolves a number of corner cases</li>
<li>API: Updated to Python 3.3.6, and now includes the <tt>_ssl</tt> module on Linux, plus <tt>sqlite3</tt> and <tt>bz2</tt> on all platforms</li>
<li>API: Updated OpenSSL to 1.0.2h</li>
</ul>
</article>
<article>
<h2>Build 3103</h2>
<div class="release-date">9 February 2016</div>
<div class="forum-link">See also the <a href="https://www.sublimetext.com/blog/articles/sublime-text-3-build-3103">Blog Post</a></div>
<ul>
<li>Added new Syntax Definition file format, <a href="https://www.sublimetext.com/docs/3/syntax.html">.sublime-syntax</a></li>
<li>Added a custom regex engine that matches multiple regexps in parallel, for faster file loading and indexing</li>
<li>Improved Unicode support, including combining character rendering, character classification in regex searches, and case insensitivity in Goto Anything matching</li>
<li>Packages are now on <a href="https://github.com/sublimehq/Packages">GitHub</a></li>
<li>Incorporates many community provided improvements to the above packages, with significant improvements to HTML, CSS, JavaScript, Go, D and SQL</li>
<li>Added Panel Switcher to status bar</li>
<li>Better handling of troublesome files during indexing</li>
<li>Improved file change detection</li>
<li>Added "Profile Events" to the Command Palette, to help identify slow plugins</li>
<li>Build Systems may now define a list of file name wildcard patterns to trigger on, via the <tt>file_patterns</tt> key</li>
<li><tt>prompt_open_file</tt> and related commands now accept an <tt>initial_directory</tt> argument</li>
<li>Improved indenting behavior when <tt>indent_to_bracket</tt> is enabled</li>
<li>Spell Checker now reads from manually edited user preferences on the fly</li>
<li>Stability improvements for Find in Files when using regular expressions that result in significant backtracking</li>
<li>Fixed file truncation when using hexadecimal encoding</li>
<li>Fixed brackets in strings influencing auto indent</li>
<li>Fixed inconsistencies in Goto Anything when selecting symbols</li>
<li>Fixed tab completion regression in 3081, where h1..h6 HTML completions were not triggering</li>
<li>Fixed Goto Definition command not working when placed in a submenu</li>
<li>OSX: Fixed Emoji & Symbols popup failing to insert text in some cases</li>
<li>Windows: Added support for inserting characters from outside of the BMP</li>
<li>Windows: <tt>ctrl+alt+p</tt> is no longer bound by default, due to compatibility issues with some keyboard layouts</li>
<li>Windows: Updated code signing certificate to no longer use SHA1</li>
<li>Linux: Fixed a file permission issue when running without --wait</li>
<li>Linux: crash_reporter is statically linked, improving system compatibility</li>
<li>API: Added <tt>Window.is_sidebar_visible()</tt> and <tt>Window.set_sidebar_visible()</tt></li>
<li>API: Added <tt>View.is_auto_complete_visible()</tt></li>
<li>API: Added <tt>Window.find_output_panel()</tt>, <tt>Window.destroy_output_panel()</tt>, <tt>Window.active_panel()</tt> and <tt>Window.panels()</tt></li>
<li>API: Added <tt>Window.create_output_panel()</tt> now accepts an optional parameter, <tt>"unlisted"</tt></li>
</ul>
</article>
<article>
<h2>Build 3083</h2>
<div class="release-date">26 March 2015</div>
<ul>
<li>Fixed high CPU usage caused by a corrupt index. This was occuring for some users upgrading from 3065</li>
<li>Added setting <tt>index_workers</tt> to control the number of threads used for file indexing. By default the number of threads is based on the number of CPU cores. By setting <tt>index_workers</tt> to 1 or 2, indexing will be slower, but less intrusive</li>
<li>Fixed a crash when showing the Command Palette with an empty .sublime-build file</li>
<li>Tab completion no longer completes numbers. <i>Edit/Show Completions</i> can still be used for this</li>
</ul>
</article>
<article>
<h2>Build 3080</h2>
<div class="release-date">24 March 2015</div>
<div class="forum-link">See also the <a href="http://www.sublimetext.com/blog/articles/sublime-text-3-build-3080">Blog Post</a></div>
<ul>
<li>Fixed Redo sometimes restoring the selection to the incorrect location</li>
<li>Reworked how Build Systems are selected (<a href="http://www.sublimetext.com/forum/viewtopic.php?f=2&t=17471">More Information</a>) </li>
<li>Build Systems may now declare "keyfiles" (e.g., 'Makefile' for the Make build system) to better auto detect which build system to use</li>
<li>Improved handling of build systems that generate lots of output</li>
<li>New windows always use the automatic build system, rather than the build system of the last used window</li>
<li>Command Palette now remembers the last entered string</li>
<li>Improved change detection for files that disappear and reappear, as happens with disconnected network drives</li>
<li><tt>atomic_save</tt> is disabled by default</li>
<li>Right clicking on a URL will show an "Open URL" menu item</li>
<li>Added Goto Definition to the context menu</li>
<li>Improved behavior of Goto Definition when using multiple panes</li>
<li>Misspelled words can now be added to the dictionary, in addition to being ignored</li>
<li>Fixed Ignored Words not persisting after exiting</li>
<li>Fixed a long standing issue with spell checking and non-ascii characters</li>
<li>Added <tt>spelling_selector</tt> setting, to control what text is checked for misspellings</li>
<li>Tweaked handling of syntax definitions and unused captures, resolving an issue with spell checking in Markdown links.</li>
<li>Goto Anything supports :line:col syntax in addition to :line</li>
<li>Added Edit Project to the Command palette</li>
<li>Improved quote auto pairing logic</li>
<li>Added <tt><current file></tt> option to Find in Files</li>
<li>Improved Console Panel scrolling behavior</li>
<li>.tmLanguage files may contain a hidden setting, to indicate they shouldn't be displayed to the user</li>
<li>Improved some error messages when parsing .tmLanguage files</li>
<li><tt>remember_open_files</tt> setting is now defaults to false. Note that this change will have no effect if the <tt>hot_exit</tt> setting is left at its default value of true</li>
<li>Added <tt>auto_complete_cycle</tt> setting</li>
<li>Fixed Minimap refusing to draw on very large windows</li>
<li>Fixed not being able to click on the selected row of the auto complete popup</li>
<li>Fixed sidebar icons sometimes being invisible on startup</li>
<li>Transient sheets (e.g., as created by Goto Anything when previewing files) are no longer added to the Recently Closed list</li>
<li>Improved scrolling behavior when <tt>line_padding_top</tt> is > 0</li>
<li>Fixed a bug with scrolling tabs, where a 1 pixel line would occasionally appear underneath them</li>
<li>Fixed tabset background being set to the wrong color on startup if different colored tabs are used</li>
<li>Updated to a never version of leveldb, fixing constant low level CPU usage if the index becomes corrupted</li>
<li>Fixed a crash that could occur when directories are being rapidly deleted and recreated</li>
<li>Fixed a crash that occurred when dragging rows scrolled out of view in the side bar</li>
<li>Fixed a long standing plugin_host crash triggered via modal dialogs</li>
<li>Fixed a typo in the "Save Workspace As" dialog</li>
<li>Fixed incorrect menu mnemonics</li>
<li>Linux: Added sudo save</li>
<li>Windows: Popup windows are able to receive scroll wheel input</li>
<li>Windows: subl.exe command line helper accepts wildcards</li>
<li>Windows: Fixed access denied errors that could occur when saving with <tt>atomic_save</tt> disabled</li>
<li>Windows: Added workaround for broken <tt>std::condition_variable</tt> in MSVC 2012, fixing a crash in <tt>plugin_host</tt></li>
<li>Windows: Added more descriptive errors when the Update Installer fails to rename a folder</li>
<li>Windows: Fixed incorrect window sizing after making a maximised window full screen</li>
<li>OSX: Added work around for performActionForItemAtIndex: taking an excessively long time in Yosemite. This affected any commands that had a corresponding menu item.</li>
<li>OSX: Workaround for an OS issue with zero size windows and OpenGL views</li>
<li>OSX: subl command line tool no longer uses Distributed Objects, resolving some intermittent failures</li>
<li>Posix: Fixed new files not respecting the umask permission flags</li>
<li>API: Added <tt>View.show_popup()</tt> and related functions</li>
<li>API: Added <tt>sublime.yes_no_cancel_dialog()</tt></li>
<li>API: Added <tt>sublime.expand_variables()</tt></li>
<li>API: Added <tt>Window.extract_variables()</tt></li>
<li>API: Added <tt>Sheet.view()</tt></li>
<li>API: <tt>Window.show_quick_panel()</tt> now accepts the flag <tt>sublime.KEEP_OPEN_ON_FOCUS_LOST</tt></li>
<li>API: <tt>Window.show_quick_panel()</tt> will now scroll to the selected item when shown</li>
<li>API: Fixed <tt>EventListener.on_post_window_command()</tt> not getting called</li>
</ul>
</article>
<article>
<h2>Build 3065</h2>
<div class="release-date">27 August 2014</div>
<ul>
<li>Added sidebar icons</li>
<li>Added sidebar loading indicators</li>
<li>Sidebar remembers which folders are expanded</li>
<li>Tweaked window closing behavior when pressing ctrl+w / cmd+w</li>
<li>Improved quote auto pairing logic</li>
<li>Selected group is now stored in the session</li>
<li>Added <tt>remember_full_screen</tt> setting</li>
<li>Fixed a lockup when transitioning from a blinking to a solid caret</li>
<li>Fixed a crash in plugin_host</li>
<li>Fixed a crash triggered by Goto Anything cloning views</li>
<li>Windows: Added command line helper, subl.exe</li>
<li>OSX: Added 'New Window' entry to dock menu</li>
<li>Posix: Using correct permissions for newly created files and folders</li>
<li>API: Updated to Python 3.3.3</li>
</ul>
</article>
<article>
<h2>Build 3059</h2>
<div class="release-date">17 December 2013</div>
<ul>
<li>Added tab scrolling, controlled by the <tt>enable_tab_scrolling</tt> setting</li>
<li>Added image preview when opening images</li>
<li>Encoding and line endings can be displayed in the status bar with the <tt>show_encoding</tt> and <tt>show_line_endings</tt> settings</li>
<li>Added settings <tt>caret_extra_top</tt>, <tt>caret_extra_bottom</tt> and <tt>caret_extra_width</tt> to control the caret size</li>
<li>Added <tt>index_exclude_patterns</tt> setting to control which files get indexed</li>
<li>Automatically closing windows when the last tab is dragged out</li>
<li>Changed tab close behavior: the neighboring tab is now always selected</li>
<li>When the last file is closed, a new transient file is created automatically</li>
<li>Ctrl+Tab ordering is stored in the session</li>
<li>Added <tt>minimap_scroll_to_clicked_text</tt> setting</li>
<li>Improved error messages when unable to save files</li>
<li>Auto complete now works as expected in macros</li>
<li>Minor improvements to Python syntax highlighting</li>
<li>Vintage: A block caret is now used</li>
<li>Vintage: Improved behavior of visual line mode with word wrapped lines</li>
<li>Find in Files will no longer block when FIFOs are encountered</li>
<li>Linux: Added menu hiding</li>
<li>Linux: Fixed incorrect handling of double clicks in the Find panel</li>
<li>Linux: Fixed incorrect underscore display in some menus</li>
<li>Posix: Fixed new files being created with unexpected permissions</li>
<li>Windows: SSE support is no longer required for 32 bit builds</li>
<li>API: <tt>Window.open_file()</tt> now accepts an optional group parameter</li>
<li>API: Plugins may now call <tt>Settings.clear_on_change()</tt> within a callback from <tt>Settings.add_on_change()</tt></li>
<li>API: Calling <tt>Settings.add_on_change()</tt> from within a settings change callback won't cause the added callback to be run</li>
</ul>
</article>
<article>
<h2>Build 3047</h2>
<div class="release-date">27 June 2013</div>
<ul>
<li>Beta is now open to non-registered users</li>
<li>Windows and Linux: Added High DPI support</li>
<li>Improved file change detection</li>
<li>Improved rendering performance</li>
<li>HTML tag auto completion is better behaved in script tags</li>
<li>Fixed a crash on exit that could occur when hot_exit is disabled</li>
<li>Linux and OSX: <tt>atomic_save</tt> is adaptively disabled when it's not possible to preserve file permissions</li>
<li>OSX: Fixed context menus not working when the application is in the background</li>
<li>Windows: Auto updater supports updating from unicode paths</li>
<li>API: Plugins in zip files are able to be overridden via files on disk</li>
<li>API: Added support for the termios module on Linux and OS X</li>
<li>API: Fixed <tt>Selection.contains()</tt></li>
<li>API: Fixed settings objects getting invalidated too early with cloned views</li>
</ul>
</article>
<article>
<h2>Build 3033</h2>
<div class="release-date">7 May 2013</div>
<ul>
<li>New auto update system for Windows and OS X</li>
<li>Previewing a file from the side bar will no longer add an entry to the OPEN FILES section of the side bar</li>
<li>Added Paste from History</li>
<li>Added setting <tt>auto_find_in_selection</tt>, for S2 style Find in Selection logic</li>
<li>Find panel has a drop down arrow to select previous items</li>
<li>Pressing right in the Goto Anything overlay will open the selected file without closing the overlay</li>
<li>Fixed several crash bugs</li>
<li>Further startup time improvements</li>
<li>Improved HTML completions when typing outside of tags</li>
<li>Fixed Close Tag not respecting self closing tags</li>
<li>PHP: Improved auto indenting for the alternative control syntax</li>
<li>Added setting <tt>always_prompt_for_file_reload</tt></li>
<li>Improved handling of deleted files when restoring sessions</li>
<li>Deleting a file via the side bar will first close the corresponding view, if any</li>
<li>"Remove all Folders from Project" now prompts to confirm</li>
<li>Added telemetry. Telemetry is disabled by default, but can be turned on with the enable_telemetry setting</li>
<li>Using Google Breakpad to automatically report crashes</li>
<li>Updated syntax highlighting for PHP, Haskell and Pascal</li>
<li>Symlinks are followed by default in folders added to the side bar</li>
<li>Windows: Fixed erroneous entries in system menu</li>
<li>Windows: New style Open Folder dialogs are used on Vista and later</li>
<li>API: Significantly improved communication speed with plugin_host</li>
<li>API: Added <tt>View.close()</tt></li>
<li>API: Added <tt>View.show_popup_menu()</tt></li>
<li>API: Added <tt>is_valid()</tt> method to <tt>View</tt> and <tt>Window</tt>, to determine if the handle has been invalidated</li>
<li>API: Added <tt>EventListener.on_post_text_command()</tt> and <tt>EventListener.on_post_window_command()</tt></li>
<li>API: <tt>EventListener.on_text_command()</tt> and <tt>EventListener.on_window_command()</tt> are now called when the menu is used</li>
<li>API: Added <tt>sublime.get_macro()</tt></li>
<li>API: <tt>View.substr(point)</tt> now has the same semantics as S2 for out of bounds addresses</li>
<li>API: <tt>View.command_history(0, True)</tt> now returns the last modifying command, as expected</li>
</ul>
</article>
<article>
<h2>Build 3021</h2>
<div class="release-date">14 March 2013</div>
<ul>
<li>Linux: Fixed atomic_save working incorrectly with symlinks</li>
<li>Windows: Fixed a crash under Windows 7 x64</li>
<li>Fixed a crash that could occur on file open</li>
</ul>
</article>
<article>
<h2>Build 3019</h2>
<div class="release-date">12 March 2013</div>
<ul>
<li>Added Jump Back and Jump Forward commands, available from the Goto menu</li>
<li>HTML: Improved completions and auto indent</li>
<li>HTML: Tags are closed when </ is entered. This is controlled by the auto_close_tags setting</li>
<li>Smarter word navigation</li>
<li>File saves are atomic. This can be disabled with the atomic_save setting</li>
<li>Find and Replace panels automatically resize when multi line strings are entered</li>
<li>Faster loading of large, plain text files</li>
<li>Improved console scrolling performance on high resolution displays</li>
<li>Improved handling of files with extremely long lines</li>
<li>Minimap view rectangle auto hides (controlled by the always_show_minimap_viewport setting)</li>
<li>Indexing: Added detection of stuck workers</li>
<li>Updated C# package</li>
<li>Added invert_selection command</li>
<li>CSS: Completions will not be offered when typing in selectors</li>
<li>Fixed Reveal in Side Bar</li>
<li>Fixed C++ syntax highlighting for nested class forward declarations</li>
<li>Exec panel scrolls again</li>
<li>OSX: Added support for line numbers sent via apple events</li>
<li>Windows: ok_cancel_dialog uses new visual styles</li>
<li>Linux: Using the correct version number for the deb files</li>
<li>API: Added <tt>EventListener.on_text_command()</tt> and <tt>EventListener.on_window_command()</tt></li>
<li>API: Added <tt>sublime.load_resource()</tt>, <tt>sublime.load_binary_resource()</tt> and <tt>sublime.find_resources()</tt></li>
<li>API: Added <tt>sublime.encode_value()</tt> and <tt>sublime.decode_value()</tt></li>
<li>API: <tt>View.sel()</tt> supports negative indices</li>
<li>API: Implemented <tt>Settings.add_on_change()</tt> and <tt>Settings.clear_on_change()</tt></li>
<li>API: <tt>View.add_regions()</tt> will accept package relative paths for the icon</li>
<li>API: <tt>View.add_regions()</tt> can show underlines</li>
<li>API: Added <tt>EventListener.on_pre_close()</tt> callback</li>
<li>API: <tt>View.window()</tt> will now work even if the view isn't frontmost</li>
</ul>
</article>
<article>
<h2>Build 3012</h2>
<div class="release-date">10 February 2013</div>
<ul>
<li>Fixed a syntax highlighting regression in 3011</li>
</ul>
</article>
<article>
<h2>Build 3011</h2>
<div class="release-date">9 February 2013</div>
<ul>
<li>Improved protection against degenerate syntax definitions</li>
<li>Linux: Fixed version incompatibilities with <tt>libffi</tt></li>
<li>OSX: Fixed <tt>exec</tt> command on 10.7</li>
<li>OSX: Fixed incompatibility between Dictionary lookup and <tt>gpu_window_buffer</tt></li>
<li>Objective-C: Improved symbol indexing</li>
<li>API: Plugins may import modules from <tt>plugin_loaded()</tt></li>
<li>API: <tt>sublime.version()</tt>, <tt>sublime.platform()</tt>, <tt>sublime.architecture()</tt>, and <tt>sublime.channel()</tt> may now be used before <tt>plugin_loaded()</tt> is called</li>
<li>API: Added <tt>View.command_history()</tt></li>
</ul>
</article>
<article>
<h2>Build 3010</h2>
<div class="release-date">3 February 2013</div>
<ul>
<li>OSX: Buttery smooth scrolling on Retina displays</li>
<li>Symbol Indexing: fixed degenerate behavior that could cause an explosion in the number of worker processes</li>
<li>Symbol Indexing: less worker processes are used, to be more unobtrusive</li>
<li>Symbol Indexing: better handling of binary files</li>
<li>OSX: Control+C will cancel the current build</li>
<li>API: <tt>View.insert()</tt> returns the number of characters inserted</li>
</ul>
</article>
<article>
<h2>Build 3009</h2>
<div class="release-date">1 February 2013</div>
<ul>
<li>Improved symbol indexing for Ruby</li>
<li>OSX: Reduced CPU usage when <tt>gpu_window_buffer</tt> is enabled</li>
<li>Symbol Indexing works on Windows XP</li>
<li>Can monitor indexing behavior by entering <tt>sublime.log_indexing(True)</tt> in the console</li>
<li>Tweaked brace matching logic</li>
<li>Removed undesirable animation during startup</li>
<li>API: Added _ssl module on OS X and Windows</li>
<li>API: Fixed ctypes regression in 3008 on OS X</li>
<li>API: Plugins can define <tt>plugin_loaded()</tt> and <tt>plugin_unloaded()</tt> module functions. <tt>plugin_loaded()</tt> will be called when the API is ready to use.</li>
<li>API: Added <tt>View.find_by_class()</tt></li>
<li>API: Added <tt>View.expand_by_class()</tt></li>
<li>API: Fixed <tt>EventListener.on_new_async()</tt></li>
<li>API: Tweaking handling of <tt>show_quick_panel</tt> when items is a mixed list of strings and sequences</li>
</ul>
</article>
<article>
<h2>Build 3008</h2>
<div class="release-date">30 January 2013</div>
<ul>
<li>Fixed <i>Open all with current extension as</i></li>
<li>Fixed the <i>Tools/Macros</i> menu</li>
<li>Linux: Restored compatibility with older glibc versions</li>
<li>Linux: Added Installed-Size field to the <tt>.deb</tt></li>
<li>API: <tt>urllib.request</tt> can be imported on OS X</li>
<li>API: Fixed missing <tt>_socket</tt> module on 32 bit Windows</li>
</ul>
</article>
<article>
<h2>Build 3007</h2>
<div class="release-date">30 January 2013</div>
<ul>
<li>OSX: Fixed extraneous dock icons</li>
<li>Added Symbol Indexing support for Scala</li>
<li>Fixed crash that could occur when using Goto Anything</li>
<li>Fixed the <tt>ignored_packages</tt> setting not working correctly with zipped packages</li>
<li>Vintage: Fixed 'o' and 'O'</li>
<li>API: Fixed <tt>on_query_completions</tt> not working correctly in some circumstance</li>
<li>API: Re-added <tt>view.score_selector()</tt></li>
<li>API: <tt>Selection.add()</tt> no longer ignores the xpos</li>
</ul>
</article>
<article>
<h2>Build 3006</h2>
<div class="release-date">29 January 2013</div>
<ul>
<li>Added Goto Definition, and Goto Symbol in Project</li>
<li>Significantly improved startup time</li>
<li>Significantly improved Replace All performance</li>
<li>Improved matching algorithm used for Goto Anything and Autocomplete, now accepts transposed characters</li>
<li>UI: Enhanced pane management</li>
<li>UI: Previewing files from the sidebar creates a preview tab</li>
<li>UI: Improved animation in the side bar</li>
<li>Projects: Multiple workspaces can be created for a single project</li>
<li>Projects: When adding folders to the sidebar, symlinks are not followed by default. This can be changed by enabling follow_symlinks in the project.</li>
<li>Build Systems: Added 'shell_cmd', which supersedes 'cmd', with more intuitive syntax</li>
<li>Build Systems: Better PATH handling behavior on OS X when using shell_cmd.</li>
<li>Build Systems: 'Make' build system has an improved error message regex</li>
<li>Build Systems: Syntax file can be specified for the output</li>
<li>Build Systems: Word wrap is enabled by default</li>
<li>Find in Files: Improved handling of binary files</li>
<li>Find in Files: Line numbers are hidden in the output</li>
<li>Find: Find in Selection will no longer be automatically selected</li>
<li>Find: Removed Reverse option</li>
<li>OSX: Improved performance on Retina displays</li>
<li>OSX: 10.7 or later is required</li>
<li>OSX: 64 bit only</li>
<li>OSX: System version of Python is no longer a dependency</li>
<li>OSX: Italic fonts are synthesized when not available in the typeface</li>
<li>Linux: .deb files are provided</li>
<li>Linux: Starting from the command line will daemonize the process by default</li>
<li>API: Upgraded from Python 2.6 to Python 3.3</li>
<li>API: Plugins run out-of-process</li>
<li>API: Plugin API is now threadsafe</li>
<li>API: Some API events are now run asynchronously</li>
<li>API: <tt>View.begin_edit()</tt> / <tt>View.end_edit()</tt> are no longer accessible</li>
<li>API: Projects are exposed to the API</li>
<li>API: Added <tt>Window.settings()</tt> and <tt>Window.template_settings()</tt></li>
<li>API: <tt>show_quick_panel</tt> accepts an <tt>on_highlighted</tt> callback</li>
</ul>
</article>