Skip to content

Commit

Permalink
Releasing 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed May 28, 2023
1 parent 619d903 commit 9ab783f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReText/__init__.py
Expand Up @@ -23,7 +23,7 @@
from PyQt6.QtCore import QByteArray, QLocale, QSettings
from PyQt6.QtGui import QFont, QFontDatabase

app_version = "8.0.0"
app_version = "8.0.1"

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

Expand Down
21 changes: 21 additions & 0 deletions changelog.md
@@ -1,3 +1,24 @@
## ReText 8.0.1 (2023-05-28)

* Bugs fixed:
- Issue #594 — Fix opening files in existing window by relative path.
- Issue #597 — Fix unreachable text at the bottom of the file.
- Issue #599 — Fix truncating file when new text cannot be encoded with
the selected encoding.
- Issue #604 — Allow WebEngine renderer to load iframes such as YouTube
embeds.
- Issue #609 — Fix incorrect font size with WebEngine renderer.
- Issue #620 — LICENSE_GPL file now has text of GPL v2.
* Translations updated:
- Dutch (contributed by Heimen Stoffels).
- French (contributed by uGwA0XP3cm2w).
- Italian (contributed by Alessandro Melillo).
- Norwegian (Bokmål) (new, contributed by Sverre Våbenø).
- Persian (contributed by Hadi F and Arya Younesi).
- Portuguese (Brazil) (contributed by Rodrigo Zimmermann).
- Spanish (contributed by Antonio Villamarin).
- Turkish (contributed by Serkan ÖNDER).

## ReText 8.0.0 (2022-07-24)

* Dependency changes:
Expand Down
1 change: 1 addition & 0 deletions data/me.mitya57.ReText.appdata.xml
Expand Up @@ -61,6 +61,7 @@
<update_contact>mitya57_AT_gmail.com</update_contact>
<content_rating type="oars-1.0"/>
<releases>
<release version="8.0.1" date="2023-05-28"/>
<release version="8.0.0" date="2022-07-24"/>
<release version="7.2.3" date="2022-02-03"/>
<release version="7.2.2" date="2021-10-11"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

VERSION = '8.0.0'
VERSION = '8.0.1'

long_description = '''\
ReText is simple text editor that supports Markdown and reStructuredText
Expand Down

0 comments on commit 9ab783f

Please sign in to comment.