Skip to content

Releases: AIP21/WAT-Vis

Version 1.4.0 Full Release

03 Jul 14:59
9975481
Compare
Choose a tag to compare

What's Changed

Fixed a bug with the auto-updating always thinking there's an update.

Full Changelog: v1.3.0-FR...v1.4.0-FR

Version 1.3.0 Full Release

03 Jul 14:12
Compare
Choose a tag to compare

What's Changed

#3 New seed mapping tool! Instead of having to upload a world image, you can input a seed and world version and it will map out the biomes.
Improved the logger, so now it is faster and logs are saved in .log files.
Added an auto-update system (haven't tested it yet...)

Full Changelog: v1.2.0-FR...v1.3.0-FR

Version 1.2.0 Full Release

29 Jun 02:46
Compare
Choose a tag to compare

What's Changed

Redid the selection system, now you can hold shift to multi-select and control to select hidden points. You can also drag right click to select in an area.
New right click menu. Currently it has only two items (I'll add more in the future): Hide, and Show. They hide and show the selected points, if none are selected then all points will be hidden or shown.
Control+A selects every point, even if it's hidden.
Now the import and settings window can't be clicked past, fixing lots of issues.
New option to append or overwrite existing data with new imports if you've already imported some data.
Hold the control key to show hidden points.
Fixed tons (like, an inordinate amount) of bugs.

Known issue: You cannot reopen the import menu after importing data. (I will fix it ASAP)

A biome map using the world seed is coming soon! (It's actually really hard to do, so it'll take some time)

Full Changelog: v1.1.1-FR...v1.2.0-FR

Version 1.1.1 Full Release

26 Jun 03:10
Compare
Choose a tag to compare

What's Changed

Addresses issue #2. Fixes a bug when loading a world image that freezes the program.

Full Changelog: v1.1.0-FR...v1.1.1-FR

Version 1.1.0 Full Release

16 Jun 15:31
Compare
Choose a tag to compare

What's Changed

Fixed a rendering issue on Windows

Full Changelog: v1.0.4-FR...v1.1.0-FR

Version 1.0.4 Full Release

03 Jun 18:03
b6b03b6
Compare
Choose a tag to compare

What's Changed

Fixed a bug with disabling players.
Fixed a couple other small bugs.
Performance improvements! (sort of)

Full Changelog: v1.0.3-FR...v1.0.4-FR

Version 1.0.3 Full Release

03 Jun 18:01
b6b03b6
Compare
Choose a tag to compare

What's Changed

Fixed screenshot exporting and full image exporting.
Fixed a bug with file importing.
Other small bug fixes and improvements.

I seem to keep finding bugs every time I run this program!

Full Changelog: v1.0.2-FR...v1.0.3-FR

Version 1.0.2 Full Release

02 Jun 01:59
Compare
Choose a tag to compare

What's Changed

Fixed a bug where the world image was not exporting properly.
Added a screenshot button in the export pane, in order to make it easier to present the application to teachers.
Improved the performance.
Fixed other small bugs.

Full Changelog: v1.0.1-FR...v1.0.2-FR

Version 1.0.1

30 May 15:08
Compare
Choose a tag to compare

What's Changed

Small bug fix with debug logging
Fixed bug with settings menu after theme change
Fixed bug with zooming which made zooming in and out very jittery
Fixed a bug that caused the program to not redraw anything

Full Changelog: v1.0.0-FR...v1.0.1-FR

Version 1.0.0 Full Release

28 May 12:34
Compare
Choose a tag to compare

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