Skip to content

Releases: TheWilley/FruityDancitor

v3.8.0

22 Jun 07:28
Compare
Choose a tag to compare

Summary

  • πŸ“± Many UI improvements to mobile view
  • πŸŽ›οΈ Other minor UI adjustments
  • πŸ”¨ Fixed bug where phone view navigation would incorrectly have an additional non-working button

Changelog

v3.7.1

28 Feb 23:05
Compare
Choose a tag to compare

Summary

  • ◀️ Reversed removal of filename input on export tab as it's required to set the names of files within the exported ZIP

Changelog

v3.7.0

28 Feb 22:42
Compare
Choose a tag to compare

Summary

  • βœ‚οΈ Mods can now be copied between sequences
  • πŸ”„ All frames in a sequence can now be modified at the same time
  • βž– Added a convenient minus button to remove the last sequence in the sequence list
  • πŸ“‹ Sections can now be collapsed in the inspector
  • πŸ”¨ Lots of bug fixes
  • πŸ–ŒοΈ Minor UI improvements

Changelog

v3.6.0

25 Feb 15:01
Compare
Choose a tag to compare

Details

This version has a heavy focus on styling and UI improvements. The inspector panel (the one the right) has a new look with new separators and buttons which more closely match the ones in the navbar, and the frames picker dialog (which appears when uploading a GIF) now includes pagination so that you don't have to scroll a million miles to reach the "upload" button.

One important thing to note is that projects saved in earlier versions of FruityDancitor will no longer load due to a failsafe mechanism which hinders users from loading generic JSON. If you encounter this, simply add this into your project JSON file:

"id":"c7d1e9a9-e3c1-4e40-ad81-eb384fdaaea0-9c8fa00f-3bb3-469a-974b-efdc39b7dad8-6cf23a63-b332-4826-a509-5903deca5cc2"

This is not anything secret, its a unique ID to identify the JSON file as a FruityDancitor project. The app checks for it before loading a project, and as such it must be present. Please create an issue if you encounter any problems regarding this.

Summary

  • πŸ–ΌοΈ Better UI with improved looks
  • πŸ“„ Added pagination to frames picker
  • πŸ”¨ Lots of bug fixes

Changelog

v3.5.1

20 Feb 19:08
Compare
Choose a tag to compare

Summary

πŸ”¨ Fixed bug where grid would not show

Changelog

v3.5.0

20 Feb 18:52
Compare
Choose a tag to compare

Summary

🎨 Fixed styling issue where UI would overflow beyond app limits
πŸ‘οΈ View-port will no longer flicker
πŸ†” The version number is now shown in the app
πŸ”¨ Lots of bug fixes

Changelog

v3.4.0

18 Feb 17:40
Compare
Choose a tag to compare

Summary

  • 🌟 New state management trough redux
  • πŸ”¨ Lots of bug fixes

Changelog

v3.3.0

25 Jan 19:57
Compare
Choose a tag to compare

Summary

  • πŸ”¨ Fixed critical bug where renaming sequences would break sequence list
  • ⌨️ Keyboard shortcut list moved to a dialog window
  • πŸ‹ Docker support
  • πŸ“ Updated README

Changelog

v3.2.0

09 Jan 10:50
Compare
Choose a tag to compare

Summary

  • Keyboard shortcuts
    • Better behind the scenes handling
    • Better shortcut mapping
    • Moved keyboard shortcuts from app to a separate file to reduce clutter
  • UI clarity
  • Improved README
  • Various bug fixes

v3.1.0

05 Jan 10:59
Compare
Choose a tag to compare

Summary

  • URL image uploads
  • Scale now uses a range input instead of a number input
  • Various bug fixes