Releases: MPThLee/DisableComplianceNotification
Releases · MPThLee/DisableComplianceNotification
v1.4.9
fix: version
v1.4.8
v1.4.7
feat: 1.21.0 & 1.21.1
v1.4.6
feat: 1.20.6
v1.4.5
- Updated for minecraft 1.20.4
v1.4.2
- Package name is changed; From
ee.mpthl.mc.disable_compliance_notification
todev.mpthlee.minecraft.disable_compliance_notification
- NeoForge support and version is 47.1.79
- Forge version is 47.1.3
v1.4.1
feat: :sparkles: Update to 1.20.1
v1.4.0
- Minecraft 1.20 support
v1.3.0
- Handle periodic notification correctly.
- As of previous version, It will reject ALL notifications whatever it is.
- It's fixed by following Mojang's implementation with some additional if expression.
- Note: Some mod uses Minecraft's Periodic Notification. This will mitigate the issues.
- As of previous version, It will reject ALL notifications whatever it is.
- Add support for filter message selection.
- Filter all notification
- Filter Compliance notification only
- Filter Non-Compliance notification only
- Disable filter
- Configuration support (for filter message.)
- Requires Cloth Config. But it's optional.
- Additionally, Fabric build also has optional dependency for Mod Menu
- Default (and without Cloth Config) is "Filter only compliance notification".
- Requires Cloth Config. But it's optional.
- Set to Client-only mod in manifest too. (It was only for client however)
- For Fabric: Fabric API is not mandatory anymore as of this version.
- Versioning rules are changed.
- Release version is changed to
v[mod_version]+[loader]-[minecraft_version]
. - Metadata version is changed to
[mod_version]
- Release version is changed to
v1.2.2-1.19.4
fix: bump version correctly