Releases: 0vercl0k/clairvoyance
Releases · 0vercl0k/clairvoyance
v0.2
- Fix #3 ; because the viewer allows the user to explore around, zoom in and out, it is now not a problem to display a curve with a huge part of it not populated. No truncation is done anymore, all the pages should be represented in the visualization which explains that the result might not look like a square,
- Removed the logic related to the 'clicked' button; was unnecessary and making the code more complicated
- Update fmt to get upstream changes that truncates the output file by default
- Fix an off-by-one issue with the last region where we weren't setting the index properly; we would skip the last page of the address space
- UI improvements, readme improvements, etc.