Commit graph

9 commits

Author SHA1 Message Date
65e6f5a4d7 Merge branch 'feature/tui' into 'main'
New UI with simple-term-menu, now replicates original Visual Basic program

See merge request python_projects3802849/ftl-save-manager!4
2024-12-06 17:12:31 +00:00
16a4e50f66 New UI with simple-term-menu, now replicates original Visual Basic program
Finished replicating the original program, Features include: Backup, Restore, and Update.. But there is still more I want to add, such as better settings management, update, and more.
2024-12-06 17:12:31 +00:00
4286ea5ba3 Merge branch 'feature/updater' into 'main'
Feature/updater can now update from gitlab

See merge request python_projects3802849/ftl-save-manager!3
2024-12-03 22:50:34 +00:00
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
f8419c6d01 Merge branch 'feature/class-version' into 'main'
Functions are split into classes.

See merge request python_projects3802849/ftl-save-manager!2
2024-12-03 18:31:18 +00:00
a9ecd949db Functions are split into classes.
Instead of having all code written as functions, we're now structuring it around two main classes: the Backup class, responsible for handling backups, and the UI class, which focuses on displaying and initiating calls to backup functions.
2024-12-03 18:31:18 +00:00
0aedfb266e Merge branch 'feature/basic-version' into 'main'
Feature/basic version

See merge request python_projects3802849/ftl-save-manager!1
2024-12-03 17:57:48 +00:00
f3d8655a95 Feature/basic version
A python script consisting of just functions that backups and restore the continue.sav.
2024-12-03 17:57:48 +00:00
e200ab8d9d Initiating project, readme and gitignore file. 2024-12-03 18:38:59 +01:00