Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

2017.06.0.SWOND

Compare
Choose a tag to compare
@mkow mkow released this 22 Jun 14:00
· 190 commits to master since this release

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.