Skip to content

Releases: Etto48/HexPatch

v1.9.3

09 Nov 05:32
Compare
Choose a tag to compare

What's Changed

  • Better installation instructions by @Etto48 in #120
  • Removed unused deps
  • Updated upload-sarif to v3

Full Changelog: v1.9.2...v1.9.3

v1.9.2

03 Nov 21:50
398594c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

23 Oct 11:03
f404d94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

06 Sep 13:28
fa5ea25
Compare
Choose a tag to compare

Light theme update

  • You can now choose between "auto", "dark", and "light" themes. In "auto" the theme adapts to your terminal background or defaults to "dark" if detection fails. "auto" is the default setting.
  • You can now set the log verbosity to "debug", "info", "warning", or "error". Selecting a level will display messages for that level and all levels above it. "info" is the default setting.

Check out the documentation for more info.

Thank you to @0323pin and @orhun for publishing HexPatch on NetBSD and ArchLinux!

Known bugs

  • Unfortunately the automatic theme detection does not work yet on Windows Terminal and VSCode on Windows.

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

18 Aug 18:24
607cdf7
Compare
Choose a tag to compare

Improved Plugin API

  • Now you can edit the color and alignment of text in custom popups
  • You can create an instant object to calculate elapsed time
  • Way more information about the actual content pointed by the mouse is now reported during mouse events
  • Added a function to move the cursor position in the UI

What's Changed

  • Added custom popup text style and alignment options by @Etto48 in #102
  • Provided an updated example of fill popup in test/debug_plugins/debug.lua by @Etto48 in #103
  • Added a way to get a time reference in a plugin by @Etto48 in #104
  • Feature/mouse_info by @Etto48 in #105
  • Added jump_to function to Plugin API by @Etto48 in #106
  • Updated russh to v0.45 by @Etto48 in #107

Full Changelog: v1.7.4...v1.8.0

v1.7.4

09 Aug 06:56
Compare
Choose a tag to compare

What's Changed

  • Updated ratatui to v0.28.0 and replaced custom scrollbar with the default one by @Etto48 in #101

Full Changelog: v1.7.3...v1.7.4

v1.7.3

02 Aug 01:22
Compare
Choose a tag to compare

What's Changed

  • More clear page on docs.rs by @Etto48 in #96
  • Added install requirements to README by @Etto48 in #98
  • Updated crossterm to v0.28.1 by @Etto48 in #99
  • Updated symbolic-demangle to v12.10.0 and tokio to v1.39.2 by @Etto48 in #100

Bugfix in crossterm

This fix is in theory breaking the serialization of key settings and KeyEvents in general, if you encounter any problems related to CAPS_LOCK and NUM_LOCK check the original issue.

Full Changelog: v1.7.2...v1.7.3

v1.7.2

19 Jul 01:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

14 Jul 16:00
759c0f9
Compare
Choose a tag to compare

Limited buffer size

Now history and log have a limited size (by default it's 1024) that can be set in the config. Setting it to 0 removes the limit.

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

13 Jul 22:09
45ab9a0
Compare
Choose a tag to compare

Undo and Redo are now available!

You can now undo and redo a change by pressing Ctrl+Z and Ctrl+Y (can be changed in the config) or running the commands "undo" and "redo".

What's Changed

Full Changelog: v1.6.2...v1.7.0