aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2021-01-03 17:49:18 +0100
committerCow <cow@volloeko.de>2021-01-03 17:49:18 +0100
commitf06a4530e30f73fb401dfa16b15e0a875390159a (patch)
tree16abef4956b081808f40328c338a9598998f04be
parent59442ae67ed1388003f1b4acbe513367d8df81c9 (diff)
downloadCowlection-f06a4530e30f73fb401dfa16b15e0a875390159a.tar.gz
Cowlection-f06a4530e30f73fb401dfa16b15e0a875390159a.tar.bz2
Cowlection-f06a4530e30f73fb401dfa16b15e0a875390159a.zip
Bumped version to 1.8.9-0.12.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md2
-rw-r--r--gradle.properties2
-rw-r--r--update.json6
4 files changed, 10 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f9bc56..14bc4d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ 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
+## [1.8.9-0.12.0] - 03.01.2020
### Added
- New config options to change/adjust/deactivate some features:
- Auto-replacement of `/r ` with `/w <last sender>`
@@ -19,8 +19,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- make graphs easier to read by connecting graphs' nodes
- Fix graphs when using the mc unicode font
- Added quick lookup for item prices and wiki:
- - wiki: hypixel-skyblock.fandom.com (default key: `I` = info)
- - item prices: stonks.gg (default key: `P` = price)
+ - wiki: hypixel-skyblock.fandom.com (default key: <kbd>I</kbd> = info)
+ - item prices: stonks.gg (default key: <kbd>P</kbd> = price)
- Display pet exp in pet tooltips
### Changed
@@ -271,7 +271,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.12.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.11.0...v1.8.9-0.12.0
[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
diff --git a/README.md b/README.md
index 54ade8d..a8f6bf2 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ It is a collection of different features mainly focused on Hypixel SkyBlock. ðŸ
| Dungeon interfaces enhancements (normalize dungeon item stats, improved party finder) | Hold <kbd>shift</kbd> (configurable) while viewing a dungeon item tooltip |
| Dungeon performance tracker and overlay: Skill score calculation, class milestone tracker, destroyed crypts tracker, and elapsed time indicator | automatically; or with `/moo dungeon` |
| Check how long current world has been loaded (≈ when the server was last restarted) | `/moo worldage` + `/moo config` &rarr; SkyBlock |
+| Additional info in various tooltips (e.g. show item age, display pet exp, price per item in an auction) | `/moo config` &rarr; SkyBlock &rarr; Tooltip enhancements |
+| Quick lookup for item prices and wiki articles | Wiki: <kbd>I</kbd> *(= Info)*, Prices: <kbd>P</kbd> |
## Download
You can download the compiled .jar files from the [release section](https://github.com/cow-mc/Cowlection/releases).
diff --git a/gradle.properties b/gradle.properties
index 32c5727..a8e993b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
mod_name=Cowlection
group_package=de.cowtipper.cowlection
-mod_version=0.11.0
+mod_version=0.12.0
git_url=https://github.com/cow-mc/Cowlection/
mc_version=1.8.9
diff --git a/update.json b/update.json
index 00402df..39c6f8c 100644
--- a/update.json
+++ b/update.json
@@ -1,10 +1,10 @@
{
"homepage": "https://github.com/cow-mc/Cowlection/",
"1.8.9": {
- "1.8.9-0.11.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md"
+ "1.8.9-0.12.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md"
},
"promos": {
- "1.8.9-latest": "1.8.9-0.11.0",
- "1.8.9-recommended": "1.8.9-0.11.0"
+ "1.8.9-latest": "1.8.9-0.12.0",
+ "1.8.9-recommended": "1.8.9-0.12.0"
}
}