ftl-save-manager/CHANGELOG.md
Mr Finchum 7e8a68e73e Feature/updater can now update from gitlab
Added update function, update function does not work inside git folder.
2024-12-03 22:50:34 +00:00

576 B

Changelog

0.3.1

Fixed that online version always was newer. Changed some small layouts from the menu.

0.3.0

Adding an update function. Checks the latest_version.txt file from gitlab and can pull the newest ftl-savemanager.py file and replace the local version. If .gitignore file is found in the same folder update is denied, it also ask if the user wants to update before doing so.

0.2.1

Switching to Semantic versioning, MAJOR.MINOR.PATCH

0.2

Reorgenized: The functions have been reorganized into two classes, Backup and UI.

0.1

Initial working script