Releases: Simsys/qhexedit2
Releases · Simsys/qhexedit2
Release 0.9.0, 2025-03-09
- Warn before losing user data #63
- Use QPalette for Widget Colors #162
- Programatically highlight/select some regions #146
- Blinking Read-Only cursor flag option #129
- dynamic bytesPerLine property depends on the widget size #72
Please note: This release is not backwards compatible to the 0.8.x series. The widget is and remains available with the previous API on git branch 0.8.xx.
Release 0.8.11, 2025-02-17
- Upload PyQt5 and PyQt6 bindings to PyPi
- Migrate from AppVeyor to GitHub actions
- Migrate from Distutlis to PyQt-builder for PyQt Bindings
- Cleanup structure and build scripts
- Fix strange behavior of the cursor #161
- Fix translation of the example doesn't work #160
- Fix address display of last Line #159
- Fix Q_UNREACHABLE_RETURN not available on Ubuntu 24.04 #157
Qt6 Compatibility and some small improvements
- Replace QPallete::Background with QPallete::Window (for Qt6)
- Update main.cpp to add version option and future extensibility
- Support the use of SIP5
- Some small improvements- clang detach temporary
- initialize with initialization lists
- open file from cli
- add colors customization
v0.8.9
build169
v0.8.8
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