File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Expand file tree Collapse file tree 4 files changed +24
-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.0 "
26+ app_version = "8.0.1 "
2727
2828settings = QSettings ('ReText project' , 'ReText' )
2929
Original file line number Diff line number Diff line change 1+ ## ReText 8.0.1 (2023-05-28)
2+
3+ * Bugs fixed:
4+ - Issue #594 — Fix opening files in existing window by relative path.
5+ - Issue #597 — Fix unreachable text at the bottom of the file.
6+ - Issue #599 — Fix truncating file when new text cannot be encoded with
7+ the selected encoding.
8+ - Issue #604 — Allow WebEngine renderer to load iframes such as YouTube
9+ embeds.
10+ - Issue #609 — Fix incorrect font size with WebEngine renderer.
11+ - Issue #620 — LICENSE_GPL file now has text of GPL v2.
12+ * Translations updated:
13+ - Dutch (contributed by Heimen Stoffels).
14+ - French (contributed by uGwA0XP3cm2w).
15+ - Italian (contributed by Alessandro Melillo).
16+ - Norwegian (Bokmål) (new, contributed by Sverre Våbenø).
17+ - Persian (contributed by Hadi F and Arya Younesi).
18+ - Portuguese (Brazil) (contributed by Rodrigo Zimmermann).
19+ - Spanish (contributed by Antonio Villamarin).
20+ - Turkish (contributed by Serkan ÖNDER).
21+
122## ReText 8.0.0 (2022-07-24)
223
324* Dependency changes:
Original file line number Diff line number Diff line change 6161 <update_contact >mitya57_AT_gmail.com</update_contact >
6262 <content_rating type =" oars-1.0" />
6363 <releases >
64+ <release version =" 8.0.1" date =" 2023-05-28" />
6465 <release version =" 8.0.0" date =" 2022-07-24" />
6566 <release version =" 7.2.3" date =" 2022-02-03" />
6667 <release version =" 7.2.2" date =" 2021-10-11" />
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
3- VERSION = '8.0.0 '
3+ VERSION = '8.0.1 '
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