Commit graph

21 commits

Author SHA1 Message Date
3f9f3ad64d Updated readme to fit with new forge. 2025-04-09 23:46:46 +02:00
8437ae0b63 Adjusting link to demo after moving repo 2025-01-01 12:54:55 +00:00
505255d1dc Changed license 2024-12-31 15:20:49 +01:00
fa6a16d58d More orgenized, adding demo.gif. 2024-12-14 09:26:45 +01:00
dfa2b9d871 Adding gif from asciinema recording the program. 2024-12-14 09:11:22 +01:00
32cbd1b88c Check for update set to once a week, making asciinema demo. 2024-12-14 08:54:56 +01:00
f11c844489 update vo v0.5.4 2024-12-14 08:51:20 +01:00
6e5fc0afad to schow asciinema demo 2024-12-14 08:30:21 +01:00
6f4721151c forgot to change version to 0.5.3 in the program 2024-12-10 14:38:00 +01:00
5f6f87f098 Add LICENSE 2024-12-10 13:36:20 +00:00
23c7385bc7 Merge branch 'feature/function-enhancements' into 'main'
Now included all wanted function. Auto update, change settings, change repo and more.

See merge request python_projects3802849/ftl-save-manager!5
2024-12-10 13:33:29 +00:00
98731a534d Now included all wanted function. Auto update, change settings, change repo and more.
New
Class for function used across all other classes.
Automatically check for new updates.
Change repo url, handy for development.
Backup profile file, change some settings in the program and more. See changelog for greater detail.
2024-12-10 13:33:28 +00:00
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