Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomen committed Nov 20, 2024
2 parents 0360846 + 977855c commit 37a3f65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@
## v6.0.0

- Complete app rewrite from scratch
- Linux support (Debian/Ubuntu)
- MacOS ARM support (M1+)
- Tauri 2.0
- Svelte 5
- New UI
- Browser zoom in/out
- Improved fullscreen
- Performance improvements
- Browser zoom in / zoom out
- Improved fllscreen
- Tray controls
- Simplified server management
- Performance improvements

## v4.5.0

- Tauri 2.0 Alpha update
- Tauri 2.0 Alpha

## v4.3.1
## v4.4.0

- SvelteKit 2.0 migration
- SvelteKit 2.0

## v4.3.0

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../build"
},
"app": {
Expand Down Expand Up @@ -34,6 +33,7 @@
"category": "RolePlayingGame",
"copyright": "phenomen",
"targets": ["msi", "dmg", "deb"],
"createUpdaterArtifacts": "v1Compatible",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down

0 comments on commit 37a3f65

Please sign in to comment.