aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-08-31 20:28:45 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-08-31 20:28:45 -0400
commitef13c6b08bbddae2a97b109af1af60a6e70886b9 (patch)
tree8376f43ac914ea824615eadd569e63932461dd32 /CHANGELOG.md
parent77e6ce8601712583136caf9362bbf28b096641cd (diff)
Updated CHANGELOG.md.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc726d13..b030b8ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,48 @@
[donate]: http://gum.co/textadept
[book]: MEDIA.html#Book
+## 8.2 (01 Sep 2015)
+
+Download:
+
+* [Textadept 8.2 -- Win32][]
+* [Textadept 8.2 -- Mac OSX Intel 10.5+][]
+* [Textadept 8.2 -- Linux][]
+* [Textadept 8.2 -- Linux x86_64][]
+* [Textadept 8.2 -- Modules][]
+
+Bugfixes:
+
+* Fixed crash when quitting while the command entry is open.
+* Block commenting respects indentation levels.
+* Handle `typeref` in ansi\_c module's ctags support.
+* Do not error when block commenting in an unsupported language.
+* Scintilla: fix scrollbar memory leaks.
+
+Changes:
+
+* Highlight found text in "Find in Files" searches.
+* Added Italian translation and updated French translation.
+* Added [automatic syntax checking][] as source files are saved, along with
+ [`textadept.run.CHECK_SYNTAX`][] and [`textadept.run.GOTO_SYNTAX_ERRORS`][]
+ configuration fields.
+* Scintilla: multiple selection works over more key commands like caret
+ movement, selections, and word and line deletions.
+* Scintilla: new [`events.AUTO_C_COMPLETED`][] event for when autocompleted text
+ has been inserted.
+* Updated to [Scintilla][] 3.6.0.
+
+[Textadept 8.2 -- Win32]: download/textadept_8.2.win32.zip
+[Textadept 8.2 -- Mac OSX Intel 10.5+]: download/textadept_8.2.osx.zip
+[Textadept 8.2 -- Linux]: download/textadept_8.2.i386.tgz
+[Textadept 8.2 -- Linux x86_64]: download/textadept_8.2.x86_64.tgz
+[Textadept 8.2 -- Modules]: download/textadept_8.2.modules.zip
+[automatic syntax checking]: api.html#_M.Syntax.Checking
+[`textadept.run.CHECK_SYNTAX`]: api.html#textadept.run.CHECK_SYNTAX
+[`textadept.run.GOTO_SYNTAX_ERRORS`]: api.html#textadept.run.GOTO_SYNTAX_ERRORS
+[`events.AUTO_C_COMPLETED`]: api.html#events.AUTO_C_COMPLETED
+[Scintilla]: http://scintilla.org
+
## 8.1 (01 Jul 2015)
Download: