diff options
author | Cow <cow@volloeko.de> | 2022-10-03 17:23:45 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2022-10-03 22:14:06 +0200 |
commit | 8184833d01e3db0d2e386bc449e965f0f05b2a1b (patch) | |
tree | 76a9b0547a484a5cc0745f8bcfaeb6d1fbc174e2 /CHANGELOG.md | |
parent | 5ff6bdf6c27b7d27dbb501b52b5a8f7eb7f87cbd (diff) | |
download | Cowlection-8184833d01e3db0d2e386bc449e965f0f05b2a1b.tar.gz Cowlection-8184833d01e3db0d2e386bc449e965f0f05b2a1b.tar.bz2 Cowlection-8184833d01e3db0d2e386bc449e965f0f05b2a1b.zip |
Added newly released content
- new minions (from Crimson Island)
- new slayers (enderman + blaze)
- new areas (Crimson Island + Wool Wars)
- new game modes (Bingo + Stranded)
- new skill avg calculation
- added chest and hopper counters to `/moo analyzeIsland`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7349d0..cce468a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.8.9-0.15.0] - unreleased + +### Added + +- Added data for new content since the last release of Cowlection: + - `/moo stalkskyblock`: + - added stranded and bingo mode + - added Social skill (exp wasn't available on the API before) + - updated skill average calculation (carpentry is no longer a 'cosmetic' skill) + - added new slayers (enderman + blaze) + - `/moo analyzeIsland`: added new minions (mainly Crimson Isle related) +- `/moo analyzeIsland`: Added chests and hopper counters + +### Changed + +- `/moo stalkskyblock`: replaced "last played" with "last time *someone* played on the selected profile" + +### Fixed + +- Fixed various API related issues caused by updates since the last release of Cowlection: + - determining the active/selected profile + - Minecraft username lookup by uuid changed since username history API got removed + ## [1.8.9-0.14.0] - 14.08.2021 ### Added - New command: `/commandslist` to list all client-side commands added by all installed mods @@ -359,6 +382,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). *Note:* The 'best friends' list is currently available via <kbd>ESC</kbd> > Mod Options > Cowlection > Config > bestFriends. +[1.8.9-0.15.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.14.0...master [1.8.9-0.14.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.13.0...v1.8.9-0.14.0 [1.8.9-0.13.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.12.0...v1.8.9-0.13.0 [1.8.9-0.12.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.11.0...v1.8.9-0.12.0 |