Skip to content

Commit

Permalink
CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils89 committed Sep 17, 2024
1 parent 0f9837a commit be615b1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
7.4.0
NEW
- New Font system
- You can now select between multiple different font styles (to select the font like before this update, use 'GW2 Legacy')
- You can select your own fonts for texts and header texts
- You can adjust the font size for: Big Headers, Header, Normal and Small texts
- Tooltips gets font size option for all 3 types
- Added TWW events to the event tracker
- Added auction house skin
- Added fx animation to the dynamic hud (not all classes yet)
- Added remaning live to delve tracker
- Find an small easter agg with the GW2 settings splash screen

FIXES
- Fix barber shop skin

CHANGES
- Add DK hero talent to dodgebar
- Update some textures
- Update some skins

7.3.0
NEW
- Delves support for objectives tracker
Expand Down
19 changes: 14 additions & 5 deletions CHANGELOG_NEW_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
7.3.0
7.4.0
NEW
- Delves support for objectives tracker
- Added group progress to objectives tooltip
- New Font system
- You can now select between multiple different font styles (to select the font like before this update, use 'GW2 Legacy')
- You can select your own fonts for texts and header texts
- You can adjust the font size for: Big Headers, Header, Normal and Small texts
- Tooltips gets font size option for all 3 types
- Added TWW events to the event tracker
- Added auction house skin
- Added fx animation to the dynamic hud (not all classes yet)
- Added remaning live to delve tracker
- Find an small easter agg with the GW2 settings splash screen

FIXES
- Objectives tracker auto turn in quests
- Totem tracker should work again
- Fix barber shop skin

CHANGES
- Add DK hero talent to dodgebar
- Update some textures
- Update some skins
19 changes: 19 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ AddChange(string addonVersion, table changeList)
}
]]

addChange("7.4.0",{
{ct.feature, [=[New Font system
- You can now select between multiple different font styles
- You can select your own fonts for texts and header texts
- You can adjust the font size for: Big Headers, Header, Normal and Small texts
- To select the font like before this update, use 'GW2 Legacy']=]},
{ct.feature, [=[Tooltips gets font size option for all 3 types]=]},
{ct.feature, [=[Added TWW events to the event tracker]=]},
{ct.feature, [=[Added auction house skin]=]},
{ct.feature, [=[Added fx animation to the dynamic hud (not all classes yet)]=]},
{ct.feature, [=[Added remaning live to delve tracker]=]},
{ct.feature, [=[Find an small easter agg with the GW2 settings splash screen]=]},
{ct.change, [=[Add DK hero talent to dodgebar]=]},
{ct.change, [=[Update some textures]=]},
{ct.change, [=[Update some skins]=]},
{ct.bug, [=[Fix barber shop skin]=]},
})

addChange("7.3.0",{
{ct.feature, [=[Delves support for objectives tracker]=]},
{ct.feature, [=[Added group progress to objectives tooltip]=]},
Expand Down

0 comments on commit be615b1

Please sign in to comment.