Skip to content

Commit 9ab783f

Browse files
committed
Releasing 8.0.1
1 parent 619d903 commit 9ab783f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.0.0"
26+
app_version = "8.0.1"
2727

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

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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:

data/me.mitya57.ReText.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
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"/>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
VERSION = '8.0.0'
3+
VERSION = '8.0.1'
44

55
long_description = '''\
66
ReText is simple text editor that supports Markdown and reStructuredText

0 commit comments

Comments
 (0)