aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-11-01 10:20:40 -0400
committerGravatar mitchell <none@none>2021-11-01 10:20:40 -0400
commitd86b357921973edc50a3082fa24521527e32ff10 (patch)
treead85d06b4491f14885a0a6fccdf904a523c2b944
parent4f04cfb6e6b289985f620ad6919399ee2908addf (diff)
Updated changelog.
-rw-r--r--docs/changelog.md30
1 files changed, 30 insertions, 0 deletions
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: