Skip to content

Commit 3437706

Browse files
committed
v0.8.7
1 parent 7d7938a commit 3437706

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

doc/release.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release 0.8.7, 2020-06-24
2+
-------------------------
3+
- extend HexCaps check to address and edit text
4+
- use 'monospace' hint to improve font guess
5+
- fix build with qt < 5.11.0
6+
- add icon pics to source
7+
- forward key press events to parent widget
8+
- limit undo stack to 1000 entries
9+
110
Release 0.8.6, 2019-03-16
211
-------------------------
312
- Bug fix: select data above 2GB

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):
114114

115115
setup(
116116
name='QHexEdit',
117-
version='0.8.6',
117+
version='0.8.7',
118118
ext_modules=[
119119
Extension(
120120
"qhexedit",

src/qhexedit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/** \mainpage
2020
QHexEdit is a binary editor widget for Qt.
2121
22-
\version Version 0.8.6
22+
\version Version 0.8.7
2323
\image html qhexedit.png
2424
*/
2525

0 commit comments

Comments
 (0)