From 43a0f871b7552d79b3f785d4e3c8af95b1b6a2b3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 21 Sep 2022 22:26:11 +0000 Subject: [PATCH] chore(release): v1.12.1-beta.0 [skip ci] --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ build.gradle | 2 +- version.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..a6f53fa54 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +## [1.12.1-beta.0](https://github.com/Wynntils/Wynntils/compare/v1.12.0...v1.12.1-beta.0) (2022-09-21) + + +### Bug Fixes + +* always sell all button ([#573](https://github.com/Wynntils/Wynntils/issues/573)) ([63f0224](https://github.com/Wynntils/Wynntils/commit/63f022417753d8f807fefdc6f6dbde8a80682794)) +* Fix quick cast keys ([#574](https://github.com/Wynntils/Wynntils/issues/574)) ([a03ef5f](https://github.com/Wynntils/Wynntils/commit/a03ef5fff77a139e97373d01af07677f8bf88c6e)) +* old waypoints being invalid when trying to import ([#583](https://github.com/Wynntils/Wynntils/issues/583)) ([a74594c](https://github.com/Wynntils/Wynntils/commit/a74594c73b5acbd699a702a21c2267e422bd56f1)) +* Remove shortid fix ([#581](https://github.com/Wynntils/Wynntils/issues/581)) ([89e7107](https://github.com/Wynntils/Wynntils/commit/89e7107cd4bb2be620e7b00a2d3f2afde9aa51c9)) +* rework party management gui ([#590](https://github.com/Wynntils/Wynntils/issues/590)) ([878e70f](https://github.com/Wynntils/Wynntils/commit/878e70f4ab611d3fe98e7bbda4fcbeaf487bcff5)) +* Some post 2.0 release fixes ([#569](https://github.com/Wynntils/Wynntils/issues/569)) ([d22c8b2](https://github.com/Wynntils/Wynntils/commit/d22c8b22acbc51dba94d8856c161c8baf2e7a885)) + + +### Miscellaneous Chores + +* upgrade gradle to 7.5.1 ([#591](https://github.com/Wynntils/Wynntils/issues/591)) ([7b30319](https://github.com/Wynntils/Wynntils/commit/7b303196d9d8030d914baead4e0fb67dbf6967f8)) + + +### New Features + +* ability tree navigation using scroll wheel ([#582](https://github.com/Wynntils/Wynntils/issues/582)) ([d4705b8](https://github.com/Wynntils/Wynntils/commit/d4705b87ba772ef394702cf090ea4e3049c04a37)) +* add awakening mask progress bar ([#576](https://github.com/Wynntils/Wynntils/issues/576)) ([4d5d68f](https://github.com/Wynntils/Wynntils/commit/4d5d68f6608f0b606ed8e34e9c078635ff27988e)) +* add currently active shaman mask display ([#577](https://github.com/Wynntils/Wynntils/issues/577)) ([4cdd204](https://github.com/Wynntils/Wynntils/commit/4cdd204fb6d7800adcb2b7bf2b4fbe014412a7e4)) +* add focus bar ([#586](https://github.com/Wynntils/Wynntils/issues/586)) ([b7a0ec5](https://github.com/Wynntils/Wynntils/commit/b7a0ec54838161271825b0d371915bf107218398)) +* Added Arcanist Mana Bank Bar ([#578](https://github.com/Wynntils/Wynntils/issues/578)) ([3e97704](https://github.com/Wynntils/Wynntils/commit/3e9770403a8a917cce9578b7c555a9c0c23e0a28)) +* click to copy message ([#565](https://github.com/Wynntils/Wynntils/issues/565)) ([9d6431c](https://github.com/Wynntils/Wynntils/commit/9d6431c002f8252d07a17fb8b50c22327a4c3c88)) +* custom trade market sell amount buttons ([#584](https://github.com/Wynntils/Wynntils/issues/584)) ([ca0ef1f](https://github.com/Wynntils/Wynntils/commit/ca0ef1f5af46bb739fdb13fa2bf91e73955aaf39)) + diff --git a/build.gradle b/build.gradle index 049126e0b..108641bfc 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "com.github.johnrengelman.shadow" version "7.1.0" } -def versionObj = new Version(major: 1, minor: 12, revision: 0) +def versionObj = new Version(major: 1, minor: 12, revision: 1) version = versionObj.toString() group = mod_base_package diff --git a/version.json b/version.json index ae665fc50..b4327b970 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.12.0" + "version": "1.12.1-beta.0" } \ No newline at end of file