From d86b357921973edc50a3082fa24521527e32ff10 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 1 Nov 2021 10:20:40 -0400 Subject: Updated changelog. --- docs/changelog.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 51928209..e7d6a6ab 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,36 @@ [donate]: https://gum.co/textadept [book]: book.html +### 11.3 beta 2 (01 Nov 2021) + +Download: + +* [Textadept 11.3 beta 2 -- Win32][] +* [Textadept 11.3 beta 2 -- Mac OSX 10.7+][] +* [Textadept 11.3 beta 2 -- Linux][] +* [Textadept 11.3 beta 2 -- Modules][] + +Bugfixes: + +* Fixed accidental drawing of whitespace, tab arrows, and indentation guides in margins when + scrolling horizontally in the terminal version. +* Fixed accidental highlighting in margins when scrolling horizontally in the terminal version. +* Fixed occasional incorrect drawing when scrolling horizontally in the terminal version. +* Lua REPL: Fixed broken REPL on reset. + +Changes: + +* Hide the terminal cursor when the caret is out of view. +* Format: New module for formatting code and reformatting paragraphs. +* Debugger: Allow watch expressions without breaking on changes. +* Debugger: Implement setting stack frames in Lua and pretty-print variable values. +* Debugger: Prefer status buffers for variables and call stacks. + +[Textadept 11.3 beta 2 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta_2/textadept_11.3_beta_2.win32.zip +[Textadept 11.3 beta 2 -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta_2/textadept_11.3_beta_2.macOS.zip +[Textadept 11.3 beta 2 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta_2/textadept_11.3_beta_2.linux.tgz +[Textadept 11.3 beta 2 -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.3_beta_2/textadept_11.3_beta_2.modules.zip + ### 11.3 beta (01 Oct 2021) Download: -- cgit v1.2.3