This release adds new error-handling features, improves mod compatibility, and fixes several bugs introduced in previous versions and release candidates.
New Features:
- The client can now ignore custom feature flags when connecting to a vanilla server (fixes: #1) (introduced in v1.0.1-rc1)
- The client can now ignore packet decoding errors when connecting to a server (fixes: #1 (comment 3011626189)) (introduced in v1.0.1-rc2)
- Automated release pipelines for GitHub and Modrinth have been set up (introduced in v1.0.1-rc2)
- The client now ignores packets larger than expected (fixes: #1 (comment 3067088739)) (introduced in v1.0.1-rc6)
- Client side packet handling errors are now ignored when connecting to a vanilla server, allowing the client to connect without issues. (fixes: : #1 (comment 3067399173)) (introduced in v1.0.1-rc7)
Bug Fixes and Changes:
- Patches are now disabled when connecting to NeoForge servers to prevent compatibility issues (introduced in v1.0.1-rc2)
- Fixed all occurrences of the typo "Quite" (should have been "Quiet") across the codebase (introduced in v1.0.1-rc2)
- Fixed a crash caused by invalid access transformer syntax despite Architectury Loom successfully applying the access transformer (fixes: #2) (introduced in v1.0.1-rc3)
- Fixed an issue where
isConnectedToVanillaServer
was not set early enough, causingCheckFeatureFlags.handleVanillaServerConnection
to behave incorrectly (fixes: #1 (comment 3065956489)) (introduced in v1.0.1-rc4) - Improved the implementation for ignoring packet decoding errors to be more robust (properly fixes: #1 (comment 3011626189)) (introduced in v1.0.1-rc5)
NetworkRegistryMixin
now checksClientConfig.bypassCustomFeatureFlags()
before callingCheckFeatureFlags.handleVanillaServerConnection
to ensure custom feature flags are ignored when connecting to servers that do not support them (fixes: #1 (comment 3066014192)) (introduced in v1.0.1-rc5)- Renamed
acceptVanillaServer
tobypassNegotiationErrors
to better reflect its purpose (introduced in v1.0.1-rc7)
Removed Features:
- Unsupported server-side patches have been removed from the Be Quiet Negotiator codebase (introduced in v1.0.1-rc7)
Full Changelog: compare v1.0.0 with v1.0.1
This is the seventh release candidate for Be Quiet Negotiator v1.0.1.
Changes in this release:
- Unsupported server side patches are removed from the Be Quite Negotiator codebase.
- Renamed
acceptVanillaServer
tobypassNegotiationErrors
to better reflect its purpose. - Client side packet handling errors are now ignored when connecting to a vanilla server, allowing the client to connect without issues. (fixes: https://github.com/ajh123/BeQuietNegotiator/issues/1#issuecomment-3067399173)
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/compare/v1.0.1-rc6...v1.0.1-rc7
If there are no significant issues this release will be promoted to v1.0.1 on both GitHub and Modrinth.
This is the sixth release candidate for Be Quiet Negotiator v1.0.1.
Changes in this release:
- The client now ignores packets larger than expected (fixes: https://github.com/ajh123/BeQuietNegotiator/issues/1#issuecomment-3067088739)
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/compare/v1.0.1-rc5...v1.0.1-rc6
If there are no significant issues this release will be promoted to v1.0.1 on both GitHub and Modrinth.
This is the fifth release candidate for Be Quiet Negotiator v1.0.1.
Changes in this release:
- There is now a more robust solution for client ignoring packet decoding errors when connecting to a server (properly fixes: https://github.com/ajh123/BeQuietNegotiator/issues/1#issuecomment-3011626189)
NetworkRegistryMixin
now checksClientConfig.bypassCustomFeatureFlags()
before callingCheckFeatureFlags.handleVanillaServerConnection
to ensure custom feature flags are ignored when connecting to servers that do not support them (fixes: https://github.com/ajh123/BeQuietNegotiator/issues/1#issuecomment-3066014192)
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/compare/v1.0.1-rc4...v1.0.1-rc5
If there are no significant issues this release will be promoted to v1.0.1 on both GitHub and Modrinth.
This is the fourth release candidate for Be Quiet Negotiator v1.0.1.
Changes in this release:
- Fixed an issue where
isConnectedToVanillaServer
was not set early enough, causingCheckFeatureFlags.handleVanillaServerConnection
to behave incorrectly. This broke due to a logic refactor in a previous release. The flag is now correctly set totrue
before the method runs. (fixes: https://github.com/ajh123/BeQuietNegotiator/issues/1#issuecomment-3065956489)
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/compare/v1.0.1-rc3...v1.0.1-rc4
If there are no significant issues this release will be promoted to v1.0.1 on both GitHub and Modrinth.
This is the third release candidate for Be Quiet Negotiator v1.0.1.
Changes in this release:
- The client no longer crashes due to invalid access transformer syntax (fixes: https://github.com/ajh123/BeQuietNegotiator/issues/2)
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/compare/v1.0.1-rc2...v1.0.1-rc3
If there are no significant issues this release will be promoted to v1.0.1 on both GitHub and Modrinth.
This is the second release candidate for Be Quiet Negotiator v1.0.1.
Changes in this release:
- The client can now ignore packet decoding errors when connecting to a server (fixes: https://github.com/ajh123/BeQuietNegotiator/issues/1#issuecomment-3011626189)
- Patches are disabled when connecting to a NeoForge server to ensure compatibility
- Automated release pipelines for GitHub and Modrinth has been set up
- Fixed typo Quiet in all places where it was incorrectly spelled as Quite
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/compare/v1.0.1-rc1...v1.0.1-rc2
If there are no significant issues this release will be promoted to v1.0.1 on both GitHub and Modrinth.
This is the first release of Be Quiet Negotiator!
Full Changelog: https://github.com/ajh123/BeQuietNegotiator/commits/v1.0.0