Feature/updater can now update from gitlab

Added update function, update function does not work inside git folder.
This commit is contained in:
Mr Finchum 2024-12-03 22:50:34 +00:00
parent f8419c6d01
commit 7e8a68e73e
3 changed files with 125 additions and 15 deletions

17
CHANGELOG.md Normal file
View file

@ -0,0 +1,17 @@
# 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