6 Incheckningar
4.11 ... 4.16

Upphovsman SHA1 Meddelande Datum
9b655c1848 Add version status to readme, tag v16 due to an upload fail in esoui
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-09-20 00:06:54 +02:00
fba862a1ef Fix Bracket-Style
All checks were successful
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
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-08-27 21:11:14 +02:00
bead07a0cf New Api Version
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
2023-08-12 16:39:57 +02:00
407dc14298 New Api Version
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
2023-03-28 17:43:12 +02:00
5 ändrade filer med 7 tillägg och 3 borttagningar

Visa fil

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

Visa fil

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

Visa fil

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

Visa fil

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

Visa fil

@@ -1,5 +1,6 @@
# AchievementInfo
[![Version Status](https://monitoring.f-brinker.de/api/badge/18/status)](https://monitoring.f-brinker.de/status/eso)
[![Build Status](https://drone.f-brinker.de/api/badges/fbrinker/elderscrolls-addon-achievementInfo/status.svg)](https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo)
[![Latest Releases](https://badgen.net/badge/releases/latest)](https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/releases)
[![Downloads](https://badgen.net/https/scripts.f-brinker.de/esoui-stats/badge-total.php?cache=1800)](https://www.esoui.com/downloads/info350-AchievementInfo.html)