aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-09-28 17:53:28 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-09-28 17:53:28 -0400
commit19a43b0310330b319437b87b218979605ad85e68 (patch)
tree408776b42420071fc97c0dbac430d85e884cab7c
parentc80e4288feeb8dfb719bac7a7421541d4ab61995 (diff)
downloadtextadept-19a43b0310330b319437b87b218979605ad85e68.tar.gz
textadept-19a43b0310330b319437b87b218979605ad85e68.zip
Updated CHANGELOG.md.
-rw-r--r--CHANGELOG.md44
1 files changed, 42 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e2137b6..9bca08df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,13 +9,54 @@
[donate]: http://gum.co/textadept
[book]: MEDIA.html#Book
-## 9.0 beta (01 Sep 2016)
+## 9.0 (01 Oct 2016)
Please see the [8 to 9 migration guide][] for upgrading from Textadept 8 to
Textadept 9.
Download:
+* [Textadept 9.0 -- Win32][] | [PGP -- 9.0 Win32][]
+* [Textadept 9.0 -- Mac OSX Intel 10.5+][] | [PGP -- 9.0 OSX][]
+* [Textadept 9.0 -- Linux][] | [PGP -- 9.0 Linux][]
+* [Textadept 9.0 -- Linux x86_64][] | [PGP -- 9.0 Linux x86_64][]
+* [Textadept 9.0 -- Modules][] | [PGP -- 9.0 Modules][]
+
+Bugfixes:
+
+* Better error handling with "filter-through".
+* Fixed error in building projects.
+* Better handling of key bindings on international keyboards.
+* Scintilla: Respect indentation settings when inserting indentation within
+ virtual space.
+* Scintilla: Fixed bug with expanding folds.
+* Scintilla: Fix GTK 3 runtime warning.
+
+Changes:
+
+* Added TaskPaper lexer.
+* Scintilla: Added `buffer.VS_NOWRAPLINESTART` option to
+ [`buffer.virtual_space_options`][].
+* Updated to [Scintilla][] 3.6.7.
+
+[8 to 9 migration guide]: manual.html#Textadept.8.to.9
+[Textadept 9.0 -- Win32]: download/textadept_9.0.win32.zip
+[Textadept 9.0 -- Mac OSX Intel 10.5+]: download/textadept_9.0.osx.zip
+[Textadept 9.0 -- Linux]: download/textadept_9.0.i386.tgz
+[Textadept 9.0 -- Linux x86_64]: download/textadept_9.0.x86_64.tgz
+[Textadept 9.0 -- Modules]: download/textadept_9.0.modules.zip
+[PGP -- 9.0 Win32]: download/textadept_9.0.win32.zip.asc
+[PGP -- 9.0 OSX]: download/textadept_9.0.osx.zip.asc
+[PGP -- 9.0 Linux]: download/textadept_9.0.i386.tgz.asc
+[PGP -- 9.0 Linux x86_64]: download/textadept_9.0.x86_64.tgz.asc
+[PGP -- 9.0 Modules]: download/textadept_9.0.modules.zip.asc
+[`buffer.virtual_space_options`]: api.html#buffer.virtual_space_options
+[Scintilla]: http://scintilla.org
+
+## 9.0 beta (01 Sep 2016)
+
+Download:
+
* [Textadept 9.0 beta -- Win32][] | [PGP -- 9.0 beta Win32][]
* [Textadept 9.0 beta -- Mac OSX Intel 10.5+][] | [PGP -- 9.0 beta OSX][]
* [Textadept 9.0 beta -- Linux][] | [PGP -- 9.0 beta Linux][]
@@ -37,7 +78,6 @@ Changes:
* Added [`events.TAB_CLICKED`][] event.
-[8 to 9 migration guide]: manual.html#Textadept.8.to.9
[Textadept 9.0 beta -- Win32]: download/textadept_9.0_beta.win32.zip
[Textadept 9.0 beta -- Mac OSX Intel 10.5+]: download/textadept_9.0_beta.osx.zip
[Textadept 9.0 beta -- Linux]: download/textadept_9.0_beta.i386.tgz