Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@0vercl0k 0vercl0k released this 24 Dec 09:29
· 1 commit to main since this release
1102e79
  • 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.