|
| 1 | +## ReText 8.1.0 (2025-01-09) |
| 2 | + |
| 3 | +* Dependency changes: |
| 4 | + - Python 3.9 or later is now required. |
| 5 | + - Markups 4.0 or later is now required. |
| 6 | +* Improvements and bugs fixed: |
| 7 | + - Issue #622 — added support for Ctrl+Tab and Ctrl+Shift+Tab for switching |
| 8 | + tabs. |
| 9 | + - PR #634 — WebEngine previewer now shows link on hover (contributed by |
| 10 | + red-kite). |
| 11 | + - Issue #623, PR #640 — changed mouse cursor to pointing hand on link |
| 12 | + hover (contributed by Donjan Rodic). |
| 13 | + - Added F9 shortcut for showing/hiding directory tree dynamically. |
| 14 | + - In the directory tree, for files with long names the full name is shown |
| 15 | + in a tooltip. |
| 16 | + - Issue #383 — splitter state and WebEngine preview zoom factor are now |
| 17 | + cached between runs. |
| 18 | + - Preferences dialog now has links to open the selected stylesheet file |
| 19 | + and working directories externally. |
| 20 | + - It is now possible to pass a directory on the command line, it will be |
| 21 | + shown in the tree. |
| 22 | + - Issue #649 — pasted image URLs are now converted to image markup. |
| 23 | + - Issue #650 — pressing Up key on the first line moves the cursor to the |
| 24 | + beginning of the document, and pressing Down key on the last line moves |
| 25 | + it to the end of the document. |
| 26 | + - When the system theme is dark, Qt WebEngine now uses dark mode too. |
| 27 | + - Issue #617 — added `markdownHeaders` setting for the highlighter. |
| 28 | + - Issue #489 — added initial AsciiDoc support (beta). |
| 29 | + - Issue #519 — added Ctrl+H shortcut for viewing HTML code. |
| 30 | +* Internal changes: |
| 31 | + - PR #592 — auto-generated config options were moved to a separate file, |
| 32 | + `cache.conf` (contributed by Okko Makkonen). |
| 33 | + - Build system was ported to `pyproject.toml`. |
| 34 | + - Adopted `ruff` for code quality checks. |
| 35 | +* Translation updates: |
| 36 | + - Danish (contributed by Morten Juhl-Johansen). |
| 37 | + - Dutch (contributed by Heimen Stoffels). |
| 38 | + - Irish (new, contributed by Aindriú Mac Giolla Eoin). |
| 39 | + - Italian (contributed by albanobattistella). |
| 40 | + - Ukrainian (contributed by dmytro22). |
| 41 | + |
1 | 42 | ## ReText 8.0.2 (2024-03-16)
|
2 | 43 |
|
3 | 44 | * Improvements and bugs fixed:
|
|
0 commit comments