This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
2017.06.0.SWOND
Major features and changes:
- Added a cursor to the hex view.
- Introduced support for editing bytes in hex view (currently without an ability to change file size).
- Added many new keyboard shortcuts.
- Added a shortcut editor.
- Connection to the server uses TLS now.
- "Replace" option has been enabled.
Minor features and changes:
- "Find/Replace" dialog has been slightly improved.
- Dropped support for MinGW (due to broken std::random_device, slow compile time, lack of support for new C++ standards and many others)
Bugfixes:
- Client API Python library has been fixed to support Python 2.
- Previously Ctrl+C didn't work when running srv.py on Windows.