Commit Graph

6 Commits

Author SHA1 Message Date
538d339b6a 🐛 fix(SettingManager.py): change authors value to a list to match the expected format
The authors value was previously a string with multiple authors separated by a comma. The value has been changed to a list of strings to match the expected format.
2023-05-02 14:17:54 +02:00
fc525a0878 🔖 chore(SettingManager.py): add version attribute to SettingManager class and update config.yml version if needed
The SettingManager class now has a version attribute to keep track of the version of the configuration file. If the version in the configuration file is different from the version in the SettingManager class, the version in the configuration file is updated to match the version in the SettingManager class. This ensures that the configuration file is always up-to-date with the latest version of the application.
2023-05-02 10:33:56 +02:00
d03d6500a0 added more docstrings 2023-04-28 11:34:22 +02:00
5a546b5e9c Finished settings 2023-04-27 14:03:45 +02:00
ff20488ceb Added Setting to program + fixed one typo 2023-04-27 13:23:02 +02:00
18960e8e33 added setting manager 2023-04-27 13:10:37 +02:00