From 71b47910f4b78d368b054b175389ae182f57631d Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sat, 16 Mar 2024 20:19:32 +0300 Subject: [PATCH] Releasing 8.0.2 --- ReText/__init__.py | 2 +- changelog.md | 16 ++++++++++++++++ data/me.mitya57.ReText.appdata.xml | 1 + setup.py | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ReText/__init__.py b/ReText/__init__.py index d48329e4..6dd47590 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 = "8.0.1" +app_version = "8.0.2" settings = QSettings('ReText project', 'ReText') diff --git a/changelog.md b/changelog.md index b617a014..89410363 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +## ReText 8.0.2 (2024-03-16) + +* Improvements and bugs fixed: + - Fixed synchronized scrolling for zoom factors other than 1 (contributed + by Maurice van der Pot). + - Stopped passing `.desktop` suffix to setDesktopFileName() (contributed + by Chris Mayo in #633). + - Issue #98 — Made `mdx_posmap` not break indented code blocks which use + `pymdownx.superfences` extension. + - Issue #637 — Fixed crash when clicking on line information area. +* Translations updated: + - Basque (contributed by Aitor Salaberria). + - German (contributed by cosmic_snow). + - Korean (contributed by Minpa Lee). + - Ukrainian (contributed by Oleksandr Tsvirkun). + ## ReText 8.0.1 (2023-05-28) * Bugs fixed: diff --git a/data/me.mitya57.ReText.appdata.xml b/data/me.mitya57.ReText.appdata.xml index 8caeff29..ad0bb569 100644 --- a/data/me.mitya57.ReText.appdata.xml +++ b/data/me.mitya57.ReText.appdata.xml @@ -62,6 +62,7 @@ mitya57_AT_gmail.com + diff --git a/setup.py b/setup.py index 0d09b12f..dc02a75b 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -VERSION = '8.0.1' +VERSION = '8.0.2' long_description = '''\ ReText is simple text editor that supports Markdown and reStructuredText