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

Releases: andantet/companion

[1.19.3] MCCI: Companion 4.0.0-beta.32+1.19.3

22 Feb 20:35
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.32:

  • Added 'Badge Unlocked!' toasts
  • Updated Hungarian translations (#20)

[1.19.3] MCCI: Companion 4.0.0-beta.31+1.19.3

22 Feb 19:34
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.31:

  • Fixed music transition to overtime due to an MCC: Island update

[1.19.3] MCCI: Companion 4.0.0-beta.30+1.19.3

19 Feb 00:17
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.30:

  • Fixed a critical crash

[1.19.3] MCCI: Companion 4.0.0-beta.29+1.19.3

11 Feb 01:58
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.29:

  • Fixed a lot of bugs caused by technical changes in the Badges Update
    • The unicode icon store needed some reworks in order to support old and new icons

[1.19.3] MCCI: Companion 4.0.0-beta.28+1.19.3

14 Jan 01:41
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.28:

  • Fixed game end detection not working in the latest version of MCC: Island
  • Fixed where music fade checks are ran
  • Other tweaks and minor fixes

[1.19.3] MCCI: Companion 4.0.0-beta.27+1.19.3

25 Dec 04:46
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.27:

  • I broke the wardrobe
  • It is now fixed
  • Crisis averted

(The API now has MCCIFont and UnicodeIconsStore#doesTextContainIconExactFont)

[1.19.3] MCCI: Companion 4.0.0-beta.26+1.19.3

25 Dec 04:10
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.26:

^ mccic-music 0.4.0

  • Reworked fade out to be more consistent
  • Fade Transition - transitions the game music when the screen fades between worlds (queuing, leaving, etc)
  • /mccic:play_current
  • /mccic:try_fade_out

^ mccic-hud 0.4.0

  • Auto-Close Beta Test Warning - whether to close the beta test warning automatically on join. Disabled by default.
  • Player Preview in Wardrobe menus
  • Renamed the IDs of custom hud configurations (these will reset)

^ mccic-config 0.3.4

  • Load config before saving (fixes file-modified configurations being discarded on save)

^ mccic-toasts 0.5.0

  • Update Announcement - moved from mccic-api, now configurable
    • Changed to be more descriptive: 4.0.0-beta.26+1.19.3 -> 4.0.0-beta.26 for MC 1.19.3

^ mccic-api 0.7.0

  • Removed update toast (moved to mccic-toasts)
  • Only retrieve UnicodeIconsStore on load
  • ClientLoginSuccessEvent -> MCCIClientGameJoinEvent
  • Updated GitHub URLs
  • ClientHelper#getFromClient and variants
  • ClientHelper#getTitle and variants
  • ClientHelper#isFading
  • Updated UnicodeIconsStore$Icon support
    • FADE
    • GUI_WARDROBE + GUI_WARDROBE_*
    • GUI_BETA_TEST_WARNING

[1.19.3] MCCI: Companion 4.0.0-beta.25+1.19.3

20 Dec 03:46
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.25:

^ mccic-api 0.6.0

  • Moved MCCICSounds from mccic-music
  • Cleaned up ChatModeTracker#switchToNext: split up methods, and switchTo methods now return boolean for if the mode was switched

^ mccic-hud 0.3.0

  • MCCIC Loading Screen: Replaces the loading screen with the MCCI: Companion logo when loading MCC: Island

^ mccic-key-bindings 0.1.3

  • Made the chat mode toggle key binding more responsive
    • Added a click sound when switching
    • Added an error message for when no other chat modes are available

^ mccic-music 0.3.0

  • Added Transition to Overtime: transitions from the game music to the overtime music near the end of a game round
  • MCCICMusicClientImpl#GAME_SOUND_MANAGER -> GameSoundManager#INSTANCE
  • MCCICMusicClientImpl#playHoleInTheWallOtherDeathSound -> GameSoundManager

[1.19.3] MCCI: Companion 4.0.0-beta.24+1.19.3

19 Dec 14:26
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.24:

^ mccic-discord-rp 0.3.0

  • Display Party: displays party information ('x of 4')
  • Display Game Art: OFF by default
    • ON: Display the game's art as the large image and no small image
    • OFF: Display the MCC: Island logo as the large image and the game's icon as the small image
  • Cleaned up code

[1.19.3] MCCI: Companion 4.0.0-beta.23+1.19.3

14 Dec 00:45
Compare
Choose a tag to compare

CHANGELOG FOR 4.0.0-beta.23:

^ mccic-api 0.5.1

  • ChatModeTracker#getNext - fixed cycling with conditions