Skip to content

Commit

Permalink
v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Jun 24, 2020
1 parent 7d7938a commit 3437706
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions doc/release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release 0.8.7, 2020-06-24
-------------------------
- extend HexCaps check to address and edit text
- use 'monospace' hint to improve font guess
- fix build with qt < 5.11.0
- add icon pics to source
- forward key press events to parent widget
- limit undo stack to 1000 entries

Release 0.8.6, 2019-03-16
-------------------------
- Bug fix: select data above 2GB
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):

setup(
name='QHexEdit',
version='0.8.6',
version='0.8.7',
ext_modules=[
Extension(
"qhexedit",
Expand Down
2 changes: 1 addition & 1 deletion src/qhexedit.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/** \mainpage
QHexEdit is a binary editor widget for Qt.
\version Version 0.8.6
\version Version 0.8.7
\image html qhexedit.png
*/

Expand Down

0 comments on commit 3437706

Please sign in to comment.