- First release for 1.19.2;
- Restored parity with Fabric branch (target version 1.19.2-v1.9.0, commit e7ed3e0);
- Fixed conflict with No Telemetry mod (#151).
- Fixed "versionEasterEgg" not disabling version replacement in title screen (#138);
- Fixed mod not working correctly when logging into servers with "enforce-secure-profile" enabled (#143).
- Ensured change from previous release works properly.
- Re-allowed client to disconnect when chat chain is broken. Yes, this was the "major exploit" kennytv was talking about, or more specifically - unchecked speculation that even if true, would only apply in very limited number of circumstances.
- First release for 1.19.1;
- Restored parity with Fabric branch (target version 1.19.1-v1.8.2, commit 984000f).
- Added Polish translation (thanks GerbilPL, #24);
- Added Russian translation (thanks sst4nk0, #25);
- Added German translation (thanks Doenerstyle, #34);
- Added French translation (thanks Mrredstone5230, #29).
- Added Simplified Chinese translation (thanks CJYKK, #21).
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (thanks ToxicAven, #8);
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (thanks JFronny, #1);
- Minor optimizations (once again thanks JFronny).
- Public keys are now prevented from being sent to server;
- Client no longer requires mod to be present on server by default;
- Implemented suppression of built-in telemetry.
- Initial release.