This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): v1.12.1-beta.0 [skip ci]
- Loading branch information
Conventional Changelog Action
committed
Sep 21, 2022
1 parent
b7647cd
commit 43a0f87
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "1.12.0" | ||
"version": "1.12.1-beta.0" | ||
} |