diff options
-rw-r--r-- | CHANGELOG.md | 29 | ||||
-rw-r--r-- | doc/index.html | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5661fb..6e2a2d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,35 @@ [donate]: http://gum.co/textadept [book]: MEDIA.html#Book +## 7.5 (11 Jul 2014) + +Download: + +* [Textadept 7.5 -- Win32][] +* [Textadept 7.5 -- Mac OSX Intel 10.5+][] +* [Textadept 7.5 -- Linux][] +* [Textadept 7.5 -- Linux x86_64][] +* [Textadept 7.5 -- Modules][] + +Bugfixes: + +* None. + +Changes: + +* New [events.FOCUS][] event for when Textadept's window receives focus. +* Condensed manual and API documentation into single files. +* Added Polish translation. +* Updated to [Scintilla][] 3.4.4. + +[Textadept 7.5 -- Win32]: download/textadept_7.5.win32.zip +[Textadept 7.5 -- Mac OSX Intel 10.5+]: download/textadept_7.5.osx.zip +[Textadept 7.5 -- Linux]: download/textadept_7.5.i386.tgz +[Textadept 7.5 -- Linux x86_64]: download/textadept_7.5.x86_64.tgz +[Textadept 7.5 -- Modules]: download/textadept_7.5.modules.zip +[events.FOCUS]: api.html#events.FOCUS +[Scintilla]: http://scintilla.org + ## 7.4 (11 Jun 2014) Download: diff --git a/doc/index.html b/doc/index.html index 2d05070b..17d54b6b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,7 +55,7 @@ <div id="left"> <a id="download"></a> - <h2>Download (v7.4)</h2> + <h2>Download (v7.5)</h2> <a href="feed"> <img src="images/feed.png" style="float: right; margin: 0.25em;" alt="Atom" /> |