ftl-save-manager/CHANGELOG.md

18 lines
576 B
Markdown
Raw Normal View History

# 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