Skip to content

Version 1.0.0 Full Release

Compare
Choose a tag to compare
@AIP21 AIP21 released this 28 May 12:34
· 74 commits to main since this release

This is the first full release of this program, I will probably update this occasionally in the future but it will most likely be to fix bugs or something.

What's Changed

  • Polished panning and zooming.
  • Greatly improved performance when loading lots of data (30fps at ~1,000,000 points on my mac).
  • You can now drag and drop input files into the app to automatically add them to a new import.
  • A bug with frustum culling is now fixed so lines should not act up or disappear when a part of them is culled.
  • Drastically improved import speed, decoding speed, and general loading time.
  • The mouse cursor will now switch to a spinny cursor to indicate that the program is loading an image, decoding the data, or exporting an image.
  • There is now feedback to indicate that the world image has finished loading and that an export is complete.
  • New debug mode that helps identify bugs and performance/visual issues. Makes logging more verbose, adds more information to the bottom toolbar, and draws some debug markers to show input response.
  • Lots and lots and lots of bug fixes (like a lot of them).

Full Changelog: v0.9.1...v1.0.0-FR