Releases: Gui-Yom/hlbc
gui-v0.3.0
Changelog
Added
- Full text search with
hlbc-indexing
. (experimental) - Status bar
- View any type in the inspector
- Clickable register types in inspector
- Opcode description on hover in inspector
- Navigation history for the sync inspector
Changed
- Reworked internals
- Better gui styling
Fixed
- Correctly serialize function debug info
- Correctly serialize indexes (thanks @turuslan)
And guess what ? Linux builds are broken again.
gui-v0.2.1
Highlights
Fix various crashes
I included the new search functionality by mistake in the GitHub Actions builds.
Full changelog : https://github.com/Gui-Yom/hlbc/blob/master/crates/gui/CHANGELOG.md
gui-v0.2.0
Highlights
Hlbc can now open files compiled for the latest hashlink
gui-v0.1.0
Highlights
Initial release for the GUI !
(Linux build is broken)
cli-v0.5.0
Highlights
Nicer decompilation output
Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.4.0...cli-v0.5.0
v0.4.0
Highlights
Various fixes and improvements to decompilation. New AST post processing step to make output source code look nicer.
Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.3.0...v0.4.0
v0.3.0
Decompiler !
Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.2.0...v0.3.0
v0.3.0-alpha - Dev release
Pre-release because I can't publish to crates.io for now.
Changelog: https://github.com/Gui-Yom/hlbc/blob/master/hlbc-cli/CHANGELOG.md
Git changelog: v0.2.0...v0.3.0-alpha
v0.2.0
Fix CI