Skip to content

Commit 71b4791

Browse files
committed
Releasing 8.0.2
1 parent 2fcef6d commit 71b4791

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-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.1"
26+
app_version = "8.0.2"
2727

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

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## ReText 8.0.2 (2024-03-16)
2+
3+
* Improvements and bugs fixed:
4+
- Fixed synchronized scrolling for zoom factors other than 1 (contributed
5+
by Maurice van der Pot).
6+
- Stopped passing `.desktop` suffix to setDesktopFileName() (contributed
7+
by Chris Mayo in #633).
8+
- Issue #98 — Made `mdx_posmap` not break indented code blocks which use
9+
`pymdownx.superfences` extension.
10+
- Issue #637 — Fixed crash when clicking on line information area.
11+
* Translations updated:
12+
- Basque (contributed by Aitor Salaberria).
13+
- German (contributed by cosmic_snow).
14+
- Korean (contributed by Minpa Lee).
15+
- Ukrainian (contributed by Oleksandr Tsvirkun).
16+
117
## ReText 8.0.1 (2023-05-28)
218

319
* Bugs fixed:

data/me.mitya57.ReText.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<update_contact>mitya57_AT_gmail.com</update_contact>
6363
<content_rating type="oars-1.0"/>
6464
<releases>
65+
<release version="8.0.2" date="2024-03-16"/>
6566
<release version="8.0.1" date="2023-05-28"/>
6667
<release version="8.0.0" date="2022-07-24"/>
6768
<release version="7.2.3" date="2022-02-03"/>

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.1'
3+
VERSION = '8.0.2'
44

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

0 commit comments

Comments
 (0)