Skip to content

Commit 5d4bae1

Browse files
committed
Okay, let's release v1.2.2
1 parent 3a5ffeb commit 5d4bae1

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Added an introduction message for first time users.
88
- Added missing skinning trainer quest.
9+
- Added hints to several unique items.
910

1011
### Updated
1112

@@ -21,8 +22,9 @@
2122
- The column Knowledge now actually updates when you open an item that gives knowledge points.
2223
- Reduced crashes and errors caused by missing or partially loaded item or currency data.
2324
- Fixed issues where some profession variants and first crafts were not tracked or awarded correctly in the overview.
24-
- Fixed treatise: Thalassian Treatise on Engineering
25-
- Fixed an issue with Weekly Quests counting all quests from the weekly rotation
25+
- Fixed treatise: Thalassian Treatise on Engineering.
26+
- Fixed an issue with Weekly Quests counting all quests from the weekly rotation.
27+
- Fixed an issue with data being reset when logging out without opening the addon first. Silly silly bugs.
2628

2729
## v1.2.1 - 2026-03-03
2830

Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addon.debug = false
1616
_G[addonName] = addon
1717

1818
--@debug@
19-
addon.debug = true
19+
addon.debug = false
2020
--@end-debug@
2121

2222
function Core:Render()

0 commit comments

Comments
 (0)