diff options
author | 2014-06-10 19:20:32 -0400 | |
---|---|---|
committer | 2014-06-10 19:20:32 -0400 | |
commit | 2ec3831966829dd24436aa1bbc6cabe67f64fc59 (patch) | |
tree | 440741b89e6c48135f87e46d77ba0f121b1a8b8a | |
parent | fa0829739e58bbc0343ae0d3a9c8d09ede2a54b4 (diff) | |
download | textadept-2ec3831966829dd24436aa1bbc6cabe67f64fc59.tar.gz textadept-2ec3831966829dd24436aa1bbc6cabe67f64fc59.zip |
Updated CHANGELOG.md.
-rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc8cdb7..0645caa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,34 @@ [donate]: http://gum.co/textadept [book]: MEDIA.html#Book +## 7.4 (11 Jun 2014) + +Download: + +* [Textadept 7.4 -- Win32][] +* [Textadept 7.4 -- Mac OSX Intel 10.5+][] +* [Textadept 7.4 -- Linux][] +* [Textadept 7.4 -- Linux x86_64][] +* [Textadept 7.4 -- Modules][] + +Bugfixes: + +* Fix crash in Windows with sending input to spawned processes. +* Fix compile, run, and build command output with split views. +* Fix `#RRGGBB` color interpretation for styles. +* Fix word autocompletion when ignoring case. + +Changes: + +* Pressing the Enter key in the message buffer and find in files buffer + simulates a double-click. + +[Textadept 7.4 -- Win32]: download/textadept_7.4.win32.zip +[Textadept 7.4 -- Mac OSX Intel 10.5+]: download/textadept_7.4.osx.zip +[Textadept 7.4 -- Linux]: download/textadept_7.4.i386.tgz +[Textadept 7.4 -- Linux x86_64]: download/textadept_7.4.x86_64.tgz +[Textadept 7.4 -- Modules]: download/textadept_7.4.modules.zip + ## 7.3 (01 Jun 2014) Download: |