Skip to content

Releases: matamorphosis/Scrummage

Scrummage v3.9

25 Aug 00:06
Compare
Choose a tag to compare
  • Improved dependency management (migration to Poetry)
  • Stricter type checking of variables.
  • Improved anonymity of the configuration file via encryption. (Manual editing of configuration file is now difficult and it's advised to not edit the configuration file manually.)
  • Code quality and security enhancements, including revamping of input validation.

Scrummage v3.8

20 Mar 06:40
Compare
Choose a tag to compare
  • Categorised dashboards.
  • Web-based task cache management.
  • Improved task-specific input validation.
  • New plugins, i.e. GitLab Search.

Scrummage v3.7

30 Jan 02:10
Compare
Choose a tag to compare
  • Code efficiency enhancements and bug fixes for plugins.
  • Significant UI/UX enhancements.
  • Implementation of MFA.
  • Due to the above change, if you are upgrading from version 3.6, an update has been made to the backend database. In the installation directory, there is a file called "3.7_Upgrade.py", please copy your config.json file to this directory and run the script to update it to the latest standard. Running it will update the users table to be inline with the new version.

Scrummage v3.6

15 Aug 13:31
Compare
Choose a tag to compare
  • Code efficiency enhancements and bug fixes for plugins.
  • Significant UI/UX enhancements.
  • Organisation specific settings and configurations, allowing for predefined searches based on your organisation and it's users.
  • Due to the above change, if you are upgrading from version 3.4, a major update has been made to the config.json file. In the installation directory, there is a file called "3.6_Upgrade.py", please copy your config.json file to this directory and run the script to update it to the latest standard. Running it will create a file called "config_new.json", please keep a backup of your old config.json file, and then rename the "config_new.json" file to "config.json" and move it to the config directory.
  • Over 20 new plugins!
  • Please note versions 3.3 - 3.6 entail a major overhaul of a lot of backend and frontend code for improved efficiency. Please don't hesitate to reach out about any code stability issues.

Scrummage v3.5

22 Apr 11:16
Compare
Choose a tag to compare
  • Code efficiency enhancements and bug fixes for plugins.
  • Significant UI/UX enhancements.
  • Configuration can now be set via the settings page in the web application UI.
  • Due to the above change, a major update has been made to the config.json file. In the installation directory, there is a file called "3.5_Upgrade.py", please copy your config.json file to this directory and run the script to update it to the latest standard. Running it will create a file called "config_new.json", please keep a backup of your old config.json file, and then rename the "config_new.json" file to "config.json" and move it to the config directory.
  • Several new plugins, refer to the wiki page here
  • Please note as part of the new plugins, new libraries will need to be installed and the config.json file needs to be updated, please refer to the upgrade page here for instructions.
  • Please note versions 3.3, 3.4, and 3.5 entail a major overhaul of a lot of backend and frontend code for improved efficiency. Please don't hesitate to reach out about any code stability issues. While comprehensive testing has been performed, we still welcome such feedback.