Skip to content

Commit 9c4ab13

Browse files
committed
Updated changelog.
1 parent 6b6cb34 commit 9c4ab13

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/changelog.md

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

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

5+
## 12.7 (01 Jun 2025)
6+
7+
Download:
8+
9+
- [Textadept 12.7 -- Windows][]
10+
- [Textadept 12.7 -- macOS 11+][]
11+
- [Textadept 12.7 -- Linux][]
12+
- [Textadept 12.7 -- Linux ARM][]
13+
- [Textadept 12.7 -- Modules][]
14+
15+
Bugfixes:
16+
17+
- Fixed Markdown lexer to not lex some continuation lines as code.
18+
- Fixed `reset()` turning off folding for newly opened buffers.
19+
- Locale files with territories should load now.
20+
- Fixed find previous advancing backwards through zero-width matches.
21+
- Draw whitespace with the proper color in the terminal version.
22+
- Better wide character support in terminal version autocompletion lists.
23+
- Format: format on save should ignore selected text.
24+
- Debugger: fixed initial view setup.
25+
- Spellcheck: custom Hunspell paths should not require trailing slash.
26+
27+
Changes:
28+
29+
- Added [`lexer.line_start`][], [`lexer.line_end`][], and [`lexer.text_range()`][].
30+
- Added [`view.parent_size`][] for manipulating parent split sizes.
31+
- Removed `textadept.editing.XPM_IMAGES`.
32+
- Added `is_hidpi()` for detecting HiDPI/Retina displays.
33+
- Autocompletion lists on HiDPI displays now use 2x image sizes.
34+
- Updated Markdown lexer to allow tab-indented continuation lines.
35+
- Support arbitrary RGB colors in the terminal version.
36+
- Linux package maintainers can define `_HOME` in CMake via the `TEXTADEPT_HOME` variable.
37+
- Use different indicators for change history deletions.
38+
- Implement indent guide highlighting in the terminal version.
39+
- Implement fold marker highlighting in the terminal version.
40+
- Updated terminal version line marker glyphs.
41+
- Allow autocompleter functions to return a third value, the item to initially select.
42+
- Autoupdate: new module for checking for application updates.
43+
- LSP: new [autocompletion list icons][] and some terminal version "icon" changes.
44+
- LSP: support diagnostic tags.
45+
- LSP: allow preselected items in completion lists.
46+
47+
[Textadept 12.7 -- Windows]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7/textadept_12.7.win.zip
48+
[Textadept 12.7 -- macOS 11+]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7/textadept_12.7.macOS.zip
49+
[Textadept 12.7 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7/textadept_12.7.linux.tgz
50+
[Textadept 12.7 -- Linux ARM]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7/textadept_12.7.linux.arm.tgz
51+
[Textadept 12.7 -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7/textadept_12.7.modules.zip
52+
[`lexer.line_start`]: api.html#lexer.line_start
53+
[`lexer.line_end`]: api.html#lexer.line_end
54+
[`lexer.text_range()`]: api.html#lexer.text_range
55+
[`view.parent_size`]: api.html#view.parent_size
56+
[autocompletion list icons]: https://github.com/orbitalquark/textadept-lsp#icon-reference
57+
558
## 12.7 beta 2 (01 May 2025)
659

760
Download:

0 commit comments

Comments
 (0)