Skip to content

Commit 172a7e7

Browse files
author
mitchell
committed
Updated changelog and README.
1 parent e6a9d2b commit 172a7e7

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ characters when drawing wrap symbols, some marker symbols, and call tip arrows.
1515

1616
## Requirements
1717

18-
* Scinterm currently requires (unreleased) Scintilla 5.1.4 - 5.x.
18+
* Scinterm 3.2 requires Scintilla 5.1.4 - 5.x.
1919
* Scinterm 3.1 requires Scintilla 5.1.0 - 5.1.1.
2020
* Scinterm 3.0 requires Scintilla 3.20.0 - 3.21.0.
2121
* Scinterm 2.0 requires Scintilla 3.20.0 - 3.21.0.

docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
[Atom Feed](https://github.com/orbitalquark/scinterm/releases.atom)
44

5+
### 3.2 (11 Nov 2021)
6+
7+
Download:
8+
9+
* [Scinterm 3.2][]
10+
11+
Bugfixes:
12+
13+
* Fixed accidental drawing of whitespace, tab arrows, and indentation guides in margins when
14+
scrolling horizontally.
15+
* Fixed accidental highlighting in margins when scrolling horizontally.
16+
* Fixed occasional incorrect drawing when scrolling horizontally.
17+
18+
Changes:
19+
20+
* Hide the terminal cursor when Scintilla's caret is out of view.
21+
22+
[Scinterm 3.2]: https://github.com/orbitalquark/scinterm/archive/scinterm_3.2.zip
23+
[Scintilla]: https://scintilla.org
24+
525
### 3.1 (26 Jun 2021)
626

727
Download:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ characters when drawing wrap symbols, some marker symbols, and call tip arrows.
1515

1616
## Requirements
1717

18-
* Scinterm currently requires (unreleased) Scintilla 5.1.4 - 5.x.
18+
* Scinterm 3.2 requires Scintilla 5.1.4 - 5.x.
1919
* Scinterm 3.1 requires Scintilla 5.1.0 - 5.1.1.
2020
* Scinterm 3.0 requires Scintilla 3.20.0 - 3.21.0.
2121
* Scinterm 2.0 requires Scintilla 3.20.0 - 3.21.0.

0 commit comments

Comments
 (0)