aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-11-11 10:11:06 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-11-11 10:11:06 -0500
commitc063b5e1189815592d5731f6bd0b1a411001fd67 (patch)
tree6c64d34ee12878fa74ec9a262a51bac5b3065692
parentf07dd8f518635d51cb7662b1298e1a0e61eabdcf (diff)
Updated CHANGELOG.md.
-rw-r--r--CHANGELOG.md40
1 files changed, 39 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3fe9a66..de6f0fdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,48 @@
[Atom Feed][]
-**Please consider making a [donation][]. It really helps.**
+**Please consider making a [donation][] or purchasing the [book][] to help fund
+Textadept's continuous development. It really helps.**
[Atom Feed]: feed
[donation]: http://gum.co/textadept
+[book]: MEDIA.html#Book
+
+## 7.1 (11 Nov 2013)
+
+Download:
+
+* [Textadept 7.1 -- Win32][]
+* [Textadept 7.1 -- Mac OSX Intel 10.5+][]
+* [Textadept 7.1 -- Linux][]
+* [Textadept 7.1 -- Linux x86_64][]
+* [Textadept 7.1 -- Modules][]
+
+Bugfixes:
+
+* Textbox dialogs' `scroll_to` option works correctly.
+* Emit autocompletion and hotspot events properly.
+* Handle replacement captures with escapes properly.
+
+Changes:
+
+* Tabs for multiple buffers along with [`ui.tabs`][] API.
+* Split C/C++ lexer into separate lexers and replaced default "cpp" module with
+ "ansi\_c".
+* Find and replace text may utilize "%0" capture containing the entire match.
+* Disable [`textadept.editing.STRIP_TRAILING_SPACES`][] by default.
+* [`ui.clipboard_text`][] is no longer read-only.
+* Added [`events.FILE_CHANGED`][] event.
+
+[Textadept 7.1 -- Win32]: download/textadept_7.1.win32.zip
+[Textadept 7.1 -- Mac OSX Intel 10.5+]: download/textadept_7.1.osx.zip
+[Textadept 7.1 -- Linux]: download/textadept_7.1.i386.tgz
+[Textadept 7.1 -- Linux x86_64]: download/textadept_7.1.x86_64.tgz
+[Textadept 7.1 -- Modules]: download/textadept_7.1.modules.zip
+[`ui.tabs`]: api/ui.html#tabs
+[`textadept.editing.STRIP_TRAILING_SPACES`]: api/textadept.editing.html#STRIP_TRAILING_SPACES
+[`ui.clipboard_text`]: api/ui.html#clipboard_text
+[`events.FILE_CHANGED`]: api/io.html#_G.events.FILE_CHANGED
## 7.0 (01 Nov 2013)