Releases: CNCUMC/Bark
Releases · CNCUMC/Bark
Release list
Bark v1.0.2
v1.0.2
Changed
- Clear project: Simple clear.
- LGPL: Convert from GPL v3 to LGPL v3.
Bark v1.0.1
v1.0.1
Added
- UpdateUtil — GitHub-based mod update checker
Check(githubRepo, modName, currentVersion, logger)async update check via GitHub Releases API- Uses
UnityWebRequest, comparesSystem.Version, notifies via logger + game console - Localized messages (EN/zh-CN/zh-TW) via
BetterLocale(log.update.*keys)
- LogUtil pending console log queue — messages before
ConsoleScriptis ready are queued and flushed automatically - LogUtil console output via
CUCoreUtils.ConsoleLog(reflection-based, matches CCL pattern)
Changed
- BetterLocale.Get —
argsnow also format the resolved locale value, not just the key ({0},{1}placeholders in locale values are now properly replaced)
Fixed
Plugin.Loggernull-forgiving initialization (= null!) — suppresses CS8618 warning- Various documentation refinements (project structure, missing tools, version corrections)