Skip to content

Commit

Permalink
Fix interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Jul 12, 2023
1 parent 1b8f109 commit 5567627
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Clicked/Clicked.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100150
## Interface: 100105
## Title: Clicked
## IconTexture: Interface\Icons\inv_misc_punchcards_yellow
## Author: Snakybo
Expand Down
2 changes: 1 addition & 1 deletion ClickedMedia/ClickedMedia.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100150
## Interface: 100105
## Title: ClickedMedia
## IconTexture: Interface\Icons\inv_misc_punchcards_yellow
## Author: Snakybo
Expand Down

0 comments on commit 5567627

Please sign in to comment.