diff options
author | Cow <cow@volloeko.de> | 2020-07-20 04:37:15 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-07-20 04:37:15 +0200 |
commit | 3e16f04965279ced357cc832d124eb46bf110b22 (patch) | |
tree | d438446eba87e56092535fe290701db00c8ac88e /CHANGELOG.md | |
parent | ff96104725deaacd51d44c886e8402c0bb0b99d3 (diff) | |
download | Cowlection-3e16f04965279ced357cc832d124eb46bf110b22.tar.gz Cowlection-3e16f04965279ced357cc832d124eb46bf110b22.tar.bz2 Cowlection-3e16f04965279ced357cc832d124eb46bf110b22.zip |
Added default tooltip cleanup
- Fixed special cases for dungeon armor tooltips with certain item and reforge combinations
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 300721e..e12d974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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.8.1] - 20.07.2020 +### Added +- Added (default) tooltip cleanup + - hide "Dyed" for colored leather armor + - hide enchantments (already added via lore) + +### Fixed +- Fixed some special case dungeon item tooltips for specific armor with specific reforges + ## [1.8.9-0.8.0] - 20.07.2020 ### Added - Copy inventories to clipboard as JSON with <kbd>CTRL</kbd> + <kbd>C</kbd> @@ -105,6 +114,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.8.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.8.0...v1.8.9-0.8.1 [1.8.9-0.8.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.7.1...v1.8.9-0.8.0 [1.8.9-0.7.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.7.0...v1.8.9-0.7.1 [1.8.9-0.7.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.6.0...v1.8.9-0.7.0 |