Releases: Vxrpenter/SCPToolsBot
Release v1.1.1
What's Changed
Changed
- Update management overhaul and Copyright Notices in #52
Dependencies
- Bump jvm from 2.1.21 to 2.2.0 by @dependabot in #51
- Bump plugin.serialization from 2.1.21 to 2.2.0 by @dependabot in #50
Full Changelog: v1.1.0...v1.1.1
Release v.1.1.0
You can find an update guide under the Update Section on the wiki
⛔ Breaking Changes ⛔
Added
- Notice of Departure Command in #23
- Regulars Command in #24
- Ticket close reason modal and user messaging in #48
Changed
- Actions and Template Updates in #22
- Translation improvements for notice of departure command in #25
- Notice of departure time implementation through discord markdown in #26
- Update de_DE.yml | Deutsche übersetzung by @Kaeseekuchen in #30
- Ticket Improvements in #33
- Improve Application editing and allow active phase editing in #34
- Command denial respones and command fixes in #49
Fixed
- Fix #8, ticket creation showing an error when taking too long. by @Bill3621 in #10
- Fix issues with the Notice of Departure feature by @Bill3621 in #12
- Fix #13, no longer violating role 8.8 out of the VSC in #14
- Fix to issue #15 in #16
- Fix to notice of departures not workingin #18
- Fix to the Update Management in #21
- Fix #38 and improve status bots in #43
Dependencies
- Bump plugin.serialization from 2.0.20 to 2.1.21 by @dependabot in #29
- Bump com.charleskorn.kaml:kaml from 0.78.0 to 0.80.1 by @dependabot in #28
- Bump com.google.code.gson:gson from 2.11.0 to 2.13.1 by @dependabot in #27
- Bump com.charleskorn.kaml:kaml from 0.80.1 to 0.81.0 by @dependabot in #37
- Bump org.xerial:sqlite-jdbc from 3.49.1.0 to 3.50.1.0 by @dependabot in #36
- Bump net.dv8tion:JDA from 5.5.1 to 5.6.1 by @dependabot in #35
- Bump org.postgresql:postgresql from 42.7.6 to 42.7.7 by @dependabot in #39
- Bump ktorVersion from 3.1.3 to 3.2.0 by @dependabot in #40
- Bump com.charleskorn.kaml:kaml from 0.81.0 to 0.82.0 by @dependabot in #42
New Contributors
- @Bill3621 made their first contribution in #10
- @Kaeseekuchen made their first contribution in #30
Full Changelog: v.1.0.1...v1.1.0
Release v1.1.0-beta2
Added
Changed
- New updates are now checked every hour in #21
Fixed
- Fix to the Update Management in #21
- Fix to some notice of departure messages displaying incorrectly #23
Full Changelog: v1.1.0-beta1...v1.1.0-beta2
v1.1.0-beta1
Added
- Update verification system that look tells the user what configs were updated in #19
Changed
- Modal text length limitation to avoid errors in #19
- Checker start stopped when 0 entries are in the database in #19
- Removed all messages that were hardcoded and replaced them with new embeds in #19
- Refactoring of some internal functions in #19
Fixed
- Logging fix for notice of departures (now displays actual amount of notices) in #19
- Fix to notice of departures not working in #18
Full Changelogv1.1.0-alpha7...v1.1.0-beta1
Release v1.1.0-alpha7
Note
Beginning from this release, a new wiki will be used -> Updated Wiki
Added
- Better SecretLab-Kotlin error handling in #16
- Status checks for features e.g. before any verify interaction can proceed, the verify and webserver activity will be checked in #17
- New translation (delete your current translationS) in #17
Changed
- Some modal, string/- and entity-select-menu id's (no breaking changes) in #17
Fixed
- Constant whitespace in console by removing a
println()statement in #17 - Fix #13, no longer violating role 8.8 out of the VSC in #14
- Fix to issue #15 in #16
Full Changelog: v1.1.0-alpha6...v1.1.0-alpha7
Release v1.1.0-alpha6
Changed
- Switched to maven central version of secretlab-kotlin and removed own implementation
- Folder structure changes
- Translation changes
- Removed refresh token from user table
Fixed
- Fix #8, ticket creation showing an error when taking too long. by @Bill3621 in #10
- Fix issues with the Notice of Departure feature by @Bill3621 in #12
- Fix to regulars checker, with lots of improvements and cooldown changes
New Contributors
Full Changelog: v.1.1.0-alpha5...v.1.1.0-alpha6
Release v.1.1.0-alpha5
Added
- Logging for database management
- Fail-safes for the database management
- Installer now includes docker install/setup
Changed
- Better handling of playerlists by the status bots
- Some general fixes to the database tables
- Update to gradle version
8.14 - Moved last existing java class, to remove unnecessary code
- Code cleanup etc.
Fixed
- Default database not working when using XP database
Full Changelog: v.1.1.0-alpha4...v.1.1.0-alpha5
Release v.1.1.0-alpha4
This version is basically for docker, so no big changes.
Added
- Thumbnail for regulars embed being the guilds icon
Full Changelog: v.1.1.0-alpha3...v.1.1.0-alpha4
Release v.1.1.0-alpha3
Added
- New translation options for regulars
- Level requirements to the regulars template
- Ability to view level in regulars settings menu
- Last checked value to regulars settings menu
Changed
- Kotlin Version
- Many versions of libraries that had security issues (bot is now up to date)
- Style of regulars settings menu
- Regulars template handling
- Style of installer
Fixed
- Installer Ufw configuration not being implemented
Update guide
Delete your language files to let them be regenerated, or refer to this commit for changes
Full Changelog: v.1.1.0-alpha2...v.1.1.0-alpha3
Release v.1.1.0-alpha2
Added
- New update-checker config options
Changed
- Overhauled update-checker code
Update Guide
For update, just add this config option underneath the advanced_debug option:
# Settings for the update checker
updates:
# Activate to ignore all versions that contain the beta tag
ignore_beta: false
# Activate to ignore all versions that contain the alpha tag
ignore_alpha: trueFull Changelog: v.1.1.0-alpha1...v.1.1.0-alpha2