Skip to content

Commit

Permalink
Updated changelog and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell committed Nov 12, 2021
1 parent e6a9d2b commit 172a7e7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ characters when drawing wrap symbols, some marker symbols, and call tip arrows.

## Requirements

* Scinterm currently requires (unreleased) Scintilla 5.1.4 - 5.x.
* Scinterm 3.2 requires Scintilla 5.1.4 - 5.x.
* Scinterm 3.1 requires Scintilla 5.1.0 - 5.1.1.
* Scinterm 3.0 requires Scintilla 3.20.0 - 3.21.0.
* Scinterm 2.0 requires Scintilla 3.20.0 - 3.21.0.
Expand Down
20 changes: 20 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

### 3.2 (11 Nov 2021)

Download:

* [Scinterm 3.2][]

Bugfixes:

* Fixed accidental drawing of whitespace, tab arrows, and indentation guides in margins when
scrolling horizontally.
* Fixed accidental highlighting in margins when scrolling horizontally.
* Fixed occasional incorrect drawing when scrolling horizontally.

Changes:

* Hide the terminal cursor when Scintilla's caret is out of view.

[Scinterm 3.2]: https://github.com/orbitalquark/scinterm/archive/scinterm_3.2.zip
[Scintilla]: https://scintilla.org

### 3.1 (26 Jun 2021)

Download:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ characters when drawing wrap symbols, some marker symbols, and call tip arrows.

## Requirements

* Scinterm currently requires (unreleased) Scintilla 5.1.4 - 5.x.
* Scinterm 3.2 requires Scintilla 5.1.4 - 5.x.
* Scinterm 3.1 requires Scintilla 5.1.0 - 5.1.1.
* Scinterm 3.0 requires Scintilla 3.20.0 - 3.21.0.
* Scinterm 2.0 requires Scintilla 3.20.0 - 3.21.0.
Expand Down

0 comments on commit 172a7e7

Please sign in to comment.