Skip to content

Commit f218cac

Browse files
committed
Refresh app icon and release v0.1.2
1 parent 64a108f commit f218cac

34 files changed

Lines changed: 36 additions & 8 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ https://github.com/TerminallyLazy/misconducting/releases/latest
1010

1111
Current locally built release assets are Linux ARM64:
1212

13-
- `Symphony Console_0.1.1_aarch64.AppImage`
14-
- `Symphony Console_0.1.1_arm64.deb`
13+
- `Symphony Console_0.1.2_aarch64.AppImage`
14+
- `Symphony Console_0.1.2_arm64.deb`
1515

1616
The GitHub Actions workflow `.github/workflows/release-desktop.yml` is configured to build macOS, Windows, Linux x86_64, and Linux ARM64 packages from release tags.
1717

RELEASE_WORKFLOW_NOTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ It builds:
99
- Linux x86_64 AppImage/DEB
1010
- Linux ARM64 AppImage/DEB
1111

12-
Push tag `v0.1.1` or run the workflow manually from GitHub Actions to produce release artifacts.
12+
Push tag `v0.1.2` or run the workflow manually from GitHub Actions to produce release artifacts.

package-lock.json

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

package.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
{"name":"symphony-desktop","version":"0.1.1","private":true,"type":"module","scripts":{"dev":"vite --host 0.0.0.0","build":"tsc -b && vite build","preview":"vite preview --host 0.0.0.0","tauri":"tauri","tauri:build":"tauri build"},"dependencies":{"@tanstack/react-query":"latest","@vitejs/plugin-react":"latest","framer-motion":"latest","lucide-react":"latest","react":"latest","react-dom":"latest","typescript":"latest","vite":"latest","zod":"latest"},"devDependencies":{"@tauri-apps/cli":"^2.11.2","@types/react":"^19.2.15","@types/react-dom":"^19.2.3"}}
1+
{
2+
"name": "symphony-desktop",
3+
"version": "0.1.2",
4+
"private": true,
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite --host 0.0.0.0",
8+
"build": "tsc -b && vite build",
9+
"preview": "vite preview --host 0.0.0.0",
10+
"tauri": "tauri",
11+
"tauri:build": "tauri build"
12+
},
13+
"dependencies": {
14+
"@tanstack/react-query": "latest",
15+
"@vitejs/plugin-react": "latest",
16+
"framer-motion": "latest",
17+
"lucide-react": "latest",
18+
"react": "latest",
19+
"react-dom": "latest",
20+
"typescript": "latest",
21+
"vite": "latest",
22+
"zod": "latest"
23+
},
24+
"devDependencies": {
25+
"@tauri-apps/cli": "^2.11.2",
26+
"@types/react": "^19.2.15",
27+
"@types/react-dom": "^19.2.3"
28+
}
29+
}

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 = "symphony_desktop"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[build-dependencies]

src-tauri/icons/128x128.png

9.87 KB
Loading

src-tauri/icons/128x128@2x.png

20.8 KB
Loading

src-tauri/icons/32x32.png

1.06 KB
Loading

src-tauri/icons/64x64.png

3.76 KB
Loading
7.17 KB
Loading

0 commit comments

Comments
 (0)