From d66e2d908d6270043de5dd38c45aee72817fd96e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:07:02 -0500 Subject: Updated for 11.0. --- core/init.lua | 2 +- docs/api.md | 2 +- docs/changelog.md | 32 ++++++++++++++++++++++++++++++-- docs/images/languages.png | Bin 3585 -> 3519 bytes docs/images/loc.png | Bin 3910 -> 3885 bytes docs/index.html | 10 +++++----- docs/manual.md | 2 +- src/Info.plist | 4 ++-- src/textadept.rc | 8 ++++---- 9 files changed, 44 insertions(+), 16 deletions(-) diff --git a/core/init.lua b/core/init.lua index e27dae72..d09f339a 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2020 Mitchell. See LICENSE. -_RELEASE = 'Textadept 11.0 beta 2' +_RELEASE = 'Textadept 11.0' _COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\n' .. 'https://orbitalquark.github.io/textadept' diff --git a/docs/api.md b/docs/api.md index 47563602..63c4f4bb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -## Textadept 11.0 beta 2 API Documentation +## Textadept 11.0 API Documentation 1. [_G](#_G) 1. [_L](#_L) diff --git a/docs/changelog.md b/docs/changelog.md index 851a4f3d..f937a2c5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,13 +8,42 @@ development.** [donate]: https://gum.co/textadept [book]: book.html -### 11.0 beta 2 (01 Nov 2020) +### 11.0 (01 Dec 2020) Please see the [10 to 11 migration guide][] for upgrading from Textadept 10 to Textadept 11. Download: +* [Textadept 11.0 -- Win32][] +* [Textadept 11.0 -- Mac OSX 10.7+][] +* [Textadept 11.0 -- Linux][] +* [Textadept 11.0 -- Modules][] + +Bugfixes: + +* Fixed find & replace entry unfocus when window is refocused. +* Modules: Fixed bug initializing spellcheck module in some instances. + +Changes: + +* Added optional mode parameter to `ui.command_entry.append_history()`. +* `keys[`*`lexer`*`]` and `snippets[`*`lexer`*`]` tables are present on init. +* Added [`events.FIND_RESULT_FOUND`][]. +* Added [`events.UNFOCUS`][]. + +[10 to 11 migration guide]: manual.html#migrating-from-textadept-10-to-11 +[Textadept 11.0 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.win32.zip +[Textadept 11.0 -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.macOS.zip +[Textadept 11.0 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.linux.tgz +[Textadept 11.0 -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.modules.zip +[`events.FIND_RESULT_FOUND`]: api.html#events.FIND_RESULT_FOUND +[`events.UNFOCUS`]: api.html#events.UNFOCUS + +### 11.0 beta 2 (01 Nov 2020) + +Download: + * [Textadept 11.0 beta 2 -- Win32][] * [Textadept 11.0 beta 2 -- Mac OSX 10.7+][] * [Textadept 11.0 beta 2 -- Linux][] @@ -52,7 +81,6 @@ Changes: * Updated to [CDK][] 5.0-20200923. * Updated to [LuaFileSystem][] 1.8.0. -[10 to 11 migration guide]: manual.html#migrating-from-textadept-10-to-11 [Textadept 11.0 beta 2 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0_beta_2/textadept_11.0_beta_2.win32.zip [Textadept 11.0 beta 2 -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0_beta_2/textadept_11.0_beta_2.macOS.zip [Textadept 11.0 beta 2 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0_beta_2/textadept_11.0_beta_2.linux.tgz diff --git a/docs/images/languages.png b/docs/images/languages.png index df4bfaa2..7bf09b12 100644 Binary files a/docs/images/languages.png and b/docs/images/languages.png differ diff --git a/docs/images/loc.png b/docs/images/loc.png index 4cc2b4a3..850f0112 100644 Binary files a/docs/images/loc.png and b/docs/images/loc.png differ diff --git a/docs/index.html b/docs/index.html index 5aa61ce8..166b54a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -55,16 +55,16 @@
-

Download (v10.8)

+

Download (v11.0)

Atom