Post
Topic
Board Project Development
Merits 1 from 1 user
Re: The FinderOuter, a bitcoin recovery tool (v0.19.1 2024-01-24)
by
Coding Enthusiast
on 24/01/2024, 06:59:58 UTC
⭐ Merited by ABCbits (1)
Version 0.19.1 (2024-01-24)
https://github.com/Coding-Enthusiast/FinderOuter/releases/tag/v0.19.1.0

  • Fix a bug in VMs where FinderOuter crashed if user entered an invalid input
  • Move to .net 8 and compile binding (UI)
  • Some cleanup and UI fixes

This minor release is fixing a critical bug but also moves to the new .net 8 which required changing UI bindings to compiled binding to prevent UI code from being trimmed. This also further decreases the binary sizes (~8%).
The backend (Bitcoin.Net) is also updated to 0.26.0 with improvements and bug fixes in ECC implementation which should also bring some small optimization.