3 Commits
4.13 ... 4.15

Auteur SHA1 Bericht Datum
fba862a1ef Fix Bracket-Style
Alle checks waren succesvol
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-09-19 22:43:07 +02:00
c5a82f86c9 New Api Version 2024-09-19 22:29:02 +02:00
341f07a0f6 New Api Version
Alle checks waren succesvol
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-08-27 21:11:14 +02:00
4 gewijzigde bestanden met toevoegingen van 6 en 3 verwijderingen

Bestand weergeven

@@ -17,7 +17,7 @@ read_globals = {
"EVENT_ACHIEVEMENT_UPDATED", "EVENT_ACHIEVEMENT_UPDATED",
"EVENT_ADD_ON_LOADED", "EVENT_ADD_ON_LOADED",
"EVENT_MANAGER", "EVENT_MANAGER",
"LINK_STYLE_BRACKET", "LINK_STYLE_BRACKETS",
"zo_callLater", "zo_callLater",
"zo_strformat", "zo_strformat",
"ZO_SavedVars", "ZO_SavedVars",

Bestand weergeven

@@ -5,7 +5,7 @@
## Author: |c87B7CCAsto|r, @Astarax ## Author: |c87B7CCAsto|r, @Astarax
## Contact: mail@coded-with-heart.com ## Contact: mail@coded-with-heart.com
## APIVersion: 101038 ## APIVersion: 101043
## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW ## SavedVariables: ACHIEVEMENT_INFO_DB ACHIEVEMENT_INFO_DB_USE_AW
## DependsOn: LibAddonMenu-2.0 ## DependsOn: LibAddonMenu-2.0

Bestand weergeven

@@ -49,7 +49,7 @@ function AchievementInfo.onAchievementUpdated(_, achId)
local percentageStep = false local percentageStep = false
local percentageStepSize = AchievementInfo.settingGet("genShowUpdateSteps") local percentageStepSize = AchievementInfo.settingGet("genShowUpdateSteps")
local link = GetAchievementLink(achId, LINK_STYLE_BRACKET) local link = GetAchievementLink(achId, LINK_STYLE_BRACKETS)
local catName = "/" local catName = "/"
if categoryId ~= false then if categoryId ~= false then

Bestand weergeven

@@ -1,5 +1,8 @@
#### Notable Changes #### Notable Changes
##### Release 4.15
* Fixed "bracket style" of the achievement links, thanks to DakJaniels
##### Release 4.5 ##### Release 4.5
* Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly" * Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"