Backported to 1.19.4
Same changes as here
Rewritten and migrated Gradle to Kotlin DSL, now shadowing will include only required code and minimize it.
Due to deprecation of CompleteConfig the mod now uses direct Configurate implementation which resulted in differences in config files, this means that old configs are not compatible and must be migrated manually.
Now channels presented as id
and categories
, this allows flexible configuration and gives ability to display only required information.
Messages moved into separate config and have new structure, more info can be found on wiki.
What's Changed
- fix: run setup/shutdown when msgs disabled by @owu-1 in https://github.com/rogi27/Fabric2Discord/pull/28
New Contributors
- @owu-1 made their first contribution in https://github.com/rogi27/Fabric2Discord/pull/28
Full Changelog: https://github.com/rogi27/Fabric2Discord/compare/2.2.0+1.19.4...2.2.1+1.19.x
Full Changelog: https://github.com/rogi27/Fabric2Discord/compare/1.19.2...1.19.3
- Updated kord to M18
- Added more intents to possibly fix https://github.com/rogi27/Fabric2Discord/issues/10