Skip to content

Release 1.4 - QoL and major fixes!

Compare
Choose a tag to compare
@p-yukusai p-yukusai released this 01 Jan 22:08
· 400 commits to master since this release
3765e9c

A lot has happened that makes this release take the major jump from 1.3.5 to 1.4.0, it has been a wild ride to write all of this but it has been completely worth it.

I've also made a new Twitter page for the project, and it would be lovely if you could share it so it reaches more people.

What's Changed

  • A new dark theme has been added (breeze_dark)
  • A lot of new scripts for building and deploying have been made
  • Version bump from 1.3.5 to 1.4.0
  • Added keybindings for
    • Timeline movement (Ctrl + Left or Right arrow keys)
    • Jumping to the first or last frame (Ctrl + Up or Down arrow keys)
    • Toggle Looping (Ctrl + R)
    • Toggle playback (Ctrl + Spacebar)
    • Toggle docks (Ctrl + Q)
  • Fix pull bones feature (thanks to aoi for reporting and Larpon for the help diagnosing)
  • Fix FFMPEG exporting, so now you can export to every available format file! (Please don't have '%20' in your file name to ensure this works properly)
  • Reduced minimum OpenGL version from 4.0 to 3.3
  • Fix MathUtil (this fixed the pull bones feature, along with other things that I may have failed to notice)
  • When opening a recent file, if it is not found it will be automatically deleted from the record (changes will apply on your next restart)
  • Upgrade Linux CI to Ubuntu 20.04 Jammy, a compatibility version for older distros has been made available.
  • Fixed MacOS CI, a zip containing AnimeEffects.app has been made available.

Full Changelog: v1.3.4...v1.4.0