diff --git a/Core.lua b/Core.lua index 0a6fe240..df13b520 100644 --- a/Core.lua +++ b/Core.lua @@ -102,7 +102,7 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core core.CommDKPUI = {} -- global storing entire Configuration UI to hide/show UI core.MonVersion = "v3.2.4"; core.BuildNumber = 30204; -core.ReleaseNumber = 61 +core.ReleaseNumber = 62 core.defaultTable = "__default"; core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber); core.UpgradeSchema = false; diff --git a/Localization/Localization.cn.lua b/Localization/Localization.cn.lua index 76378f4d..f2df6567 100644 --- a/Localization/Localization.cn.lua +++ b/Localization/Localization.cn.lua @@ -820,11 +820,11 @@ if GetLocale() == "zhCN" then MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE: --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.de.lua b/Localization/Localization.de.lua index 7efcd63f..9337634c 100644 --- a/Localization/Localization.de.lua +++ b/Localization/Localization.de.lua @@ -814,11 +814,11 @@ if GetLocale() == "deDE" then MIGRATIONCOMPLETED = "Migration abgeschlossen.|n|nBitte deaktivieren Sie MonolithDKP und laden Sie das UI neu. (/reload)", --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.en.lua b/Localization/Localization.en.lua index 8935b22d..5e17cdf8 100644 --- a/Localization/Localization.en.lua +++ b/Localization/Localization.en.lua @@ -795,11 +795,11 @@ core.L = { MIGRATIONCANCELED = "Migration canceled.|n|nPlease disable MonolithDKP and /reload the UI if you want to continue with CommunityDKP without using your current tables and settings.", MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.es.lua b/Localization/Localization.es.lua index e1f4f506..8de097b1 100644 --- a/Localization/Localization.es.lua +++ b/Localization/Localization.es.lua @@ -818,11 +818,11 @@ if GetLocale() == "esES" or GetLocale() == "esMX" then MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE: --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.fr.lua b/Localization/Localization.fr.lua index 85f073c6..512d7370 100644 --- a/Localization/Localization.fr.lua +++ b/Localization/Localization.fr.lua @@ -873,12 +873,11 @@ if GetLocale() == "frFR" then MIGRATIONCOMPLETED = "Migration réussie.|n|nVeuillez désactiver MonolithDKP et recharger votre interface (/reload).", --TODO TRANSLATE: --TODO TRANSLATE: - --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.kr.lua b/Localization/Localization.kr.lua index c96fd5d2..39ffe6e4 100644 --- a/Localization/Localization.kr.lua +++ b/Localization/Localization.kr.lua @@ -818,11 +818,11 @@ if GetLocale() == "koKR" then MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE: --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.ru.lua b/Localization/Localization.ru.lua index 8fc2ad81..d858c795 100644 --- a/Localization/Localization.ru.lua +++ b/Localization/Localization.ru.lua @@ -815,11 +815,11 @@ if GetLocale() == "ruRU" then MIGRATIONCOMPLETED = "Миграция завершена.|n|nПожалуйста отключите MonolithDKP и перезагрузите интерфейс.", --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.se.lua b/Localization/Localization.se.lua index 14a7e72b..430d0aa7 100644 --- a/Localization/Localization.se.lua +++ b/Localization/Localization.se.lua @@ -793,11 +793,11 @@ core.L = { MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH", diff --git a/Localization/Localization.tw.lua b/Localization/Localization.tw.lua index ce6b1d25..c2e9ba57 100644 --- a/Localization/Localization.tw.lua +++ b/Localization/Localization.tw.lua @@ -820,11 +820,11 @@ if GetLocale() == "zhTW" then MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE: --TODO TRANSLATE: - CHANGELOG1 = "CommunityDKP - v3.2.4-r61", - CHANGELOG2 = " - Fixed standby list sharing comm (issue 153 on github)", - CHANGELOG3 = " - Decay value in main table 'quick history view' is now a number rather than percentage (contribution by Peleccotur)", - CHANGELOG4 = " - Optimized the generation of the 'quick history view' in the main table on mouseover", - CHANGELOG5 = " - did some clean up of comm.lua, should be more readable now (I hope)", + CHANGELOG1 = "CommunityDKP - v3.2.4-r62", + CHANGELOG2 = "fixed history display on mouseover", + CHANGELOG3 = "", + CHANGELOG4 = "", + CHANGELOG5 = "", CHANGELOG6 = "", CHANGELOG7 = "Taidtuskecyh @ Gehennas", CHANGELOG8 = "CommunityDKP Discord: https://discord.gg/dXXK4vH",