diff options
author | 2014-02-10 13:03:52 -0500 | |
---|---|---|
committer | 2014-02-10 13:03:52 -0500 | |
commit | f4b7fe8336e1190756a5b02c4d75b29afc8f3ce0 (patch) | |
tree | 4d24be2212aa3a9223027d862ea90236f0485cf8 | |
parent | 651661ed2c222eec1d277a21648fe63276a134dd (diff) | |
download | textadept-f4b7fe8336e1190756a5b02c4d75b29afc8f3ce0.tar.gz textadept-f4b7fe8336e1190756a5b02c4d75b29afc8f3ce0.zip |
Updated CHANGELOG.md.
-rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ce333b..4a67ee27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,35 @@ [donate]: http://gum.co/textadept [book]: MEDIA.html#Book +## 7.2 beta (11 Feb 2014) + +Download: + +* [Textadept 7.2 beta -- Win32][] +* [Textadept 7.2 beta -- Mac OSX Intel 10.5+][] +* [Textadept 7.2 beta -- Linux][] +* [Textadept 7.2 beta -- Linux x86_64][] +* [Textadept 7.2 beta -- Modules][] + +Bugfixes: + +* Handle *./* and *../* sequences in filepaths. +* Correctly restore views with word wrap enabled. + +Changes: + +* Added Swedish translation. +* Added support for multiple entry boxes in [inputdialogs][]. +* Updated to [Scintilla][] 3.3.9. + +[Textadept 7.2 beta -- Win32]: download/textadept_7.2_beta.win32.zip +[Textadept 7.2 beta -- Mac OSX Intel 10.5+]: download/textadept_7.2_beta.osx.zip +[Textadept 7.2 beta -- Linux]: download/textadept_7.2_beta.i386.tgz +[Textadept 7.2 beta -- Linux x86_64]: download/textadept_7.2_beta.x86_64.tgz +[Textadept 7.2 beta -- Modules]: download/textadept_7.2_beta.modules.zip +[inputdialogs]: api/ui.dialogs.html#inputbox +[Scintilla]: http://scintilla.org + ## 7.2 alpha (01 Jan 2014) Download: |