- Fixed an issue where the online version was always considered newer, regardless of the actual version numbers.
- Improved menu layout with minor changes for better usability.
### 0.3.0
- Added an update function. The program now checks the latest_version.txt file from GitLab and can download and replace the local ftl-savemanager.py file with the latest version.
- If a .gitignore file is detected in the same folder, the update process is blocked.
- The program prompts the user for confirmation before performing the update.
## 0.2.1
- Adopted semantic versioning (MAJOR.MINOR.PATCH) for better version tracking.
### 0.2
- Reorganized the codebase: functions have been split into two classes, Backup and UI.