Releases: Etto48/HexPatch
Releases · Etto48/HexPatch
v1.9.3
v1.9.2
v1.9.1
v1.9.0
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
- Add NetBSD by @0323pin in #110
- Feature/light theme by @Etto48 in #109
- Add Cargo.lock by @orhun in #112
- Add installation instructions for Arch Linux by @orhun in #113
- Better app settings by @Etto48 in #116
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
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
v1.7.3
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