Skip to content

Releases: MPThLee/DisableComplianceNotification

v1.4.9

05 Jan 01:43
Compare
Choose a tag to compare
fix: version

v1.4.8

05 Jan 01:52
Compare
Choose a tag to compare
fix: version

v1.4.7

05 Jan 01:01
Compare
Choose a tag to compare
feat: 1.21.0 & 1.21.1

v1.4.6

05 Jan 00:27
Compare
Choose a tag to compare
feat: 1.20.6

v1.4.5

04 Jan 15:53
Compare
Choose a tag to compare
  • Updated for minecraft 1.20.4

v1.4.2

11 Oct 12:03
Compare
Choose a tag to compare
  • Package name is changed; From ee.mpthl.mc.disable_compliance_notification to dev.mpthlee.minecraft.disable_compliance_notification
  • NeoForge support and version is 47.1.79
  • Forge version is 47.1.3

v1.4.1

15 Jun 03:06
Compare
Choose a tag to compare
feat: :sparkles: Update to 1.20.1

v1.4.0

08 Jun 14:39
Compare
Choose a tag to compare
  • Minecraft 1.20 support

v1.3.0

03 May 11:35
Compare
Choose a tag to compare
  • 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.
  • 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".
  • 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]

v1.2.2-1.19.4

06 Apr 13:00
Compare
Choose a tag to compare
fix: bump version correctly