Skip to content

Commit

Permalink
Releasing 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Jan 9, 2025
1 parent 51fa545 commit 2ef7142
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ReText/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from PyQt6.QtCore import QByteArray, QLocale, QSettings
from PyQt6.QtGui import QFont, QFontDatabase

app_version = "8.1.0 (Git)"
app_version = "8.1.0"

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

Expand Down
41 changes: 41 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## ReText 8.1.0 (2025-01-09)

* Dependency changes:
- Python 3.9 or later is now required.
- Markups 4.0 or later is now required.
* Improvements and bugs fixed:
- Issue #622 — added support for Ctrl+Tab and Ctrl+Shift+Tab for switching
tabs.
- PR #634 — WebEngine previewer now shows link on hover (contributed by
red-kite).
- Issue #623, PR #640 — changed mouse cursor to pointing hand on link
hover (contributed by Donjan Rodic).
- Added F9 shortcut for showing/hiding directory tree dynamically.
- In the directory tree, for files with long names the full name is shown
in a tooltip.
- Issue #383 — splitter state and WebEngine preview zoom factor are now
cached between runs.
- Preferences dialog now has links to open the selected stylesheet file
and working directories externally.
- It is now possible to pass a directory on the command line, it will be
shown in the tree.
- Issue #649 — pasted image URLs are now converted to image markup.
- Issue #650 — pressing Up key on the first line moves the cursor to the
beginning of the document, and pressing Down key on the last line moves
it to the end of the document.
- When the system theme is dark, Qt WebEngine now uses dark mode too.
- Issue #617 — added `markdownHeaders` setting for the highlighter.
- Issue #489 — added initial AsciiDoc support (beta).
- Issue #519 — added Ctrl+H shortcut for viewing HTML code.
* Internal changes:
- PR #592 — auto-generated config options were moved to a separate file,
`cache.conf` (contributed by Okko Makkonen).
- Build system was ported to `pyproject.toml`.
- Adopted `ruff` for code quality checks.
* Translation updates:
- Danish (contributed by Morten Juhl-Johansen).
- Dutch (contributed by Heimen Stoffels).
- Irish (new, contributed by Aindriú Mac Giolla Eoin).
- Italian (contributed by albanobattistella).
- Ukrainian (contributed by dmytro22).

## ReText 8.0.2 (2024-03-16)

* Improvements and bugs fixed:
Expand Down
21 changes: 21 additions & 0 deletions data/me.mitya57.ReText.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,27 @@
<update_contact>mitya57_AT_gmail.com</update_contact>
<content_rating type="oars-1.0"/>
<releases>
<release version="8.1.0" date="2025-01-09">
<description>
<ul>
<li>Added support for Ctrl+Tab and Ctrl+Shift+Tab for switching tabs.</li>
<li>WebEngine previewer now shows link on hover.</li>
<li>Changed mouse cursor to pointing hand on link.</li>
<li>Added F9 shortcut for showing/hiding directory tree dynamically.</li>
<li>In the directory tree, for files with long names the full name is shown in a tooltip.</li>
<li>Splitter state and WebEngine preview zoom factor are now cached between runs.</li>
<li>Preferences dialog now has links to open the selected stylesheet file and working directories externally.</li>
<li>It is now possible to pass a directory on the command line, it will be shown in the tree.</li>
<li>Pasted image URLs are now converted to image markup.</li>
<li>Up/Down keys move to document start/end on the first and last lines.</li>
<li>When the system theme is dark, Qt WebEngine now uses dark mode too.</li>
<li>Added markdownHeaders setting for the highlighter.</li>
<li>Added initial AsciiDoc support.</li>
<li>Added Ctrl+H shortcut for viewing HTML code.</li>
<li>Added Irish translation, updated Danish, Dutch, Italian and Ukrainian.</li>
</ul>
</description>
</release>
<release version="8.0.2" date="2024-03-16"/>
<release version="8.0.1" date="2023-05-28"/>
<release version="8.0.0" date="2022-07-24"/>
Expand Down

0 comments on commit 2ef7142

Please sign in to comment.