Releases: zaanposni/discord-masz
Releases · zaanposni/discord-masz
v1.5.1
v1.5 - Discord bot and darkmode rework
You can install this update using
git pull
./start.sh (start.ps1 on windows)
- Added pretty help command to discord bot.
- Added url command to discord bot.
- Added feature command to discord bot.
- Added register command to discord bot.
- Added whois command to discord bot.
- Added more style to the register guild form.
- Now ignoring spaces in user id while creating cases.
- Reapplying muted role if user rejoins guild.
- Reworked dark mode.
v1.4
Important:
This update changes the way the app config works. It is required to execute setup.py
again before starting the app with an old config.
- Added discord username to announcement embeds.
- Uploaded files are now removed on guild deletion if wanted.
- Improved guild deletion form.
- Using correct permissions on guild invite link.
- Added webhook notification for files.
- Added more information to all webhook notifications.
- Added simple discord bot.
- Added backup scripts for database and files.
- Fixed ratelimit for asset ressources.
- Reworked config setup.
- You can no longer create cases against site admins.
v1.3 - Fileupload
- Added setup script to configure project without having to understand and edit config files.
- Added suggestions and first steps tips.
- Added file uploads in case overview.
- Reworked case overview into tab system.
- Added toggle for suggestions in the settings tab.
v1.2 - Automated punishment
- Added form to delete and edit guild configuration via frontend.
- Public announcement embeds do not contain case description anymore.
- Added DatePicker to case forms.
- Reworked display of case details.
- Added automated punishments that get handled by backend.
- Added punishment tab that displays all current punishments.
v1.1 Dark mode
- Added default darkmode. Toggleable in settings top right corner.
- Reworked dialog to register guilds.
- Fixed a bug that occures if the bot gets removed from a registered guild.
- Fixed unstyled checkbox.
v1.0 - First major version
- Added support for default discord user avatar.
- Added modcase comments.
- Login now correctly returns to the requested url.
- It is now possible to delete modcases via frontend.
- Fixed query filters in case overview.
v0.4 - PreRelease
- Added button for moderators to view all cases they created
- Added info box if modcases are viewed as normal member without special permissions.
- ModCases are now editable via frontend.
- Added more info and content to login page.
- Fixed mobile layout for login page.
- Fixed a bug that many fields in modcases could be edited to be null or empty.
- Fixed edit form to display 'EDIT CASE' instead of 'CREATE CASE'
- Added postman collection to documentation folder
- Added Font Awesome notice to legal.html
v0.3 - PreRelease
- Added form to register guilds via frontend.
- Fixed a bug that modcase labels could be duplicated.
- Added choice dropdown for the punishment field in case creation
- Added choice dropdown for the severity field in case creation.
- Now displaying the correct case id in the tab title.
- 'See more patch notes here.' now redirects to github release page.
- The OAuth login no longer opens in a new tab.
- Added phplint tests on pull requests and master pushes
- Enabled ratelimit in nginx production deployment
v0.2 - PreRelease
- Fixed display of last moderator id.
- Added search field for modcase table.
- Added option to use labels properly on case creation.