diff options
author | Cow <cow@volloeko.de> | 2020-12-17 22:22:18 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-12-17 22:22:18 +0100 |
commit | 1b1b1c6293a184066e30cb98349f472a41e1c66d (patch) | |
tree | 158975a1c179e667d8815b425ae2d16f60e77b45 /CHANGELOG.md | |
parent | 43485912b30895d5735a445d3ebd2f831df004af (diff) | |
download | Cowlection-1b1b1c6293a184066e30cb98349f472a41e1c66d.tar.gz Cowlection-1b1b1c6293a184066e30cb98349f472a41e1c66d.tar.bz2 Cowlection-1b1b1c6293a184066e30cb98349f472a41e1c66d.zip |
Item age: show in local timezone
- also fixed the incorrect 12h ↔ 24h clock conversion
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 128d492..1ab1798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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.12.0] - unreleased +### Changed +- Item age: show timestamp in the local timezone instead of "SkyBlock"-timezone (Eastern Time; also fixed the incorrect 12h ↔ 24h clock conversion) + ## [1.8.9-0.11.0] - 28.09.2020 ### Added - SkyBlock Dungeons Party: new command `/moo dungeon party` @@ -227,6 +231,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.12.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.11.0...master [1.8.9-0.11.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.10.2...v1.8.9-0.11.0 [1.8.9-0.10.2]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.10.1...v1.8.9-0.10.2 [1.8.9-0.10.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.10.0...v1.8.9-0.10.1 |