diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c4a3a7..1a8a55c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,21 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel * The MINOR component is used whenever a version has backwards-compatible profile changes. This also indicates that the user can not switch back to a previous MINOR version without using a backup. * The PATCH component is used for versions that do not contain profile format changes. Users can freely switch between PATCH versions without risk of data loss. -## [1.13.0] - 2023-07-11 +## [1.13.1] - 2023-07-12 + +* Add support for WoW 10.1.5 +* Add new icons from WoW 10.1.5 to icon picker +* Update PvP talent data +* Add new selection UI for both talents and PvP talents +* Improve talent selection input field + * Show all available talents when focusing an empty input field + * Show predicted talents when focusing an input field + * Improve behavior of escape and focus loss + * Add navigation through the entire talent tree using (shift-) tab or the arrow keys + * Add the ability to show all talents instead of only the current prediction using shift-space + * Improve the talent prediction algorithm + +## [1.13.0] - 2023-07-11 [YANKED] ### Added @@ -1165,7 +1179,8 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel * Initial public release -[Unreleased]: https://github.com/Snakybo/Clicked/compare/1.13.0...master +[Unreleased]: https://github.com/Snakybo/Clicked/compare/1.13.1...master +[1.13.1]: https://github.com/Snakybo/Clicked/releases/tag/1.13.1 [1.13.0]: https://github.com/Snakybo/Clicked/releases/tag/1.13.0 [1.12.2]: https://github.com/Snakybo/Clicked/releases/tag/1.12.2 [1.12.1]: https://github.com/Snakybo/Clicked/releases/tag/1.12.1 diff --git a/Clicked/Clicked.toc b/Clicked/Clicked.toc index 0a31c5ed..b930c205 100644 --- a/Clicked/Clicked.toc +++ b/Clicked/Clicked.toc @@ -1,4 +1,4 @@ -## Interface: 100150 +## Interface: 100105 ## Title: Clicked ## IconTexture: Interface\Icons\inv_misc_punchcards_yellow ## Author: Snakybo diff --git a/ClickedMedia/ClickedMedia.toc b/ClickedMedia/ClickedMedia.toc index 1f48f11c..9019232c 100644 --- a/ClickedMedia/ClickedMedia.toc +++ b/ClickedMedia/ClickedMedia.toc @@ -1,4 +1,4 @@ -## Interface: 100150 +## Interface: 100105 ## Title: ClickedMedia ## IconTexture: Interface\Icons\inv_misc_punchcards_yellow ## Author: Snakybo