Skip to content

Commit 7c966ed

Browse files
authored
Merge pull request #41 from nuthx/dev-2.1.0
Dev 2.1.0
2 parents 2588946 + 69b7183 commit 7c966ed

File tree

11 files changed

+233
-346
lines changed

11 files changed

+233
-346
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
artifact: subtitle-renamer_${{ github.ref_name }}_windows_x64.zip
3232
exeName: Subtitle Renamer.exe
3333

34+
- name: Windows (ARM64)
35+
os: windows-latest
36+
target: aarch64-pc-windows-msvc
37+
args: --no-bundle
38+
artifact: subtitle-renamer_${{ github.ref_name }}_windows_arm64.zip
39+
exeName: Subtitle Renamer.exe
40+
3441
name: Build (${{ matrix.name }})
3542
runs-on: ${{ matrix.os }}
3643

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "subtitle-renamer",
33
"private": true,
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,17 +14,17 @@
1414
"@headlessui/react": "^2.2.9",
1515
"@phosphor-icons/react": "^2.1.10",
1616
"@tauri-apps/api": "^2.9.1",
17-
"@tauri-apps/plugin-dialog": "^2.4.2",
18-
"@tauri-apps/plugin-fs": "^2.4.4",
19-
"@tauri-apps/plugin-opener": "^2.5.2",
17+
"@tauri-apps/plugin-dialog": "^2.5.0",
18+
"@tauri-apps/plugin-fs": "^2.4.5",
19+
"@tauri-apps/plugin-opener": "^2.5.3",
2020
"@tauri-apps/plugin-os": "^2.3.2",
21-
"@tauri-apps/plugin-shell": "^2.3.3",
22-
"@tauri-apps/plugin-store": "^2.4.1",
21+
"@tauri-apps/plugin-shell": "^2.3.4",
22+
"@tauri-apps/plugin-store": "^2.4.2",
2323
"chardet": "^2.1.1",
2424
"clsx": "^2.1.1",
2525
"react": "^19.2.3",
2626
"react-dom": "^19.2.3",
27-
"react-router-dom": "^7.11.0",
27+
"react-router-dom": "^7.12.0",
2828
"sonner": "^2.0.7",
2929
"tailwind-merge": "^3.4.0",
3030
"zustand": "^5.0.9"
@@ -41,6 +41,6 @@
4141
"globals": "^17.0.0",
4242
"tailwind-scrollbar": "^4.0.2",
4343
"tailwindcss": "^4.1.18",
44-
"vite": "^7.3.0"
44+
"vite": "^7.3.1"
4545
}
4646
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)