Skip to content

Commit b70404c

Browse files
committed
chore(release): bump version to 0.6.4
1 parent b15088f commit b70404c

File tree

6 files changed

+15
-26
lines changed

6 files changed

+15
-26
lines changed

package-lock.json

Lines changed: 5 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sjmcl",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "SJMCL"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "A Minecraft launcher from SJMC"
55
authors = ["SJMCL Team"]
66
license = "GNU General Public License v3.0 (with additional terms)"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "SJMCL",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"identifier": "SJMCL",
66
"build": {
77
"frontendDist": "../out",

src/locales/zh-Hant.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
},
852852
"GameLogPage": {
853853
"placeholder": "輸入關鍵詞篩選",
854-
"exportLogs": "匯出日誌",
854+
"revealRawLog": "顯示原始日誌檔案",
855855
"clearLogs": "清除所有日誌",
856856
"scrollToBottom": "滾動到底部"
857857
},
@@ -1381,6 +1381,11 @@
13811381
"javaPath": "請輸入或選擇 Java 可執行檔案路徑"
13821382
}
13831383
},
1384+
"MCVersionNumberHelper": {
1385+
"content": "自 2026 年起,Minecraft 版本號採取新的命名規則,以年份作為版本號首位(如 26.1)以取代原有的 1.x 版本號規則。",
1386+
"linkText": "閱讀官方文件",
1387+
"url": "https://www.minecraft.net/zh-hans/article/minecraft-new-version-numbering-system"
1388+
},
13841389
"MemoryStatusProgress": {
13851390
"title": "記憶體狀態",
13861391
"info": "{{used}} / {{total}} GB 已使用",

0 commit comments

Comments
 (0)