Mitten v1.2
Added new QOL features and refactored
- Refactored code to remove global variables and improve overall code quality
- Added functionality to specify and monitor multiple branches of a repository, configurable for repositories through the .env file, using a colon after the repo name.
- Added functionality to include role mentions in commit notifications, as specified in the .env file
- Added functionality for testing webhook connectivity
- Added a feature to optionally customize the color of the commit message embed, configurable in the
.env
file - Added a feature to notify Discord when initializing a new repository and upon its completion, toggleable in the .env file
- Added the option to use commit author's details in messages rather than the repository owner's, toggleable in the .env file
- Removed multi-threading as it was unnecessary and excessive
Full Changelog: v1.1.6...v1.2