aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-07-11 21:10:37 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-07-11 21:10:37 -0400
commit870e50666cbba97eae6af1a0f9c21553bd65520c (patch)
tree0218996de268109cfdf1614169f64199d816e982 /CHANGELOG.md
parent6cdaeeea0e6bf57f5ecbfcb36185e33478b5bb68 (diff)
Updated CHANGELOG.md.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md42
1 files changed, 39 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 203f7deb..d8e9f981 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,13 +9,50 @@
[donate]: http://gum.co/textadept
[book]: MEDIA.html#Book
-## 9.0 alpha (01 Jul 2016)
+## 9.0 alpha 2 (11 Jul 2016)
Please see the [8 to 9 migration guide][] for upgrading from Textadept 8 to
Textadept 9.
Download:
+* [Textadept 9.0 alpha 2 -- Win32][] | [PGP -- 9.0 alpha 2 Win32][]
+* [Textadept 9.0 alpha 2 -- Mac OSX Intel 10.5+][] | [PGP -- 9.0 alpha 2 OSX][]
+* [Textadept 9.0 alpha 2 -- Linux][] | [PGP -- 9.0 alpha 2 Linux][]
+* [Textadept 9.0 alpha 2 -- Linux x86_64][] | [PGP -- 9.0 alpha 2 Linux x86_64][]
+* [Textadept 9.0 alpha 2 -- Modules][] | [PGP -- 9.0 alpha 2 Modules][]
+
+Bugfixes:
+
+* Check range bounds for [`buffer:text_range()`][].
+* Fixed inability to properly halt [`lfs.dir_foreach()`][].
+
+Changes:
+
+* Replaced Lua pattern searches with [regular expressions][].
+* Added [timeout prompt][] to Find in Files. (10 second default.)
+* Better differentiation between Python 2 and 3 run commands.
+
+[8 to 9 migration guide]: manual.html#Textadept.8.to.9
+[Textadept 9.0 alpha 2 -- Win32]: download/textadept_9.0_alpha_2.win32.zip
+[Textadept 9.0 alpha 2 -- Mac OSX Intel 10.5+]: download/textadept_9.0_alpha_2.osx.zip
+[Textadept 9.0 alpha 2 -- Linux]: download/textadept_9.0_alpha_2.i386.tgz
+[Textadept 9.0 alpha 2 -- Linux x86_64]: download/textadept_9.0_alpha_2.x86_64.tgz
+[Textadept 9.0 alpha 2 -- Modules]: download/textadept_9.0_alpha_2.modules.zip
+[PGP -- 9.0 alpha 2 Win32]: download/textadept_9.0_alpha_2.win32.zip.asc
+[PGP -- 9.0 alpha 2 OSX]: download/textadept_9.0_alpha_2.osx.zip.asc
+[PGP -- 9.0 alpha 2 Linux]: download/textadept_9.0_alpha_2.i386.tgz.asc
+[PGP -- 9.0 alpha 2 Linux x86_64]: download/textadept_9.0_alpha_2.x86_64.tgz.asc
+[PGP -- 9.0 alpha 2 Modules]: download/textadept_9.0_alpha_2.modules.zip.asc
+[`buffer:text_range()`]: api.html#buffer.text_range
+[`lfs.dir_foreach()`]: api.html#lfs.dir_foreach
+[regular expressions]: manual.html#Regular.Expressions
+[timeout prompt]: api.html#ui.find.find_in_files_timeout
+
+## 9.0 alpha (01 Jul 2016)
+
+Download:
+
* [Textadept 9.0 alpha -- Win32][] | [PGP -- 9.0 alpha Win32][]
* [Textadept 9.0 alpha -- Mac OSX Intel 10.5+][] | [PGP -- 9.0 alpha OSX][]
* [Textadept 9.0 alpha -- Linux][] | [PGP -- 9.0 alpha Linux][]
@@ -62,7 +99,7 @@ Changes:
[`textadept.run.error_patterns`][].
* Rewrote sections 7-9 in the [manual][] and added a new part to section 11.
Understanding how to configure and script Textadept should be easier now.
-* [`textadept.editing.goto_line()`] takes a 0-based line number like all
+* [`textadept.editing.goto_line()`][] takes a 0-based line number like all
Scintilla functions.
* [`ui.goto_view()`][] and [`view:goto_buffer()`][] now take actual `view` and
`buffer` arguments, respectively, or a relative number.
@@ -70,7 +107,6 @@ Changes:
* Updated to [Scintilla][] 3.6.6.
* Updated to [Lua][] 5.3.3
-[8 to 9 migration guide]: manual.html#Textadept.8.to.9
[Textadept 9.0 alpha -- Win32]: download/textadept_9.0_alpha.win32.zip
[Textadept 9.0 alpha -- Mac OSX Intel 10.5+]: download/textadept_9.0_alpha.osx.zip
[Textadept 9.0 alpha -- Linux]: download/textadept_9.0_alpha.i386.tgz