Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Releases: Defective4/Another-Minecraft-Chat-Client

v1.11.1 - Fixes

12 Jul 09:43
166a436
Compare
Choose a tag to compare

[+] Fixed

  • Problems with preferences file
  • Translation messages loading

v1.11.0 - Microsoft authentication!

04 Apr 14:35
3a971a6
Compare
Choose a tag to compare

[+] Added:

  • Microsoft authentication! (BETA)
    Microsoft authentication is now fully supported on versions 1.8-1.18.x
  • Packet analyzer is now DISABLED by default <- Needs fixing
  • Missing translation keys

[+] Fixed:

  • Improved color formatting
  • Performance improvements

v1.10.0 - Appearance improvements, SLP fix, new preferences file format

22 Feb 21:25
Compare
Choose a tag to compare

⚠️ Caution - This release changes the way preferences file are saved and loaded. Your old mcc.prefs file will be automatically converted to the new format, but it is advised to back it up before running this release!

⚠️ Please report ANY issues you encounter with this release!

[+] Fixed:

  • Server List Ping is now improved

[+] Updated:

[+] Added:

  • New preferences file format
  • Appearance "improvements" - icons and preferences makeover.
    Feedback on this one will be appreciated!
  • "About" information
  • Missing sounds to remaining dialogs
  • New servers tab - "Imported"!
    It shows servers from your native Minecraft instalation (if one exists)

[-] Removed:

  • Mojang authentication. Goodbye.

v1.9.0 - Public plugin API and numerous improvements

13 Jan 23:05
Compare
Choose a tag to compare

⚠️ Breaking changes

⚠️ User preference files are invalidated! You most likely will have to add all servers and preferences again!

[+] Added:

  • Plugins! You can now extend AMCC functionality by creating, downloading and using plugins! #14
  • Some minor functional improvements (including autologin function and graphical improvements)
  • Refactored most of the code

[/] Changed:

  • Project is now separated into modules.
    Protocol implementation is now a completely standalone module
    and can be used in other projects.

v1.8.6 - Support for Minecraft version 1.19 - 1.19.2

09 Jan 12:27
Compare
Choose a tag to compare

[+] Added

  • Minecraft versions 1.19 - 1.19.2

[-] Removed

  • Usage statistics

v1.8.5 - Usage statistics update

06 Sep 16:41
Compare
Choose a tag to compare

[+] Added:

  • Usage statistics

v1.8.4 - Themes and Discord Presence

04 Sep 15:19
Compare
Choose a tag to compare

[+] Added:

  • New tab in Appearance settings allowing you to choose an UI theme!
  • Option to disable custom, minecraft-like buttons
  • Discord Rich Presence integration

[+] Fixed:

  • Display of some combo boxes and lists

v1.8.3 - Bug Fixes

03 Sep 11:41
Compare
Choose a tag to compare

An update containing some bug-fixes

[+] Added:

  • Support for more Unicode characters

[+] Fixed:

  • Inability to connect to a server during first application run

v1.8.2 - Maintenance update

03 Sep 06:10
Compare
Choose a tag to compare

This is a minor maintenance update

[+] Fixed:

  • Minor code improvements

v1.8.1 - Entity Interactions, Proxy Support and Fixes

28 Aug 12:29
ac4f529
Compare
Choose a tag to compare

Here's a huge update, adding tons of new stuff (actually just a few, centered around Entities, but that was a lot of work, 'kay?)

[+] Added:

  • New Entity Radar tool.
    It allows you to see and interact with nearby entities
    including players.

  • Ability to simulate right click on an entity.
    You can now interact with NPCs!

  • Entity tracking and auto-tracking.
    Allows you to look at nearby entities, or
    at entities you manually target.

  • Entity attacking and auto-attacking! (#11)
    You can now select an entity, or automatically
    attack anything that comes near your player.
    This option also includes ranged/item attacks!
    Your weapon doesn't auto-switch though.

  • SOCKS Proxy Support (#11)

[+] Fixed:

  • Number spinners under Player tab randomly disappearing

[+] Added (from v1.8.0-pre):

  • New Protocol Manager Tool
    A new, poweful utility to debug traffic between client and server!
  • TheAltening authentication support

[+] Fixed (from v1.8.0-pre):

  • Updated Gradle build system
  • Completely remade chat messages JSON parser