Skip to content

Commit

Permalink
Bump Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Dec 25, 2024
1 parent 07c9d84 commit 0bc4d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_fullName__",
"short_name": "__MSG_shortName__",
"version": "0.5.8",
"version": "0.6.0",
"default_locale": "zh_CN",
"description": "__MSG_Description__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function migrateOldSyncFormats(config: SBConfig) {
config["serverAddress"] = CompileConfig.serverAddress;
}

// "danmakuRegexPattern" 在 0.5.9 版本中被移除,
// "danmakuRegexPattern" 在 0.6.0 版本中被移除,
// 取而代之的是 "danmakuTimeMatchingRegexPattern" 和 "danmakuOffsetMatchingRegexPattern"
delete config["danmakuRegexPattern"];
}
Expand Down

0 comments on commit 0bc4d18

Please sign in to comment.