Skip to content

Commit 9abd180

Browse files
committed
Releasing 7.2.1
1 parent 00e6c37 commit 9abd180

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

ReText/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from PyQt5.QtCore import QByteArray, QLocale, QSettings, QStandardPaths
2525
from PyQt5.QtGui import QFont, QFontDatabase
2626

27-
app_version = "7.2.0"
27+
app_version = "7.2.1"
2828

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

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## ReText 7.2.1 (2021-03-06)
2+
3+
* Issues #255, #492 — Improved support for dark Qt themes.
4+
* Fixed preview jumping to top during MathJax rendering.
5+
* Issue #544 — Fixed QTextBrowser-based preview jumping.
6+
* Issue #548 — Fixed opening files with spaces from QTextBrowser-based
7+
preview.
8+
* Issue #549 — Use `defaultCodec` setting by default when saving files;
9+
correctly detect encoding for UTF-8 files with BOM.
10+
111
## ReText 7.2.0 (2021-02-08)
212

313
* Dependency changes:

data/me.mitya57.ReText.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<update_contact>mitya57_AT_gmail.com</update_contact>
6464
<content_rating type="oars-1.0"/>
6565
<releases>
66+
<release version="7.2.1" date="2021-03-06"/>
6667
<release version="7.2.0" date="2021-02-08"/>
6768
<release version="7.1.0" date="2020-04-04"/>
6869
<release version="7.0.4" date="2018-09-23"/>

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 = '7.2.0'
3+
VERSION = '7.2.1'
44

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

0 commit comments

Comments
 (0)