Skip to content

Commit

Permalink
Releasing 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Mar 6, 2021
1 parent 00e6c37 commit 9abd180
Show file tree
Hide file tree
Showing 4 changed files with 13 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 @@ -24,7 +24,7 @@
from PyQt5.QtCore import QByteArray, QLocale, QSettings, QStandardPaths
from PyQt5.QtGui import QFont, QFontDatabase

app_version = "7.2.0"
app_version = "7.2.1"

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

Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## ReText 7.2.1 (2021-03-06)

* Issues #255, #492 — Improved support for dark Qt themes.
* Fixed preview jumping to top during MathJax rendering.
* Issue #544 — Fixed QTextBrowser-based preview jumping.
* Issue #548 — Fixed opening files with spaces from QTextBrowser-based
preview.
* Issue #549 — Use `defaultCodec` setting by default when saving files;
correctly detect encoding for UTF-8 files with BOM.

## ReText 7.2.0 (2021-02-08)

* Dependency changes:
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 @@ -63,6 +63,7 @@
<update_contact>mitya57_AT_gmail.com</update_contact>
<content_rating type="oars-1.0"/>
<releases>
<release version="7.2.1" date="2021-03-06"/>
<release version="7.2.0" date="2021-02-08"/>
<release version="7.1.0" date="2020-04-04"/>
<release version="7.0.4" date="2018-09-23"/>
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 = '7.2.0'
VERSION = '7.2.1'

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

0 comments on commit 9abd180

Please sign in to comment.