Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Aug 2, 2021
1 parent 99a7033 commit 2c0222d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c0222d

Please sign in to comment.