No Chat Reports (无聊天报告)
该模组剥离了从1.19版本开始附加到每条聊天消息的加密签名。移除这些签名将使得无法跟踪和关联你的聊天消息与你的Minecraft账号,进而无法关联到Microsoft账号。
截至1.19.1版本,它还禁用了玩家聊天举报功能。
请注意,尽管我知道Guardian等其他漏洞利用工具可以抵消客户端对服务器的举报系统,但我有意选择不将其集成为本模组的一部分。无聊天报告仅在给定服务器允许的情况下在客户端有效。如果你不喜欢强制实施聊天签名并完全支持聊天举报的服务器,请不要在这些服务器上游玩。
此外,虽然有许多插件“借用”了我的模组名称甚至图标,但请注意我没有编写其中任何一个,无法保证它们的工作效果。
安装与使用:
该模组同时支持Forge和Fabric,只需下载相应模组加载器版本即可。它可以安装在客户端、服务器或两者同时,并根据其存在的位置而功能不同:
1. 仅客户端: 客户端将拒绝向服务器发送账户的公钥,并会剥离你发送的消息中的签名。这样尝试举报你的消息将无效,因为没有证据证明它们实际上是从你的账号发送的。服务器会将它们转发,除非在服务器选项中将 `enforce-secure-profile` 选项设置为true(自1.19.1版本起默认为true),在这种情况下,除非你同意发送签名消息(模组将提供警告屏幕)否则你将无法加入服务器;
2. 仅服务器: 客户端发送消息到服务器时仍会附加签名,但服务器会在转发给其他玩家之前剥离它们。这样聊天举报对于任何加入的玩家都不起作用。你可以在配置中启用玩家到系统消息的转换,以防止没有安装该模组的玩家将其视为“不安全”;
3. 客户端和服务器都有: 在客户端发送消息到服务器前将剥离签名,服务器不会尝试验证消息签名。聊天举报和“仅显示安全聊天”功能将不起作用,并且玩家在尝试使用它们时将收到该模组已禁用这些功能的通知。
虽然模组在仅存在一侧时也能正常工作,但可以配置为要求另一侧必须安装该模组才能游玩。这样你可以在服务器上安装它,并要求所有加入的客户端都必须安装该模组以获得全部功能,但如果你愿意,也可以将其保留在仅服务器端。配置文件位于默认配置文件夹的 NoChatReports 子文件夹中。
此外,如果在客户端安装了该模组,它还将禁用遥测(类似于[No Telemetry](
为了使Velocity与该模组兼容,需要在 `velocity.toml` 中设置 `force-key-authentication = false`。感谢[MrMelon54](
聊天加密
我制作了一段专门介绍聊天加密的视频,你可以观看它来了解如何使用(以及是否应该使用):[点击观看](
文档:
你可以在[wiki](
- [配置文件](
- [保护服务器玩家](
- [如何获得安全服务器状态](
- [我被封禁了!](
- [加密还是不加密](
- [领域问题](
开发者专区:
如果你开发了自己的模组、插件或其他服务器软件,以某种方式阻止聊天举报,你可以使客户端上的 No Chat Reports 认识到带有你的软件的服务器是安全的。我写了一篇[关于此的小文章](
缘由:
请观看我的视频,了解游戏中消息签名和聊天举报的工作原理、它们的失败以及创建此模组的原因:
1. [点击观看](
2. [点击观看](
3. [点击观看](
截图:
No Chat Reports NeoForge-1.21.5-v2.12.0
- Initial 1.21.5 port ([thanks to Tert0, #510](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/510));
- Dropped chat encryption support since better, dedicated solutions are available (see [To Encrypt or Not to Encrypt: alternatives](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-to-Encrypt#alternatives)).
#### **\[Build 1.21.4-v2.11.0\]:**
- Initial 1.21.4 port;
- Added Malay and Malay (Jawi) translations translations ([thanks NuruddinPlays, #497](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/497)).
#### **\[Build 1.21.3-v2.10.1\]:**
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21.5-v2.12.0
- Initial 1.21.5 port ([thanks to Tert0, #510](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/510));
- Dropped chat encryption support since better, dedicated solutions are available (see [To Encrypt or Not to Encrypt: alternatives](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-to-Encrypt#alternatives)).
#### **\[Build 1.21.4-v2.11.0\]:**
- Initial 1.21.4 port;
- Added Malay and Malay (Jawi) translations translations ([thanks NuruddinPlays, #497](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/497)).
#### **\[Build 1.21.3-v2.10.1\]:**
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21.5-v2.12.0
- Initial 1.21.5 port ([thanks to Tert0, #510](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/510));
- Dropped chat encryption support since better, dedicated solutions are available (see [To Encrypt or Not to Encrypt: alternatives](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-to-Encrypt#alternatives)).
#### **\[Build 1.21.4-v2.11.0\]:**
- Initial 1.21.4 port;
- Added Malay and Malay (Jawi) translations translations ([thanks NuruddinPlays, #497](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/497)).
#### **\[Build 1.21.3-v2.10.1\]:**
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.21.4-v2.11.0
- Initial 1.21.4 port;
- Added Malay and Malay (Jawi) translations translations ([thanks NuruddinPlays, #497](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/497)).
#### **\[Build 1.21.3-v2.10.1\]:**
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21.4-v2.11.0
- Initial 1.21.4 port;
- Added Malay and Malay (Jawi) translations translations ([thanks NuruddinPlays, #497](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/497)).
#### **\[Build 1.21.3-v2.10.1\]:**
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21.4-v2.11.0
- Initial 1.21.4 port;
- Added Malay and Malay (Jawi) translations translations ([thanks NuruddinPlays, #497](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/497)).
#### **\[Build 1.21.3-v2.10.1\]:**
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.21.3-v2.10.1
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21.3-v2.10.1
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21.3-v2.10.1
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.3-v2.10.0\]:**
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.21.1-v2.9.1
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21.1-v2.9.1
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21.1-v2.9.1
- Fixed a bug with network protocol error occuring when joining some servers ([#492](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/492)/[#493](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/493)/[#495](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/495)).
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.21.3-v2.10.0
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21.3-v2.10.0
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21.3-v2.10.0
- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.
#### **\[Build 1.21.1-v2.9.0\]:**
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.21.1-v2.9.0
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21.1-v2.9.0
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21.1-v2.9.0
- Initial 1.21.1 port;
- Fixed a bug where client would disconnect from Realms if encryption is enabled, and a player's death from a named item is announced in chat ([thanks forkiesassds, #480](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/480));
- Fixed server ping hanging up in multiplayer menu in some cases ([thanks pietro-lopes, #487](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/487)).
#### **\[Build 1.21-v2.8.0\]:**
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.21-v2.8.0
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.21-v2.8.0
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.21-v2.8.0
- Initial 1.21 port.
#### **\[Build 1.20.6-v2.7.1\]:**
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.20.6-v2.7.1
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.6-v2.7.1
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.6-v2.7.1
- Added Mexican Spanish translation ([thanks TheLegendofSaram, #474](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/474)).
#### **\[Build 1.20.6-v2.7.0\]:**
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.20.6-v2.7.0
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.6-v2.7.0
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.6-v2.7.0
- Initial port to 1.20.6 (but should work for 1.20.5 too).
#### **\[Build 1.20.4-v2.6.1\]:**
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.20.4-v2.6.1
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.4-v2.6.1
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.4-v2.6.1
- Fixed startup crash on dedicated servers with NeoForge ([#473](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/473)).
#### **\[Build 1.20.4-v2.6.0\]:**
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports NeoForge-1.20.4-v2.6.0
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.4-v2.6.0
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.4-v2.6.0
- Added support for NeoForge ([big thanks to embeddedt, #464](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/464));
- Fabric version of the mod no longer bundles required Fabric API modules, instead simply requiring the entire Fabric API to be separately installed;
- Replaced "Ctrl" with OS-dependent control key in various localizations ([thanks IlyaYezerovsky, #468](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/468));
- Updated Russian translation ([thanks mpustovoi, #457](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/457)).
#### **\[Build 1.20.4-v2.5.0\]:**
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.4-v2.5.0
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.4-v2.5.0
- Initial 1.20.4 port.
#### **\[Build 1.20.3-v2.4.0\]:**
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.3-v2.4.0
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.3-v2.4.0
- Initial 1.20.3 port.
#### **\[Build 1.20.2-v2.3.1\]:**
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.2-v2.3.1
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.2-v2.3.1
- Fixed verified server icon not rendering correctly ([#438](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/438));
- Fixed incorrect handling of chat messages that exceed vanilla's limit of 256 characters upon encryption ([thanks festino, #429](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/429));
- Updated Ukrainian translation ([thanks bettercalldelta, #422](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/422));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaYezerovsky, #430](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/430)).
#### **\[Build 1.20.2-v2.3.0\]:**
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.2-v2.3.0
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.2-v2.3.0
- Initial 1.20.2 port;
- Removed server-sided mechanism that prevented "messages cannot be verified" toast from showing up on clients if the mod was configured to convert player messages to system messages.
#### **\[Build 1.20.1-v2.2.2\]:**
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Forge-1.20.1-v2.2.2
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.1-v2.2.2
- Improved config I/O error handling and logging;
- Changelog format was changed to Markdown, [file available on Github](https://github.com/Aizistral-Studios/No-Chat-Reports/blob/1.20-Unified/docs/CHANGELOG.md).
#### **\[Build 1.20.1-v2.2.1\]:**
- Initial 1.20.1 port (pretend it required changes);
- Updated Traditional Chinese translation ([thanks notlin4, #407](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407)).
#### **\[Build 1.20-v2.2.0\]:**
- Initial 1.20 port.
#### **\[Build 1.19.4-v2.1.6\]:**
- Removed unnecessary debug log accidentally left in previous update.
#### **\[Build 1.19.4-v2.1.5\]:**
- Fixed decryption issue with custom chat formats using full-width colon ([#376](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376));
- Improved English localization ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403));
- Updated Vietnamese translation ([thanks I_am_Vietnam, #405](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405));
- Updated German translation ([thanks Doenerstyle, #403](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403)).
#### **\[Build 1.19.4-v2.1.4\]:**
- Updated Korean translation ([thanks xlzv, #398](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398)).
#### **\[Build 1.19.4-v2.1.3\]:**
- Updated Thai translation ([thanks NaiNonTH, #395](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395));
- Updated Polish translation ([thanks GerbilPL, #396](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396));
- Updated Korean translation ([thanks xlzv, #397](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397)).
#### **\[Build 1.19.4-v2.1.2\]:**
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS ([#361](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361));
- Fixed errors when Mod Menu is installed without Cloth Config API ([#392](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392));
- Fixed incorrect alignment of custom buttons in multiplayer menu ([#386](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386));
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe ([#372](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372));
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge ([#389](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389));
- Corrected issue tracker link in mod metadata ([thanks ChildishGiant, #387](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387));
- Added /message and /reply to default list of encryptable commands ([thanks Podgorica, #382](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382));
- Updated Polish translation ([thanks GerbilPL, #388](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388));
- Updated Simplified Chinese translation ([thanks GodGun968, #391](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391));
- Updated Traditional Chinese translation ([thanks notlin4, #384](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384)).
#### **\[Build 1.19.4-v2.1.1\]:**
- Fixed mod's buttons causing issues with chat navigation ([#375](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375));
- Updated Italian translation ([thanks WVam, #377](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377));
- Added Japanese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #374](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374)).
#### **\[Build 1.19.4-v2.1.0\]:**
- Initial 1.19.4 port;
- Updated Italian translation ([thanks WVam, #363](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363));
- Updated Simplified and Traditional Chinese translation ([thanks IlyaIvanovsky, #359](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359)).
#### **\[Build 1.19.3-v2.0.0\]:**
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;
- Command signatures are now stripped on server side ([#351](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351));
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, [#338](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338)/[#342](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342)/[#344](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344)/[#354](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354));
- Updated Finnish translation ([thanks Joquliina, #336](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336)).
#### **\[Build 1.19.3-v1.19.0\]:**
- Improved safety status tooltip for Realms servers;
- Added separate safety status for singleplayer ([#330](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330));
- Added dropdown selection for default signing mode in Mod Menu config screen ([#324](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324));
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config ([#322](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322));
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config ([#325](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325));
- Fixed IPv6 addresses not being incorrectly written to server preferences config ([thanks zischknall, #329](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329));
- Updated Estonian translation.
#### **\[Build 1.19.3-v1.18.0\]:**
- Initial 1.19.3 port;
- Minor changes to legacy networking protocol recognition;
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis ([#314](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314));
- Removed server whitelist options as they are replaced by signing mode preferences;
- Offline servers will now be automatically recognized as secure ([#301](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301));
- Offline accounts are now properly acknowledged by the mod;
- Updated Estonian translation.
#### **\[Build 1.19.3-pre3-v1.17.0\]:**
- Initial 1.19.3 Pre-Release 3 port;
- Reinstated Mod Menu/Cloth Config API integration;
- Reorganized config options in Mod Menu, listed recently added ones ([#284](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284));
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings ([#302](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, [#305](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305)/[#310](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310)).
#### **\[Build 1.19.3-pre2-v1.16.0\]:**
- Initial 1.19.3 Pre-Release 2 port;
- Replaced networking channel with more generic solutions to improve security and cross-compatibility ([#255](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255), [#297](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297));
- Servers on version prior to 1.19.1 are now recognized as secure ([#123](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123)).
#### **\[Build 22w46a-v1.15.0\]:**
- Initial 22w46a port;
- Fixed chat signing being prevented even with mod toggle off;
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;
- Fixed crash when opening Social Interactions screen ([#286](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286));
- Fixed crash when opening Encryption Settings screen ([#288](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288));
- Fixed mod toggle button not reflecting current mod status ([#287](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287));
- Fixed key validation in Encryption Settings not working correctly in some cases;
- Improved log readability when mod configs fail to read ([#291](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291));
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;
- Added more specific safety status button tooltip for when server is manually whitelisted ([#280](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280));
- Updated Polish translation ([thanks GerbilPL, #295](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.4\]:**
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it ([thanks Madis0, #274](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274));
- Updated Polish translation ([thanks GerbilPL, #275](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275));
- Minor technical changes.
#### **\[Build 22w44a-v1.14.3\]:**
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed ([#271](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271)).
#### **\[Build 22w44a-v1.14.2\]:**
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration ([thanks Madis0, #270](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.1\]:**
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;
- Re-enabled optional Mod Menu/Cloth Config API integration ([thanks Madis0, #264](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264));
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled ([#269](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269));
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important ([#261](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261));
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments ([#260](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260));
- Improved wording on signing status tooltips ([thanks Madis0, #263](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263));
- Updated Estonian translation.
#### **\[Build 22w44a-v1.14.0\]:**
- Initial 22w44a port;
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;
- Server safety status icon can now be clicked to add current server to whitelist ([#221](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221));
- Added Brazilian Portuguese translation ([thanks FITFC, #252](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252)).
#### **\[Build 1.19.2-v1.13.11\]:**
- Improved encryption compatibility with custom chat formats ([#248](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248));
- Fixed mod config reload button not using correct translation key ([thanks MODKILLER1001, #242](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242)).
#### **\[Build 1.19.2-v1.13.10\]:**
- Bundled Fabric API version raised to 0.64.0+1.19.2 ([#239](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239));
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled ([#228](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228));
- Fixed unknown server safety status displaying after re-enabling NCR mid-session ([#229](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229));
- Increased contrast of server safety status icons, reworked Realms icon ([#233](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233));
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending ([#231](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231));
- Added config option to disable CTS indicators for decrypted messages ([#238](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238));
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text ([#237](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237));
- Slightly improved wording of Realms warning ([thanks Madis0, #227](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227));
- Added more options to Mod Menu config GUI ([thanks MODKILLER1001, #230](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230));
- Updated Estonian translation.
#### **\[Build 1.19.2-v1.13.9\]:**
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions ([#220](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220));
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands ([#223](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223));
- Ensured UTF-8 encoding is always used during encryption and decryption ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Fixed Ceasar cipher breaking some languages ([#224](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224));
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable ([#222](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222));
- Added Thai translation ([thanks NaiNonTH, #225](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225)).
#### **\[Build 1.19.2-v1.13.8\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219)).
#### **\[Build 1.19.2-v1.13.7\]:**
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config ([#219](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219));
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 ([#216](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216));
- Added warning screen on entering Realms menu ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Minor corrections to English translation;
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #215](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215)).
#### **\[Build 1.19.2-v1.13.6\]:**
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers ([#190](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190));
- Fixed narrator reading encrypted messages as-is even when decryption is available ([#208](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208));
- Names of encryption algorithms are now localizable ([#207](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207));
- Added special server safety status for Realms servers ([#189](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189));
- Mod no longer tries to parse disconnects that occur after entering the server succesfully ([#199](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199));
- Fixed occasional persistence of player's agreement to enter unsafe server;
- Clarified wording on "Unintrusive" server safety status;
- Updated Korean translation ([thanks xlzv, #210](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210));
- Updated Italian translation ([thanks WVam, #211](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211)).
#### **\[Build 1.19.2-v1.13.5\]:**
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.
#### **\[Build 1.19.2-v1.13.4\]:**
- Decryption should now be more compatible with custom chat formats ([#204](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204)).
#### **\[Build 1.19.2-v1.13.3\]:**
- Fixed "Encryption Settings" screen not functioning correctly.
#### **\[Build 1.19.2-v1.13.2\]:**
- Added an extra bit of debug logging to help analyze the structure of received chat messages.
#### **\[Build 1.19.2-v1.13.1\]:**
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling ([#200](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200));
- Encryption button now adjusts its position depending on whether or not server safety status is displayed ([#202](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202)).
#### **\[Build 1.19.2-v1.13.0\]:**
- Added optional chat encryption functionality ([#95](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95)). Read more about it [on the wiki](https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt);
- Updated Estonian translation;
- Updated Russian translation ([thanks Felix14, #195](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195));
- Updated Polish translation (thanks GerbilPL, [#197](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197)/[#198](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198)).
#### **\[Build 1.19.2-v1.12.0\]:**
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly ([#185](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185));
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #193](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193));
- Updated Estonian translation;
- Updated Italian translation ([thanks WVam, #188](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188));
- Updated Spanish translation ([thanks Srockowo, #191](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191));
- Added Pirate Speak translation ([thanks MODKILLER1001, #192](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192)).
#### **\[Build 1.19.2-v1.11.2\]:**
- Fixed mod not loading correctly on 1.19.1 clients ([#182](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182));
- Updated Estonian translation;
- Updated Polish translation ([thanks GerbilPL, #180](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180)).
#### **\[Build 1.19.2-v1.11.1\]:**
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder ([#40](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40)).
#### **\[Build 1.19.2-v1.11.0\]:**
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" ([thanks fxmorin, #127](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127));
- Updated Mod Menu/Cloth Config API integration with new config options ([thanks MODKILLER1001, #175](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175));
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 ([#170](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170));
- Disconnect message from "demandOnClient" is now configurable ([#48](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48));
- Updated Estonian translation;
- Updated Polish translation (thanks GerbilPL, [#167](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167)/[#168](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168)/[#176](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176));
- Updated Italian translation ([thanks WVam, #173](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173)).
#### **\[Build 1.19.2-v1.10.2\]:**
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration ([thanks MODKILLER1001, #162](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162));
- Updated Polish translation ([thanks GerbilPL, #165](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165));
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, [#164](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164)/[#166](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166)).
#### **\[Build 1.19.2-v1.10.1\]:**
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets ([#156](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156)).
#### **\[Build 1.19.2-v1.10.0\]:**
- Necessary Fabric API modules are now bundled with the mod itself ([thanks LoganDark, #151](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151));
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client ([thanks MODKILLER1001, #146](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146));
- Updated Polish translation ([thanks GerbilPL, #153](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153));
- Updated Spanish translation ([thanks M4rtinOF, #158](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158));
- Added Danish translation ([thanks MagnusHJensen, #159](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159));
- Added Slovakian translation ([thanks SmajloSlovakian, #152](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152)).
#### **\[Build 1.19.2-v1.9.1\]:**
- Fixed conflict with No Telemetry mod ([#151](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151));
- Updated Turkish translation ([thanks localfossa, #149](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149));
- Updated Simplified Chinese translation ([thanks chronosacaria, #147](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147)).
#### **\[Build 1.19.2-v1.9.0\]:**
- First release for 1.19.2 ([thanks CraftingDragon007, #144](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144));
- Added config option to always skip "Unsafe Server" warning screen ([thanks Madis0, #124](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124));
- Compressed some of the GUI textures ([thanks Madis0, #136](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136));
- Removed version easter egg ([thanks Madis0, #145](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145));
- Updated Italian translation ([thanks WVam, #126](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126));
- Updated Polish translation ([thanks GerbilPL, #133](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133));
- Added Finnish translation ([thanks Joquliina, #137](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137)).
#### **\[Build 1.19.1-v1.8.4\]:**
- Ensured change from previous release works properly.
#### **\[Build 1.19.1-v1.8.3\]:**
- 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.
#### **\[Build 1.19.1-v1.8.2\]:**
- Corrected English and updated German translation ([thanks WVam, #121](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121));
- Added issue tracker link for ModMenu ([thanks MODKILLER1001, #122](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122)).
#### **\[Build 1.19.1-v1.8.1\]:**
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings ([#120](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120)).
#### **\[Build 1.19.1-v1.8.0\]:**
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them ([thanks Madis0, #110](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110));
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed ([thanks kevinthegreat1, #117](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117));
- Updated Italian translation ([thanks WVam, #115](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115)).
#### **\[Build 1.19.1-v1.7.2\]:**
- Fixed "convertToGameMessage" option not working correctly ([#113](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113));
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe ([#108](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108));
- Expanded the context of warning when joining unsafe servers ([thanks Madis0, #112](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112));
- Added Romanian translation ([thanks Secret-chest, #104](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104));
- Added Korean translation ([thanks xlzv, #105](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105));
- Added Traditional Chinese and updated Simplified Chinese translation ([thanks fire12324344 and Taskeren, #101](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101));
- Updated Polish translation ([thanks GerbilPL, #103](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103));
- Updated Turkish translation ([thanks localfossa, #106](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106));
- Updated German translation ([thanks Doenerstyle, #107](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107)).
#### **\[Build 1.19.1-v1.7.1\]:**
- Fixed client crash when classloading Social Interactions screen ([#100](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100)).
#### **\[Build 1.19.1-v1.7.0\]:**
- First release for 1.19.1;
- Updated Estonian translation ([thanks Madis0, #98](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98));
- Updated Simplified Chinese translation ([thanks Taskeren, #99](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99));
- Added Indonesian translation ([thanks Natalius-dev, #94](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94)).
#### **\[Build 1.19.1-rc2-v1.6.0\]:**
- The mod now removes "\[Not Secure\]" prefix for unsigned messages in server chat log ([#70](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70));
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side ([#87](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87));
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
- The mod now prevents client from disconnecting when chat chain is broken;
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.
#### **\[Build 1.19.1-pre3-v1.5.0\]:**
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options ([thanks Madis0, #83](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83)).
#### **\[Build 1.19.1-pre3-v1.4.3\]:**
- Fixed potential safety state management problems after being disconnected from server.
#### **\[Build 1.19.1-pre3-v1.4.2\]:**
- Fixed server safety status icon not rendering;
- Removed timestamp scrambler (will be re-implemented later if remains effective);
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg ([thanks e-im, #78](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78));
- Added Catalan translation ([thanks Gorrion130 and localfossa, #79](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79));
- Added Estonian translation ([thanks Madis0, #75](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75));
- Updated Czech translation ([thanks Psojed, #80](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80)).
#### **\[Build 1.19.1-pre3-v1.4.1\]:**
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
- Added Czech translation ([thanks fym35, #69](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69));
- Added Dutch translation ([thanks MaximevanderSmissen, #68](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68));
- Added Italian translation ([thanks WVam, #65](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65)).
#### **\[Build 1.19.1-pre3-v1.4.0\]:**
- Timestamp scrambler should now be less prone to violent explosions;
- Implemented config option to always hide report button on client ([#62](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62));
- Added Ukrainian translation ([thanks celestora, #63](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63));
- Added Spanish translation ([thanks Srockowo, #58](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58));
- Updated German translation ([thanks Doenerstyle, #60](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60)).
#### **\[Build 1.19.1-pre2-v1.3.2\]:**
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
- Fixed crash on client startup ([#55](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55));
- Updated Russian translation ([thanks A1Asriel, #56](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56));
- Updated French translation ([thanks dahelip, #53](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53));
- Updated Turkish translation ([thanks localfossa, #52](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52)).
#### **\[Build 1.19.1-pre2-v1.3.1\]:**
- The mod will now always strip message signatures when playing on offline servers ([#44](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44));
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled ([#42](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42));
- Added config option to re-enable vanilla warnings about unsigned/modified messages ([#39](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39));
- Fixed persisting assumptions about whitelisted servers ([#43](https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43));
- Added button that allows to reload No Chat Reports config to multiplayer menu;
- Added config option to enable logging of some debug informaion;
- Updated Polish translation ([thanks GerbilPL, #38/#46](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46)).
#### **\[Build 1.19.1-pre2-v1.3.0\]:**
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
- Player to system message conversion is now enabled by default;
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
- Implemented client-sided suppression of warnings about unsigned/modified messages;
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.
#### **\[Build 1.19-v1.2.3\]:**
- Added Polish translation ([thanks GerbilPL, #24](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24));
- Added Russian translation ([thanks sst4nk0, #25](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25));
- Added German translation ([thanks Doenerstyle, #34](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34));
- Added French translation ([thanks Mrredstone5230, #29](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29)).
#### **\[Build 1.19-v1.2.2\]:**
- Added Simplified Chinese translation ([thanks CJYKK, #21](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21));
- This and all further releases for Fabric will be marked Quilt-compatible.
#### **\[Build 1.19-v1.2.1\]:**
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods ([thanks ToxicAven, #7](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7));
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.
#### **\[Build 1.19-v1.2.0\]:**
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages ([thanks JFronny, #1](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1));
- Minor optimizations (once again thanks JFronny).
#### **\[Build 1.19-v1.1.0\]:**
- 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.
#### **\[Build 1.19-v1.0.0\]:**
- Initial release.
No Chat Reports Fabric-1.20.1-v2.2.1
<h5><b>[Release 1.20.1-v2.2.1]:</b></h5>
<p>
- Initial 1.20.1 port (pretend it required changes);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407">thanks notlin4, #407</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.20-v2.2.0]:</b></h5>
<p>
- Initial 1.20 port.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.6]:</b></h5>
<p>
- Removed unnecessary debug log accidentally left in previous update.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.20.1-v2.2.1
<h5><b>[Release 1.20.1-v2.2.1]:</b></h5>
<p>
- Initial 1.20.1 port (pretend it required changes);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/407">thanks notlin4, #407</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.20-v2.2.0]:</b></h5>
<p>
- Initial 1.20 port.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.6]:</b></h5>
<p>
- Removed unnecessary debug log accidentally left in previous update.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.20-v2.2.0
<h5><b>[Release 1.20-v2.2.0]:</b></h5>
<p>
- Initial 1.20 port.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.6]:</b></h5>
<p>
- Removed unnecessary debug log accidentally left in previous update.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.20-v2.2.0
<h5><b>[Release 1.20-v2.2.0]:</b></h5>
<p>
- Initial 1.20 port.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.6]:</b></h5>
<p>
- Removed unnecessary debug log accidentally left in previous update.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.6
<h5><b>[Release 1.19.4-v2.1.6]:</b></h5>
<p>
- Removed unnecessary debug log accidentally left in previous update.
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.6
<h5><b>[Release 1.19.4-v2.1.6]:</b></h5>
<p>
- Removed unnecessary debug log accidentally left in previous update.
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/403">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.5
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.5
<h5><b>[Release 1.19.4-v2.1.5]:</b></h5>
<p>
- Fixed decryption issue with custom chat formats using full-width colon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/376">#376</a>);<br/>
- Improved English localization (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks Doenerstyle, #403</a>);<br/>
- Updated Vietnamese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/405">thanks I_am_Vietnam, #405</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks Doenerstyle, #403</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.4
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.4
<h5><b>[Release 1.19.4-v2.1.4]:</b></h5>
<p>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/398">thanks xlzv, #398</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.3
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.3
<h5><b>[Release 1.19.4-v2.1.3]:</b></h5>
<p>
- Updated Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/395">thanks NaiNonTH, #395</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/396">thanks GerbilPL, #396</a>);<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/397">thanks xlzv, #397</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.2
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.2
<h5><b>[Release 1.19.4-v2.1.2]:</b></h5>
<p>
- Changed mod's logger name to "NoChatReports" (previously displayed as "NCRCore");<br/>
- Fixed incorrect key displayed for encryption bypass shortcut on MacOS (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/361">#361</a>);<br/>
- Fixed errors when Mod Menu is installed without Cloth Config API (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/392">#392</a>);<br/>
- Fixed incorrect alignment of custom buttons in multiplayer menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/386">#386</a>);<br/>
- Changed singleplayer safety status wording to reflect that self-hosted LAN servers are also safe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/372">#372</a>);<br/>
- Fabric's annotation classes are no longer shipped with the mod, should fix related mod conflicts on Forge (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/389">#389</a>);<br/>
- Corrected issue tracker link in mod metadata (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/387">thanks ChildishGiant, #387</a>);<br/>
- Added /message and /reply to default list of encryptable commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/382">thanks Podgorica, #382</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/388">thanks GerbilPL, #388</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/391">thanks GodGun968, #391</a>);<br/>
- Updated Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/384">thanks notlin4, #384</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.1
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.1
<h5><b>[Release 1.19.4-v2.1.1]:</b></h5>
<p>
- Fixed mod's buttons causing issues with chat navigation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/375">#375</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/377">thanks WVam, #377</a>);<br/>
- Added Japanese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/374">thanks IlyaIvanovsky, #374</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.4-v2.1.0
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.4-v2.1.0
<h5><b>[Release 1.19.4-v2.1.0]:</b></h5>
<p>
- Initial 1.19.4 port;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/363">thanks WVam, #363</a>);<br/>
- Updated Simplified and Traditional Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/359">thanks IlyaIvanovsky, #359</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.3-v2.0.0
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.3-v2.0.0
<h5><b>[Release 1.19.3-v2.0.0]:</b></h5>
<p>
- Unified Forge and Fabric branches. Versioning and update releases for both modloaders will be synchronized from now on;<br/>
- Command signatures are now stripped on server side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/351">#351</a>);<br/>
- Updated Simplified Chinese translation (thanks GodGun968 and IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/338">#338</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/342">#342</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/344">#344</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/354">#354</a>);<br/>
- Updated Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/336">thanks Joquliina, #336</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.3-v1.6.0
<h5><b>[Release 1.19.3-v1.6.0]:</b></h5>
<p>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/6d61f99a1547eab58e88dcea7e3901511f0929d2">target version 1.19.3-v1.19.0, commit 6d61f9</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.5.1]:</b></h5>
<p>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/e400b60ca8b35e9b9ee47f44dd11162c41172a75">target version 1.19.2-v1.13.11, commit e400b6</a>);<br/>
- Fixed key validation in Encryption Settings screen not working correctly in some cases;<br/>
- Fixed AES-based encryption algorithms not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/290">#290</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.5.0]:</b></h5>
<p>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/205917c003270449593ff3f1b7ad39b33381db4b">target version 1.19.2-v1.13.10, commit 205917c</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.4.0]:</b></h5>
<p>
- First release for 1.19.2;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/e7ed3e014f0df81353c32429caf95686ed0dad00">target version 1.19.2-v1.9.0, commit e7ed3e0</a>);<br/>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.3]:</b></h5>
<p>
- Fixed "versionEasterEgg" not disabling version replacement in title screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/138">#138</a>);<br/>
- Fixed mod not working correctly when logging into servers with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/143">#143</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.2]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.3-v1.19.0
<h5><b>[Release 1.19.3-v1.19.0]:</b></h5>
<p>
- Improved safety status tooltip for Realms servers;<br/>
- Added separate safety status for singleplayer (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/330">#330</a>);<br/>
- Added dropdown selection for default signing mode in Mod Menu config screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/324">#324</a>);<br/>
- Telemetry button is now removed by default if No Chat Reports is configured to disable telemetry. This can be adjusted via "removeTelemetryButton" option in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/322">#322</a>);<br/>
- Fixed system message indicators displaying in singleplayer even when they are disabled in client config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/325">#325</a>);<br/>
- Fixed IPv6 addresses not being incorrectly written to server preferences config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/329">thanks zischknall, #329</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.3-v1.18.0
<h5><b>[Release 1.19.3-v1.18.0]:</b></h5>
<p>
- Initial 1.19.3 port;<br/>
- Minor changes to legacy networking protocol recognition;<br/>
- Mod will now automatically remove "Secure" label from server if it detects any signed messages;<br/>
- Base64R no longer uses "." as part of encoding characters to not interfere with common format of client-sided commands;<br/>
- Implemented chat signing modes. Global signing mode peference can be set in config, while safety status button allows to set different mode on per-server basis (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/314">#314</a>);<br/>
- Removed server whitelist options as they are replaced by signing mode preferences;<br/>
- Offline servers will now be automatically recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/301">#301</a>);<br/>
- Offline accounts are now properly acknowledged by the mod;<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.3-pre3-v1.17.0
<h5><b>[Release 1.19.3-pre3-v1.17.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 3 port;<br/>
- Reinstated Mod Menu/Cloth Config API integration;<br/>
- Reorganized config options in Mod Menu, listed recently added ones (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/284">#284</a>);<br/>
- Fixed two overlaying tooltips being rendered for "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/302">#302</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/305">#305</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/310">#310</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a target="_blank" href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.3-pre2-v1.16.0
<h5><b>[Release 1.19.3-pre2-v1.16.0]:</b></h5>
<p>
- Initial 1.19.3 Pre-Release 2 port;<br/>
- Replaced networking channel with more generic solutions to improve security and cross-compatibility (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/255">#255</a>, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/297">#297</a>);<br/>
- Servers on version prior to 1.19.1 are now recognized as secure (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/123">#123</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-22w46a-v1.15.0
<h5><b>[Release 22w46a-v1.15.0]:</b></h5>
<p>
- Initial 22w46a port;<br/>
- Fixed chat signing being prevented even with mod toggle off;<br/>
- Fixed tooltip of config reload button being rendered regardless of whether button itself is hovered or not;<br/>
- Fixed crash when opening Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/286">#286</a>);<br/>
- Fixed crash when opening Encryption Settings screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/288">#288</a>);<br/>
- Fixed mod toggle button not reflecting current mod status (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/287">#287</a>);<br/>
- Fixed key validation in Encryption Settings not working correctly in some cases;<br/>
- Improved log readability when mod configs fail to read (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/291">#291</a>);<br/>
- Option "demandOnClient" is now disabled by default, while "convertToGameMessage" is enabled;<br/>
- Temporarily disabled Mod Menu/Cloth Config API integration until they update;<br/>
- Last chat message is now automatically resent when No Chat Report detects signing requirement with "skipSigningWarning" option enabled;<br/>
- Added more specific safety status button tooltip for when server is manually whitelisted (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/280">#280</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/295">thanks GerbilPL, #295</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.12
<h5><b>[Release 1.19.2-v1.13.12]:</b></h5>
<p>
- Fixed key validation in Encryption Settings screen not working correctly in some cases;<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.2-v1.5.1
<h5><b>[Release 1.19.2-v1.5.1]:</b></h5>
<p>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/e400b60ca8b35e9b9ee47f44dd11162c41172a75">target version 1.19.2-v1.13.11, commit e400b6</a>);<br/>
- Fixed key validation in Encryption Settings screen not working correctly in some cases;<br/>
- Fixed AES-based encryption algorithms not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/290">#290</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.5.0]:</b></h5>
<p>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/205917c003270449593ff3f1b7ad39b33381db4b">target version 1.19.2-v1.13.10, commit 205917c</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.4.0]:</b></h5>
<p>
- First release for 1.19.2;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/e7ed3e014f0df81353c32429caf95686ed0dad00">target version 1.19.2-v1.9.0, commit e7ed3e0</a>);<br/>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.3]:</b></h5>
<p>
- Fixed "versionEasterEgg" not disabling version replacement in title screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/138">#138</a>);<br/>
- Fixed mod not working correctly when logging into servers with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/143">#143</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.2]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-22w44a-v1.14.4
<h5><b>[Release 22w44a-v1.14.4]:</b></h5>
<p>
- Added "skipSigningWarning" option, which automatically enables chat signing when server demands it (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/274">thanks Madis0, #274</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/275">thanks GerbilPL, #275</a>);<br/>
- Minor technical changes.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-22w44a-v1.14.3
<h5><b>[Release 22w44a-v1.14.3]:</b></h5>
<p>
- Fixed vanilla clients being kicked with "Received chat packet with missing or invalid signature" when sending messages on server with No Chat Reports installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/271">#271</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-22w44a-v1.14.2
<h5><b>[Release 22w44a-v1.14.2]:</b></h5>
<p>
- Fixed and updated some tooltips for option labes in Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/270">thanks Madis0, #270</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-22w44a-v1.14.1
<h5><b>[Release 22w44a-v1.14.1]:</b></h5>
<p>
- Removed outdated safety status tooltip for when "whitelistAllServers" option is enabled;<br/>
- Re-enabled optional Mod Menu/Cloth Config API integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/264">thanks Madis0, #264</a>);<br/>
- Mod can no longer be toggled mid-session. Doing so via ModMenu will schedule the change to be applied after leaving the server;<br/>
- Server can no longer be added to/removed from whitelist by clicking safety status button while "whitelistAllServers" option is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/269">#269</a>);<br/>
- Vanilla's missing profile public key message is now replaced with more informative one on client. Added config option to hide it when not important (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/261">#261</a>);<br/>
- Mod will no longer set safety status to "unintrusive" after sucessful execution of commands without signed arguments (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/260">#260</a>);<br/>
- Improved wording on signing status tooltips (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/263">thanks Madis0, #263</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-22w44a-v1.14.0
<h5><b>[Release 22w44a-v1.14.0]:</b></h5>
<p>
- Initial 22w44a port;<br/>
- Adapted server safety status functionality and "Unsafe Server" screen to new chat session system;<br/>
- Config options "reconnectAwaitSeconds", "postDisconnectAwaitSeconds", "signingCheckDelaySeconds" and "serverSigningChecks" were removed;<br/>
- Config options "hideRedChatIndicators", "hideYellowChatIndicators" and "hideGrayChatIndicators" were renamed to "hideInsecureMessageIndicators", "hideModifiedMessageIndicators" and "hideSystemMessageIndicators" respectively;<br/>
- Server safety status icon can now be clicked to add current server to whitelist (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/221">#221</a>);<br/>
- Added Brazilian Portuguese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/252">thanks FITFC, #252</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.11
<h5><b>[Release 1.19.2-v1.13.11]:</b></h5>
<p>
- Improved encryption compatibility with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/248">#248</a>);<br/>
- Fixed mod config reload button not using correct translation key (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/242">thanks MODKILLER1001, #242</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>);<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>);<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.2-v1.5.0
<h5><b>[Release 1.19.2-v1.5.0]:</b></h5>
<p>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/205917c003270449593ff3f1b7ad39b33381db4b">target version 1.19.2-v1.13.10, commit 205917c</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.4.0]:</b></h5>
<p>
- First release for 1.19.2;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/e7ed3e014f0df81353c32429caf95686ed0dad00">target version 1.19.2-v1.9.0, commit e7ed3e0</a>);<br/>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.3]:</b></h5>
<p>
- Fixed "versionEasterEgg" not disabling version replacement in title screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/138">#138</a>);<br/>
- Fixed mod not working correctly when logging into servers with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/143">#143</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.2]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.10
<h5><b>[Release 1.19.2-v1.13.10]:</b></h5>
<p>
- Bundled Fabric API version raised to 0.64.0+1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/239">#239</a>);<br/>
- Fixed signing check interval not applying correctly to servers when "whitelistAllServers" is enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/228">#228</a>);<br/>
- Fixed unknown server safety status displaying after re-enabling NCR mid-session (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/229">#229</a>);<br/>
- Increased contrast of server safety status icons, reworked Realms icon (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/233">#233</a>);<br/>
- Meessages can now be sent unencrypted while encryption is enabled by holding Ctrl when sending (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/231">#231</a>);<br/>
- Added config option to disable CTS indicators for decrypted messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/238">#238</a>);<br/>
- AES-based algorithms now use Base64R encoding, which features alternative table of encoding symbols. This alleviates small possibility of slurs appearing in encoded text (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/237">#237</a>);<br/>
- Slightly improved wording of Realms warning (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/227">thanks Madis0, #227</a>).<br/>
- Added more options to Mod Menu config GUI (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/230">thanks MODKILLER1001, #230</a>).<br/>
- Updated Estonian translation.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.9
<h5><b>[Release 1.19.2-v1.13.9]:</b></h5>
<p>
- Made "About Encryption" and "Encryption Settings" GUIs more adaptive to uncommon resolutions (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/220">#220</a>);<br/>
- Fixed Base64-encoded messages sometimes starting with "/" and being recognized as commands (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/223">#223</a>);<br/>
- Ensured UTF-8 encoding is always used during encryption and decryption (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Fixed Ceasar cipher breaking some languages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/224">#224</a>);<br/>
- Added signing enforcement check interval for whitelisted servers. 12 hours by default, configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/222">#222</a>);<br/>
- Added Thai translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/225">thanks NaiNonTH, #225</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.8
<h5><b>[Release 1.19.2-v1.13.8]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (this time for sure) (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.7
<h5><b>[Release 1.19.2-v1.13.7]:</b></h5>
<p>
- Fixed a bug where disabling client-sided functionality of the mod made it impossible to join singleplayer worlds if "demandOnClient" was enabled in config (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/219">#219</a>);<br/>
- Fixed "Illegal characters in chat" disconnects when using Caesar encryption with shift ~90 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/216">#216</a>);<br/>
- Added warning screen on entering Realms menu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Minor corrections to English translation;<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/215">thanks WVam, #215</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.6
<h5><b>[Release 1.19.2-v1.13.6]:</b></h5>
<p>
- Added delay before automatic reconnects when joining servers with "enforce-secure-profile=true". Fixes frequent disconnects with DecoderException on Paper servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/190">#190</a>);<br/>
- Fixed narrator reading encrypted messages as-is even when decryption is available (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/208">#208</a>);<br/>
- Names of encryption algorithms are now localizable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/207">#207</a>);<br/>
- Added special server safety status for Realms servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/189">#189</a>);<br/>
- Mod no longer tries to parse disconnects that occur after entering the server succesfully (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/199">#199</a>);<br/>
- Fixed occasional persistence of player's agreement to enter unsafe server;<br/>
- Clarified wording on "Unintrusive" server safety status;<br/>
- Updated Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/210">thanks xlzv, #210</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/211">thanks WVam, #211</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.5
<h5><b>[Release 1.19.2-v1.13.5]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not adapting to huge GUI scaling correctly in some cases.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.4
<h5><b>[Release 1.19.2-v1.13.4]:</b></h5>
<p>
- Decryption should now be more compatible with custom chat formats (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/204">#204</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.3
<h5><b>[Release 1.19.2-v1.13.3]:</b></h5>
<p>
- Fixed "Encryption Settings" screen not functioning correctly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.2
<h5><b>[Release 1.19.2-v1.13.2]:</b></h5>
<p>
- Added an extra bit of debug logging to help analyze the structure of received chat messages.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.1
<h5><b>[Release 1.19.2-v1.13.1]:</b></h5>
<p>
- Fixed "About Encryption" and "Encryption Settings" GUIs overflowing with huge GUI scaling (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/200">#200</a>);<br/>
- Encryption button now adjusts its position depending on whether or not server safety status is displayed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/202">#202</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.13.0
<h5><b>[Release 1.19.2-v1.13.0]:</b></h5>
<p>
- Added optional chat encryption functionality (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/95">#95</a>). Read more about it <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/To-Encrypt-or-Not-To-Encrypt">on the wiki</a>;<br/>
- Updated Estonian translation;<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/195">thanks Felix14, #195</a>);<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/197">#197</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/198">#198</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.12.0
<h5><b>[Release 1.19.2-v1.12.0]:</b></h5>
<p>
- Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/185">#185</a>);<br/>
- Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/193">thanks MODKILLER1001, #193</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/188">thanks WVam, #188</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/191">thanks Srockowo, #191</a>);<br/>
- Added Pirate Speak translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/192">thanks MODKILLER1001, #192</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.11.2
<h5><b>[Release 1.19.2-v1.11.2]:</b></h5>
<p>
- Fixed mod not loading correctly on 1.19.1 clients (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/182">#182</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/180">thanks GerbilPL, #180</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.11.1
<h5><b>[Release 1.19.2-v1.11.1]:</b></h5>
<p>
- Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/40">#40</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.11.0
<h5><b>[Release 1.19.2-v1.11.0]:</b></h5>
<p>
- Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;<br/>
- Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;<br/>
- Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;<br/>
- The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/127">thanks fxmorin, #127</a>);<br/>
- Updated Mod Menu/Cloth Config API integration with new config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/175">thanks MODKILLER1001, #175</a>);<br/>
- This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/170">#170</a>);<br/>
- Disconnect message from "demandOnClient" is now configurable (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/48">#48</a>);<br/>
- Updated Estonian translation;<br/>
- Updated Polish translation (thanks GerbilPL, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/167">#167</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/168">#168</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/176">#176</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/173">thanks WVam, #173</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.10.2
<h5><b>[Release 1.19.2-v1.10.2]:</b></h5>
<p>
- Added reset button and default field value to whitelisted servers option in Mod Menu config integration (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/162">thanks MODKILLER1001, #162</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/165">thanks GerbilPL, #165</a>);<br/>
- Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, <a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/164">#164</a>/<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/166">#166</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.10.1
<h5><b>[Release 1.19.2-v1.10.1]:</b></h5>
<p>
- Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;<br/>
- ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/156">#156</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.10.0
<h5><b>[Release 1.19.2-v1.10.0]:</b></h5>
<p>
- Necessary Fabric API modules are now bundled with the mod itself (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">thanks LoganDark, #151</a>);<br/>
- The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/146">thanks MODKILLER1001, #146</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/153">thanks GerbilPL, #153</a>);<br/>
- Updated Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/158">thanks M4rtinOF, #158</a>);<br/>
- Added Danish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/159">thanks MagnusHJensen, #159</a>);<br/>
- Added Slovakian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/152">thanks SmajloSlovakian, #152</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.9.1
<h5><b>[Release 1.19.2-v1.9.1]:</b></h5>
<p>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/151">#151</a>);<br/>
- Updated Turkish Translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/149">thanks localfossa, #149</a>);<br/>
- Updated Simplified Chinese Translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/147">thanks chronosacaria, #147</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.2-v1.4.0
<h5><b>[Release 1.19.2-v1.4.0]:</b></h5>
<p>
- First release for 1.19.2;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/e7ed3e014f0df81353c32429caf95686ed0dad00">target version 1.19.2-v1.9.0, commit e7ed3e0</a>);<br/>
- Fixed conflict with No Telemetry mod (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/151">#151</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.3]:</b></h5>
<p>
- Fixed "versionEasterEgg" not disabling version replacement in title screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/138">#138</a>);<br/>
- Fixed mod not working correctly when logging into servers with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/143">#143</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.2]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.1-v1.3.3
<h5><b>[Release 1.19.1-v1.3.3]:</b></h5>
<p>
- Fixed "versionEasterEgg" not disabling version replacement in title screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/138">#138</a>);<br/>
- Fixed mod not working correctly when logging into servers with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/143">#143</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.2]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.2-v1.9.0
<h5><b>[Release 1.19.2-v1.9.0]:</b></h5>
<p>
- First release for 1.19.2 (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/144">thanks CraftingDragon007, #144</a>);<br/>
- Added config option to always skip "Unsafe Server" warning screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/124">thanks Madis0, #124</a>);<br/>
- Compressed some of the GUI textures (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/136">thanks Madis0, #136</a>);<br/>
- Removed version easter egg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/145">thanks Madis0, #145</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/126">thanks WVam, #126</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/133">thanks GerbilPL, #133</a>);<br/>
- Added Finnish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/137">thanks Joquliina, #137</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.1-v1.3.2
<h5><b>[Release 1.19.1-v1.3.2]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.8.4
<h5><b>[Release 1.19.1-v1.8.4]:</b></h5>
<p>
- Ensured change from previous release works properly.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.1-v1.3.1
<h5><b>[Release 1.19.1-v1.3.1]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.8.3
<h5><b>[Release 1.19.1-v1.8.3]:</b></h5>
<p>
- 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.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19.1-v1.3.0
<h5><b>[Release 1.19.1-v1.3.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Restored parity with Fabric branch (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/commit/984000f16aa8bd86b624f38878cad4d503cb0694">target version 1.19.1-v1.8.2, commit 984000f</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.8.2
<h5><b>[Release 1.19.1-v1.8.2]:</b></h5>
<p>
- Corrected English and updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/121">thanks WVam, #121</a>);<br/>
- Added issue tracker link for ModMenu (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/122">thanks MODKILLER1001, #122</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.8.1
<h5><b>[Release 1.19.1-v1.8.1]:</b></h5>
<p>
- Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/120">#120</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.8.0
<h5><b>[Release 1.19.1-v1.8.0]:</b></h5>
<p>
- Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/110">thanks Madis0, #110</a>);<br/>
- "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/117">thanks kevinthegreat1, #117</a>);<br/>
- Updated Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/115">thanks WVam, #115</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.7.2
<h5><b>[Release 1.19.1-v1.7.2]:</b></h5>
<p>
- Fixed "convertToGameMessage" option not working correctly (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/113">#113</a>);<br/>
- Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/108">#108</a>);<br/>
- Expanded the context of warning when joining unsafe servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/112">thanks Madis0, #112</a>);<br/>
- Added Romanian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/104">thanks Secret-chest, #104</a>);<br/>
- Added Korean translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/105">thanks xlzv, #105</a>);<br/>
- Added Traditional Chinese and updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/101">thanks fire12324344 and Taskeren, #101</a>);<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/103">thanks GerbilPL, #103</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/106">thanks localfossa, #106</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/107">thanks Doenerstyle, #107</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.1]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.7.1
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- Fixed client crash when classloading Social Interactions screen (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/100">#100</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-v1.7.0
<h5><b>[Release 1.19.1-v1.7.0]:</b></h5>
<p>
- First release for 1.19.1;<br/>
- Updated Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/98">thanks Madis0, #98</a>);<br/>
- Updated Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/99">thanks Taskeren, #99</a>);<br/>
- Added Indonesian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/94">thanks Natalius-dev, #94</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-rc2-v1.6.0
<h5><b>[Release 1.19.1-rc2-v1.6.0]:</b></h5>
<p>
- The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/70">#70</a>);<br/>
- The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/87">#87</a>);<br/>
- Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;<br/>
- The mod now prevents client from disconnecting when chat chain is broken;<br/>
- Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre3-v1.5.0
<h5><b>[Release 1.19.1-pre3-v1.5.0]:</b></h5>
<p>
- Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/83">thanks Madis0, #83</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre3-v1.4.3
<h5><b>[Release 1.19.1-pre3-v1.4.3]:</b></h5>
<p>
- Fixed potential safety state management problems after being disconnected from server.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre3-v1.4.2
<h5><b>[Release 1.19.1-pre3-v1.4.2]:</b></h5>
<p>
- Fixed server safety status icon not rendering;<br/>
- Removed timestamp scrambler (will be re-implemented later if remains effective);<br/>
- Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;<br/>
- Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/78">thanks e-im, #78</a>);<br/>
- Added Catalan translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/79">thanks Gorrion130 and localfossa, #79</a>);<br/>
- Added Estonian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/75">thanks Madis0, #75</a>);<br/>
- Updated Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/80">thanks Psojed, #80</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre3-v1.4.1
<h5><b>[Release 1.19.1-pre3-v1.4.1]:</b></h5>
<p>
- Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);<br/>
- Added Czech translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/69">thanks fym35, #69</a>);<br/>
- Added Dutch translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/68">thanks MaximevanderSmissen, #68</a>);<br/>
- Added Italian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/65">thanks WVam, #65</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre3-v1.4.0
<h5><b>[Release 1.19.1-pre3-v1.4.0]:</b></h5>
<p>
- Timestamp scrambler should now be less prone to violent explosions;<br/>
- Implemented config option to always hide report button on client (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/62">#62</a>);<br/>
- Added Ukrainian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/63">thanks celestora, #63</a>);<br/>
- Added Spanish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/58">thanks Srockowo, #58</a>);<br/>
- Updated German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/60">thanks Doenerstyle, #60</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre2-v1.3.2
<h5><b>[Release 1.19.1-pre2-v1.3.2]:</b></h5>
<p>
- Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;<br/>
- Fixed crash on client startup (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/55">#55</a>);<br/>
- Updated Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/56">thanks A1Asriel, #56</a>);<br/>
- Updated French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/53">thanks dahelip, #53</a>);<br/>
- Updated Turkish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/52">thanks localfossa, #52</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre2-v1.3.1
<h5><b>[Release 1.19.1-pre2-v1.3.1]:</b></h5>
<p>
- The mod will now always strip message signatures when playing on offline servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/44">#44</a>);<br/>
- Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/42">#42</a>);<br/>
- Added config option to re-enable vanilla warnings about unsigned/modified messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/39">#39</a>);<br/>
- Fixed persisting assumptions about whitelisted servers (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/issues/43">#43</a>);<br/>
- Added button that allows to reload No Chat Reports config to multiplayer menu;<br/>
- Added config option to enable logging of some debug informaion;<br/>
- Updated Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/46">thanks GerbilPL, #38/#46</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19.1-pre2-v1.3.0
<h5><b>[Release 1.19.1-pre2-v1.3.0]:</b></h5>
<p>
- The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;<br/>
- Player to system message conversion is now enabled by default;<br/>
- Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;<br/>
- Implemented client-sided suppression of warnings about unsigned/modified messages;<br/>
- When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;<br/>
- When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19-v1.2.3
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19-v1.2.3
<h5><b>[Release 1.19-v1.2.3]:</b></h5>
<p>
- Added Polish translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/24">thanks GerbilPL, #24</a>);<br/>
- Added Russian translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/25">thanks sst4nk0, #25</a>);<br/>
- Added German translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/34">thanks Doenerstyle, #34</a>);<br/>
- Added French translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/29">thanks Mrredstone5230, #29</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19-v1.2.2
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19-v1.2.2
<h5><b>[Release 1.19-v1.2.2]:</b></h5>
<p>
- Added Simplified Chinese translation (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/21">thanks CJYKK, #21</a>);<br/>
- This and all further releases for Fabric will be marked Quilt-compatible.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19-v1.2.1
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/8">thanks ToxicAven, #8</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should prevent some possible conflicts.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19-v1.2.1
<h5><b>[Release 1.19-v1.2.1]:</b></h5>
<p>
- Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/7">thanks ToxicAven, #7</a>);<br/>
- Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19-v1.2.0
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19-v1.2.0
<h5><b>[Release 1.19-v1.2.0]:</b></h5>
<p>
- Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (<a href="https://github.com/Aizistral-Studios/No-Chat-Reports/pull/1">thanks JFronny, #1</a>);<br/>
- Minor optimizations (once again thanks JFronny).<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19-v1.1.0
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19-v1.1.0
<h5><b>[Release 1.19-v1.1.0]:</b></h5>
<p>
- Public keys are now prevented from being sent to server;<br/>
- Client no longer requires mod to be present on server by default;<br/>
- Implemented suppression of built-in telemetry.<br/>
<p/><br/><br/>
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Fabric-1.19-v1.0.0
<h5><b>[Release 1.19-v1.0.0]:</b></h5>
<p>
- Initial release.
<p/>
No Chat Reports Forge-1.19-v1.0.0
收录