aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-08-01 20:27:30 -0400
committerGravatar mitchell <none@none>2021-08-01 20:27:30 -0400
commit6d717156c806e5a9a06fbb63a16c84df3d8f6341 (patch)
tree7e543a4b25268841290afcbc23f052e11e92ae5e /docs
parenta16864969e2f4135d0a213e0208d9f8f00bedc28 (diff)
Updated changelog.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 940e6722..21e138e4 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -7,6 +7,36 @@
[donate]: https://gum.co/textadept
[book]: book.html
+### 11.2 (01 Aug 2021)
+
+Download:
+
+* [Textadept 11.2 -- Win32][]
+* [Textadept 11.2 -- Mac OSX 10.7+][]
+* [Textadept 11.2 -- Linux][]
+* [Textadept 11.2 -- Modules][]
+
+Bugfixes:
+
+* Fixed trailing newline bug when filtering through with multiple/rectangular selection.
+* Scintilla: Fixed bug in `buffer:get_last_child()` when level is `-1`.
+* Scintilla: Word searching behaves more consistently at buffer boundaries.
+
+Changes:
+
+* Scintilla: Allow setting the appearance and color of character [representations][].
+* Scintilla: Added [`buffer:replace_rectangular()`][].
+* Scintilla: Optimize search in documents that contain mainly ASCII text.
+* Updated to [Scintilla][] 5.1.1.
+
+[Textadept 11.2 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.win32.zip
+[Textadept 11.2 -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.macOS.zip
+[Textadept 11.2 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.linux.tgz
+[Textadept 11.2 -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.modules.zip
+[representations]: api.html#view.representation
+[`buffer:replace_rectangular()`]: api.html#buffer.replace_rectangular
+[Scintilla]: https://scintilla.org
+
### 11.2 beta 3 (11 Jun 2021)
Download: