Commit graph

5 commits

Author SHA1 Message Date
6f4721151c forgot to change version to 0.5.3 in the program 2024-12-10 14:38:00 +01: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
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
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
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