Skip to content

Commit 2ef7142

Browse files
committed
Releasing 8.1.0
1 parent 51fa545 commit 2ef7142

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

ReText/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from PyQt6.QtCore import QByteArray, QLocale, QSettings
2424
from PyQt6.QtGui import QFont, QFontDatabase
2525

26-
app_version = "8.1.0 (Git)"
26+
app_version = "8.1.0"
2727

2828
settings = QSettings('ReText project', 'ReText')
2929

changelog.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
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+
142
## ReText 8.0.2 (2024-03-16)
243

344
* Improvements and bugs fixed:

data/me.mitya57.ReText.metainfo.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,27 @@
6666
<update_contact>mitya57_AT_gmail.com</update_contact>
6767
<content_rating type="oars-1.0"/>
6868
<releases>
69+
<release version="8.1.0" date="2025-01-09">
70+
<description>
71+
<ul>
72+
<li>Added support for Ctrl+Tab and Ctrl+Shift+Tab for switching tabs.</li>
73+
<li>WebEngine previewer now shows link on hover.</li>
74+
<li>Changed mouse cursor to pointing hand on link.</li>
75+
<li>Added F9 shortcut for showing/hiding directory tree dynamically.</li>
76+
<li>In the directory tree, for files with long names the full name is shown in a tooltip.</li>
77+
<li>Splitter state and WebEngine preview zoom factor are now cached between runs.</li>
78+
<li>Preferences dialog now has links to open the selected stylesheet file and working directories externally.</li>
79+
<li>It is now possible to pass a directory on the command line, it will be shown in the tree.</li>
80+
<li>Pasted image URLs are now converted to image markup.</li>
81+
<li>Up/Down keys move to document start/end on the first and last lines.</li>
82+
<li>When the system theme is dark, Qt WebEngine now uses dark mode too.</li>
83+
<li>Added markdownHeaders setting for the highlighter.</li>
84+
<li>Added initial AsciiDoc support.</li>
85+
<li>Added Ctrl+H shortcut for viewing HTML code.</li>
86+
<li>Added Irish translation, updated Danish, Dutch, Italian and Ukrainian.</li>
87+
</ul>
88+
</description>
89+
</release>
6990
<release version="8.0.2" date="2024-03-16"/>
7091
<release version="8.0.1" date="2023-05-28"/>
7192
<release version="8.0.0" date="2022-07-24"/>

0 commit comments

Comments
 (0)