Skip to content

Releases: SharpWoW/Chocobo

v4.8.1

27 Nov 22:25
v4.8.1
87c7e45
Compare
Choose a tag to compare

Chocobo

v4.8.1 (2020-11-25)

Full Changelog Previous Releases

  • Update interface version for 9.0.2

  • Delete funding information
    This is now located in the default .github repository.

  • Create FUNDING.yml

v4.8.0

31 Oct 19:00
v4.8.0
646e041
Compare
Choose a tag to compare

Chocobo

v4.8.0 (2020-10-31)

Full Changelog Previous Releases

  • Improve UI for custom music
    It now uses proper lists to make configuration much easier.
  • Add function to get custom music for mount
  • Allow initializing list for custom mounts
  • Allow removing specific song for custom mount
  • Improve logic for music playing
    If playing for a custom mount, only do it if there is at least one
    song configured for the mount.
  • Improve config for songs and mounts
    The config in interface options now has proper lists to configure
    custom songs and mounts, instead of the basic interface to the slash
    commands that was used previously. This should improve user experience
    a lot.
  • Setup GitHub actions instead of Travis
  • Improve reset functions
    Instead of re-assigning the tables which can cause reference issues in
    places that use these variables, we use the wipe() functions instead.
  • Configure VS Code Lua extension
  • Add luacheck config
  • Add editorconfig
  • Clean up code
  • Improve localization default handling
  • Fix global variable leak
  • Update copyright year
  • Fix loading issues with options
    Do the initial initialization directly in the code files instead.
  • Load custom song panel before sound control
  • Replace tabs with spaces
  • Update translation files to be automatic again
  • Rewrite XML frames in Lua

v4.7.6

24 Oct 15:27
v4.7.6
4da1ebb
Compare
Choose a tag to compare

Chocobo

v4.7.6 (2020-10-24)

Full Changelog Previous Releases

  • Add BigWigs packaging script
  • Clean up code
  • Remove old archive script
  • Update backdrop code