File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2323from PyQt6 .QtCore import QByteArray , QLocale , QSettings
2424from PyQt6 .QtGui import QFont , QFontDatabase
2525
26- app_version = "8.0.1 "
26+ app_version = "8.0.2 "
2727
2828settings = QSettings ('ReText project' , 'ReText' )
2929
Original file line number Diff line number Diff line change 1+ ## ReText 8.0.2 (2024-03-16)
2+
3+ * Improvements and bugs fixed:
4+ - Fixed synchronized scrolling for zoom factors other than 1 (contributed
5+ by Maurice van der Pot).
6+ - Stopped passing ` .desktop ` suffix to setDesktopFileName() (contributed
7+ by Chris Mayo in #633 ).
8+ - Issue #98 — Made ` mdx_posmap ` not break indented code blocks which use
9+ ` pymdownx.superfences ` extension.
10+ - Issue #637 — Fixed crash when clicking on line information area.
11+ * Translations updated:
12+ - Basque (contributed by Aitor Salaberria).
13+ - German (contributed by cosmic_snow).
14+ - Korean (contributed by Minpa Lee).
15+ - Ukrainian (contributed by Oleksandr Tsvirkun).
16+
117## ReText 8.0.1 (2023-05-28)
218
319* Bugs fixed:
Original file line number Diff line number Diff line change 6262 <update_contact >mitya57_AT_gmail.com</update_contact >
6363 <content_rating type =" oars-1.0" />
6464 <releases >
65+ <release version =" 8.0.2" date =" 2024-03-16" />
6566 <release version =" 8.0.1" date =" 2023-05-28" />
6667 <release version =" 8.0.0" date =" 2022-07-24" />
6768 <release version =" 7.2.3" date =" 2022-02-03" />
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
3- VERSION = '8.0.1 '
3+ VERSION = '8.0.2 '
44
55long_description = '''\
66 ReText is simple text editor that supports Markdown and reStructuredText
You can’t perform that action at this time.
0 commit comments