From f481db01f1f17ec7b752bc575a904cc98aedb04a Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 24 Jul 2022 00:20:12 +0300 Subject: [PATCH] Releasing 8.0.0 --- ReText/__init__.py | 2 +- changelog.md | 20 ++++++++++++++++++++ data/me.mitya57.ReText.appdata.xml | 1 + setup.py | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ReText/__init__.py b/ReText/__init__.py index b0b281e9..c23fb6b0 100644 --- a/ReText/__init__.py +++ b/ReText/__init__.py @@ -23,7 +23,7 @@ from PyQt6.QtCore import QByteArray, QLocale, QSettings from PyQt6.QtGui import QFont, QFontDatabase -app_version = "7.3.0 (Git)" +app_version = "8.0.0" settings = QSettings('ReText project', 'ReText') diff --git a/changelog.md b/changelog.md index 89d5fb1f..e068a660 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,23 @@ +## ReText 8.0.0 (2022-07-24) + +* Dependency changes: + - ReText is now using Qt 6 and PyQt6. + - PyQt6-WebEngine is required for JavaScript support. + - WebKit is no longer supported. +* Improvements and bugs fixed: + - PR #543 — Added Apply button to Preferences dialog (contributed by Amos + Kong). + - Issue #384 — Save button is now enabled in auto-save mode. + - Issue #536 — Support spell checking for multiple languages. + - Issue #555 — Support setting bold font for editor. + - Issue #581 — Added backtick key to surround keys. + - Run-time resources are now installed into package directory. + - `setup.py` now allows building wheels. +* Translations updated: + - Polish (contributed by Maciej Haudek). + - Spanish (contributed by Pedro Torcatt). + - Turkish (contributed by Serkan ÖNDER in #556). + ## ReText 7.2.3 (2022-02-03) * Issues #573, #574 — Fixed TypeError crash with Python 3.10 and Qt WebKit. diff --git a/data/me.mitya57.ReText.appdata.xml b/data/me.mitya57.ReText.appdata.xml index 2ad04ab8..f55cc3e0 100644 --- a/data/me.mitya57.ReText.appdata.xml +++ b/data/me.mitya57.ReText.appdata.xml @@ -60,6 +60,7 @@ mitya57_AT_gmail.com + diff --git a/setup.py b/setup.py index 4e32e06e..a9cae37a 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -VERSION = '7.3.0' +VERSION = '8.0.0' long_description = '''\ ReText is simple text editor that supports Markdown and reStructuredText