aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-03-31 11:38:08 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-03-31 11:38:08 -0400
commit03fab17277fee7387fd93a9c2774b1ebf3f80fe4 (patch)
tree5e51f9ae7d656292c29d31f0f3c59b35c5e7d336 /docs
parentbb7b6e5bd49ac90266b0fb921852839a2cdb01fd (diff)
Updated changelog.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d369fb42..cf75afe0 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -8,6 +8,47 @@ development.**
[donate]: https://gum.co/textadept
[book]: book.html
+### 11.2 beta (01 Apr 2021)
+
+Download:
+
+* [Textadept 11.2 beta -- Win32][]
+* [Textadept 11.2 beta -- Mac OSX 10.7+][]
+* [Textadept 11.2 beta -- Linux][]
+* [Textadept 11.2 beta -- Modules][]
+
+Bugfixes:
+
+* Fixed inability to replace found text with escapes like '\n' and '\t'.
+* Fixed custom theme's overriding of default theme's colors.
+* Do not mark GCC-style "note:" output as compile/run/build/test errors.
+* Modules: Fixed inability to handle large LSP notifications.
+* Modules: Prefer asynchronous LSP response reading on Windows in order to
+ prevent hanging.
+* Modules: Fixed bug where LSP is not notified of files opened during a session.
+* Modules: Fixed LSP startup errors if the LSP command is ultimately nil.
+* Modules: Fixed debugger status when paused.
+
+Changes:
+
+* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.
+* Added support for TypeScript.
+* The terminal version now uses a native terminal cursor instead of an
+ artificially drawn one.
+* Modules: Keep current line's scroll position when displaying LSP diagnostics.
+* Modules: Added option to turn off LSP diagnostic display completely.
+* Modules: Added `debugger.project_commands` for making project-specific
+ debugging easier.
+* Updated to [Lua][] 5.4.2.
+* Updated to [Scintilla][] 5.0.0.
+
+[Textadept 11.2 beta -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2_beta/textadept_11.2_beta.win32.zip
+[Textadept 11.2 beta -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2_beta/textadept_11.2_beta.macOS.zip
+[Textadept 11.2 beta -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2_beta/textadept_11.2_beta.linux.tgz
+[Textadept 11.2 beta -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2_beta/textadept_11.2_beta.modules.zip
+[Lua]: https://lua.org
+[Scintilla]: https://scintilla.org
+
### 11.1 (01 Feb 2021)
Download: