File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
110Release 0.8.6, 2019-03-16
211-------------------------
312- Bug fix: select data above 2GB
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):
114114
115115setup (
116116 name = 'QHexEdit' ,
117- version = '0.8.6 ' ,
117+ version = '0.8.7 ' ,
118118 ext_modules = [
119119 Extension (
120120 "qhexedit" ,
Original file line number Diff line number Diff line change 1919/* * \mainpage
2020QHexEdit 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
You can’t perform that action at this time.
0 commit comments