Skip to content

Releases: ThatChair/PoseAnalysis

Version 1.1.0

13 Apr 22:43
Compare
Choose a tag to compare

It's finally out!
Not the full list of features I wanted, but I just decided to ship it

Changelog

  • Added the View Menu, which allows toggling the view of different objects
  • Added MOV support
  • Added arm velocities (BETA)

Full Changelog: v1.0.5...v1.1.0

Version 1.0.5

25 Mar 05:31
Compare
Choose a tag to compare

Haven't had enough time to work on 1.1, but some small changes in the meantime

Changelog

  • Auto importing of python libraries
  • Improved video loading and error handling
  • New keybinds

Full Changelog: v1.0.4...v1.0.5

Version 1.0.4

05 Feb 22:57
Compare
Choose a tag to compare

Just some small changes, but a lot went on under the hood

Changelog

  • Pose display now starts in the correct orientation
  • Version is now displayed in the top right
  • Rendering code refactored to improve readability
  • Multik dependency removed

Version 1.0.3

23 Jan 19:58
286548b
Compare
Choose a tag to compare

Some more bugfixes

Changelog

  • Added simple logging capability
  • Fixed app crashing on displaying certain errors
  • Changed INFO.md
  • Fixed loading animation not disappearing when an error occurs

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

21 Jan 06:59
Compare
Choose a tag to compare

A couple quick fixes for some big bugs

Changelog

  • Improved Python version calling. Now if you have multiple versions it will pick 3.11
  • Improved back-end error handling

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

20 Jan 06:01
Compare
Choose a tag to compare

Just a patch fixing some issues with the initial release

Changelog

  • Fixed Zooming for touch-pad and scroll wheel
  • Fixed Jar version by requiring python download
  • Fixed app using python 3.12 instead of 3.11
  • Decreased loading times
  • Fixed negative zooming
  • Fixed points not zooming correctly
  • Fixed incorrect welcome text

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

14 Jan 18:51
Compare
Choose a tag to compare

First release!

  • Working 3d animation view

  • Working time slider and pause/play button

  • Capability to open both videos and custom .json files

  • Edit: Removed JAR due to instability