Skip to content

Commit

Permalink
Releasing 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Mar 16, 2024
1 parent 2fcef6d commit 71b4791
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReText/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions data/me.mitya57.ReText.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<update_contact>mitya57_AT_gmail.com</update_contact>
<content_rating type="oars-1.0"/>
<releases>
<release version="8.0.2" date="2024-03-16"/>
<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"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 71b4791

Please sign in to comment.