Releases: AnonBOTpl/Anon-Chat
Releases · AnonBOTpl/Anon-Chat
Release list
v0.2.4
[0.2.4] — 2026-08-01
✨ New Features
- Reload Profile button — in Settings → Profiles, the ↻ Reload button re-reads the active profile from disk. No more restarting or switching profiles back and forth after editing files externally.
🛠 Companion Tool
- AnonChat Filter Editor — standalone Windows app for editing filter tags outside the game. Solves the problem that Minecraft's in-game text field strips the
§color code, so precise tags likeMoney§8cannot be typed in-game. The editor also analyzes chat logs and adds messages as tags with one click.- Language auto-detected (PL/EN) and remembered between sessions
- Default chat log folder:
%APPDATA%/AnonChatMC/chatlog+ support for raw Minecraft*.logfiles - Warns about unsaved changes when closing the window
- The main
chat.jsonstays protected — only profiles can be edited
📦 Downloads
- AnonChatMod-1.21.1-1.21.5-0.2.4.jar — Minecraft 1.21.1 – 1.21.5
- AnonChatMod-26.1.2-0.2.4.jar — Minecraft 26.1.2
- AnonChatMod-26.2-0.2.4.jar — Minecraft 26.2
- AnonChatFilterEditor-0.2.4.exe — companion tool (no Python required)
v0.2.3
Changelog
[0.2.3] — 2026-07-22
🔧 Fixes
- Profile overwrite bug (critical) — deleting windows/tabs while a profile was loaded no longer overwrites the profile file with the empty state. Profiles now only change when you explicitly click "Save".
- Message clearing on new window — creating a new window no longer clears messages in all existing windows.
- Hide Message option re-added — per-filter "Hide Message" checkbox now actually works: messages matched by the filter are hidden from display while the filter still processes routing correctly.
- Exclude Tags UI removed — simplified filter editor by removing the rarely-used Exclude Tags section.
✨ Features
- Window position lock — click the padlock icon on the title bar to lock/unlock window position and size. Locked windows cannot be dragged or resized.
- Resize indicator — yellow squares replaced with subtle white edge bars.
[0.2.2] — 2026-07-21
✨ New Features
- Clickable messages (26.1.2 + 26.2) — click on player names, commands, links, and other clickable chat components. Hover over text to see tooltips.
- Auto-scroll on chat close — when you close the chat, scroll automatically returns to the latest messages.
- Show chat on all screens (1.21.x) — new option in Settings to keep chat visible while inventory or other GUIs are open.
- Player name highlight (Ping) — configurable color + sound effect when your name appears in chat. Per-tab font override support.
🔧 Fixes
- Filter logic refactored — removed confusing "Hide Message" checkbox. Include criteria are now checked first, then exclude. Cleaner code, same behavior.
- Spam Cleaner module removed — experimental feature didn't work reliably with server color codes. Removed entirely.