Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Sep 3, 2024
1 parent e4364be commit 3abc3ae
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
51 changes: 51 additions & 0 deletions Core/Changelog/3.75.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
local W = unpack((select(2, ...)))

W.Changelog[375] = {
RELEASE_DATE = "2024/09/03",
IMPORTANT = {
["zhCN"] = {
"新发布一个临时插件用来解决跨阵营公会的成就系统,Curse 搜索 [Guild Achievements Fix] 下载!",
"[高级] 由于暴雪已经修复 Bug,移除了 PlayStyleString 修复功能。",
},
["zhTW"] = {
"新發布一個臨時插件用來解決跨陣營公會的成就系統,Curse 搜索 [Guild Achievements Fix] 下載!",
"[進階] 由於暴雪已經修復 Bug,移除了 PlayStyleString 修復功能。",
},
["enUS"] = {
"Newly released a temporarily addon to fix the cross-faction guild achievement system, search [Guild Achievements Fix] on Curse to download!",
"[Advanced] Removed the PlayStyleString fix feature as Blizzard has fixed the bug.",
},
["koKR"] = {
"신규로 출시된 애드온으로, 교전 진영 길드 업적 시스템을 일시적으로 수정합니다. Curse 에서 [Guild Achievements Fix] 를 검색하여 다운로드하세요!",
"[고급] 블리자드가 버그를 수정했기 때문에 PlayStyleString 수정 기능을 제거했습니다.",
},
["ruRU"] = {
"Недавно выпущен аддон для временного исправления системы достижений гильдий между фракциями, поиск [Guild Achievements Fix] на Curse для загрузки!",
"[Расширенный] Удалена функция исправления PlayStyleString, так как Blizzard исправила ошибку.",
},
},
NEW = {
["zhCN"] = {},
["zhTW"] = {},
["enUS"] = {},
["koKR"] = {},
["ruRU"] = {},
},
IMPROVEMENT = {
["zhCN"] = {
"[其他] - [自动截图] 修复截图过快可能导致的闪光动画被截图的问题。",
},
["zhTW"] = {
"[其他] - [自動截圖] 修復截圖過快可能導致的閃光動畫被截圖的問題。",
},
["enUS"] = {
"[Misc] - [Auto Screenshot] Fixed the issue that the flash animation was captured by the screenshot due to the screenshot being too fast.",
},
["koKR"] = {
"[기타] - [자동 스크린샷] 스크린샷이 너무 빨라서 플래시 애니메이션이 스크린샷에 포함되는 문제를 수정했습니다.",
},
["ruRU"] = {
"[Разное] - [Автоматический скриншот] Исправлена проблема, когда вспышка анимации была захвачена скриншотом из-за слишком быстрого скриншота.",
},
},
}
3 changes: 2 additions & 1 deletion Core/Changelog/Load_Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
<Script file='Previous\v3\3.71.lua'/>
<Script file='Previous\v3\3.72.lua'/>
<Script file='Previous\v3\3.73.lua'/>
<Script file='3.74.lua'/>
<Script file='Previous\v3\3.74.lua'/>
<Script file='3.75.lua'/>
</Ui>
File renamed without changes.

0 comments on commit 3abc3ae

Please sign in to comment.