Skip to content

Commit 206ac37

Browse files
Merge pull request #120 from tonyantony300/release/0.3.4
release version 0.3.4
2 parents 678e307 + 9d23f13 commit 206ac37

File tree

4 files changed

+151
-140
lines changed

4 files changed

+151
-140
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The easiest way to get started is by downloading one of the following versions f
5858
</tr>
5959
<tr>
6060
<td><b>Windows</b></td>
61-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.3/AltSendme_0.3.3_x64-setup.exe'>AltSendme.exe</a></td>
61+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.4/AltSendme_0.3.4_x64-setup.exe'>AltSendme.exe</a></td>
6262
</tr>
6363
<tr>
6464
<td><b>macOS</b></td>
65-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.3/AltSendme_0.3.3_universal.dmg'>AltSendme.dmg</a></td>
65+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.4/AltSendme_0.3.4_universal.dmg'>AltSendme.dmg</a></td>
6666
<tr>
6767
<td><b>Linux </b></td>
68-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.3/AltSendme_0.3.3_amd64.deb'>AltSendme.deb</a></td>
68+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.4/AltSendme_0.3.4_amd64.deb'>AltSendme.deb</a></td>
6969
</tr>
7070
</table>
7171

@@ -271,7 +271,7 @@ Thank you for checking out this project! If you find it useful, consider giving
271271
<!-- <div align="center" style="color: gray;"></div> -->
272272

273273
[badge-website]: https://img.shields.io/badge/website-altsendme.com-orange
274-
[badge-version]: https://img.shields.io/badge/version-0.3.3-blue
274+
[badge-version]: https://img.shields.io/badge/version-0.3.4-blue
275275
[badge-platforms]: https://img.shields.io/badge/platforms-macOS%2C%20Windows%2C%20Linux%2C%20-green
276276
[badge-sponsor]: https://img.shields.io/badge/sponsor-ff69b4
277277

package.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
{
2-
"name": "AltSendme",
3-
"private": true,
4-
"version": "0.3.3",
5-
"type": "module",
6-
"scripts": {
7-
"dev": "vite",
8-
"build": "tsc -b && vite build",
9-
"preview": "vite preview",
10-
"release": "node ./scripts/release.js",
11-
"sync-version": "node ./scripts/sync-version.js",
12-
"validate-version": "node ./scripts/validate-version.js",
13-
"lint": "biome lint && tsc --noEmit --skipLibCheck",
14-
"lint:fix": "biome lint --fix",
15-
"format": "biome format --write && cargo fmt --manifest-path sendme/Cargo.toml && cargo fmt --manifest-path src-tauri/Cargo.toml"
16-
},
17-
"dependencies": {
18-
"@base-ui/react": "^1.1.0",
19-
"@radix-ui/react-alert-dialog": "^1.1.15",
20-
"@tauri-apps/api": "^2.0.0",
21-
"@tauri-apps/plugin-dialog": "^2.0.0",
22-
"@tauri-apps/plugin-opener": "^2.5.2",
23-
"@tauri-apps/plugin-process": "^2.3.1",
24-
"@tauri-apps/plugin-updater": "^2.9.0",
25-
"class-variance-authority": "^0.7.1",
26-
"clsx": "^2.1.1",
27-
"framer-motion": "^12.23.24",
28-
"lottie-react": "^2.4.1",
29-
"lucide-react": "^0.292.0",
30-
"motion": "^12.31.1",
31-
"radix-ui": "^1.4.3",
32-
"react": "^18.2.0",
33-
"react-dom": "^18.2.0",
34-
"react-dropzone": "^14.3.8",
35-
"react-router-dom": "^7.12.0",
36-
"tailwind-merge": "^3.4.0",
37-
"zustand": "^5.0.10"
38-
},
39-
"devDependencies": {
40-
"@biomejs/biome": "^2.3.11",
41-
"@tailwindcss/postcss": "^4.1.18",
42-
"@types/node": "^20.0.0",
43-
"@types/react": "^18.2.0",
44-
"@types/react-dom": "^18.2.0",
45-
"@vitejs/plugin-react": "^4.0.0",
46-
"postcss": "^8.0.0",
47-
"tailwindcss": "^4.1.18",
48-
"tw-animate-css": "^1.4.0",
49-
"typescript": "^5.0.0",
50-
"vite": "^4.4.0"
51-
}
2+
"name": "AltSendme",
3+
"private": true,
4+
"version": "0.3.4",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "tsc -b && vite build",
9+
"preview": "vite preview",
10+
"release": "node ./scripts/release.js",
11+
"sync-version": "node ./scripts/sync-version.js",
12+
"validate-version": "node ./scripts/validate-version.js",
13+
"lint": "biome lint && tsc --noEmit --skipLibCheck",
14+
"lint:fix": "biome lint --fix",
15+
"format": "biome format --write && cargo fmt --manifest-path sendme/Cargo.toml && cargo fmt --manifest-path src-tauri/Cargo.toml"
16+
},
17+
"dependencies": {
18+
"@base-ui/react": "^1.1.0",
19+
"@radix-ui/react-alert-dialog": "^1.1.15",
20+
"@tauri-apps/api": "^2.0.0",
21+
"@tauri-apps/plugin-dialog": "^2.0.0",
22+
"@tauri-apps/plugin-opener": "^2.5.2",
23+
"@tauri-apps/plugin-process": "^2.3.1",
24+
"@tauri-apps/plugin-updater": "^2.9.0",
25+
"class-variance-authority": "^0.7.1",
26+
"clsx": "^2.1.1",
27+
"framer-motion": "^12.23.24",
28+
"lottie-react": "^2.4.1",
29+
"lucide-react": "^0.292.0",
30+
"motion": "^12.31.1",
31+
"radix-ui": "^1.4.3",
32+
"react": "^18.2.0",
33+
"react-dom": "^18.2.0",
34+
"react-dropzone": "^14.3.8",
35+
"react-router-dom": "^7.12.0",
36+
"tailwind-merge": "^3.4.0",
37+
"zustand": "^5.0.10"
38+
},
39+
"devDependencies": {
40+
"@biomejs/biome": "^2.3.11",
41+
"@tailwindcss/postcss": "^4.1.18",
42+
"@types/node": "^20.0.0",
43+
"@types/react": "^18.2.0",
44+
"@types/react-dom": "^18.2.0",
45+
"@vitejs/plugin-react": "^4.0.0",
46+
"postcss": "^8.0.0",
47+
"tailwindcss": "^4.1.18",
48+
"tw-animate-css": "^1.4.0",
49+
"typescript": "^5.0.0",
50+
"vite": "^4.4.0"
51+
}
5252
}

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 = "alt-sendme"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "P2P file sharing with NAT hole punching"
55
authors = ["Tony Antony"]
66
license = "AGPL 3.0"

src-tauri/tauri.conf.json

Lines changed: 96 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,98 @@
11
{
2-
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "AltSendme",
4-
"version": "0.3.3",
5-
"identifier": "com.altsendme.desktop",
6-
"build": {
7-
"frontendDist": "../web-app/dist",
8-
"devUrl": "http://localhost:1420",
9-
"beforeDevCommand": "npm run dev",
10-
"beforeBuildCommand": "npm run build"
11-
},
12-
"app": {
13-
"macOSPrivateApi": true,
14-
"windows": [
15-
{
16-
"label": "main",
17-
"title": "AltSendme",
18-
"width": 1024,
19-
"height": 680,
20-
"resizable": true,
21-
"fullscreen": false,
22-
"maximizable": false,
23-
"center": true,
24-
"hiddenTitle": true,
25-
"transparent": true,
26-
"decorations": true,
27-
"titleBarStyle": "Overlay",
28-
"dragDropEnabled": true,
29-
"windowEffects": {
30-
"effects": ["fullScreenUI", "mica", "tabbed", "blur", "acrylic"],
31-
"state": "active",
32-
"radius": 8
33-
}
34-
}
35-
],
36-
"security": {
37-
"capabilities": ["default", "sendme:default"],
38-
"csp": {
39-
"default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*",
40-
"connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https: http:",
41-
"font-src": "'self' asset: http://asset.localhost blob: data: https:",
42-
"img-src": "'self' asset: http://asset.localhost blob: data: https:",
43-
"style-src": "'unsafe-inline' 'self'",
44-
"script-src": "'self' asset: http://asset.localhost https://gc.zgo.at"
45-
},
46-
"assetProtocol": {
47-
"enable": true,
48-
"scope": {
49-
"requireLiteralLeadingDot": false,
50-
"allow": ["**/*"]
51-
}
52-
}
53-
}
54-
},
55-
"plugins": {
56-
"updater": {
57-
"endpoints": [
58-
"https://github.com/tonyantony300/alt-sendme/releases/latest/download/latest.json"
59-
],
60-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDMzRTE3OEU4QjYyQkIzNzMKUldSenN5dTI2SGpoTS9PZ21kbmYzUkJ3Q1VKa2FtdEllVWJ4N3QwWnRGZmZId0RPM3BlQzdxVmQK"
61-
}
62-
},
63-
"bundle": {
64-
"active": true,
65-
"createUpdaterArtifacts": true,
66-
"targets": "all",
67-
"icon": [
68-
"icons/32x32.png",
69-
"icons/128x128.png",
70-
"icons/128x128@2x.png",
71-
"icons/icon.icns",
72-
"icons/icon.ico"
73-
],
74-
"macOS": {
75-
"signingIdentity": "Developer ID Application: Tony Antony (9H7RVQAP36)",
76-
"providerShortName": "9H7RVQAP36"
77-
},
78-
"windows": {
79-
"certificateThumbprint": null,
80-
"digestAlgorithm": "sha256",
81-
"timestampUrl": "",
82-
"wix": {
83-
"language": "en-US"
84-
}
85-
}
86-
}
2+
"$schema": "https://schema.tauri.app/config/2",
3+
"productName": "AltSendme",
4+
"version": "0.3.4",
5+
"identifier": "com.altsendme.desktop",
6+
"build": {
7+
"frontendDist": "../web-app/dist",
8+
"devUrl": "http://localhost:1420",
9+
"beforeDevCommand": "npm run dev",
10+
"beforeBuildCommand": "npm run build"
11+
},
12+
"app": {
13+
"macOSPrivateApi": true,
14+
"windows": [
15+
{
16+
"label": "main",
17+
"title": "AltSendme",
18+
"width": 1024,
19+
"height": 680,
20+
"resizable": true,
21+
"fullscreen": false,
22+
"maximizable": false,
23+
"center": true,
24+
"hiddenTitle": true,
25+
"transparent": true,
26+
"decorations": true,
27+
"titleBarStyle": "Overlay",
28+
"dragDropEnabled": true,
29+
"windowEffects": {
30+
"effects": [
31+
"fullScreenUI",
32+
"mica",
33+
"tabbed",
34+
"blur",
35+
"acrylic"
36+
],
37+
"state": "active",
38+
"radius": 8
39+
}
40+
}
41+
],
42+
"security": {
43+
"capabilities": [
44+
"default",
45+
"sendme:default"
46+
],
47+
"csp": {
48+
"default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*",
49+
"connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https: http:",
50+
"font-src": "'self' asset: http://asset.localhost blob: data: https:",
51+
"img-src": "'self' asset: http://asset.localhost blob: data: https:",
52+
"style-src": "'unsafe-inline' 'self'",
53+
"script-src": "'self' asset: http://asset.localhost https://gc.zgo.at"
54+
},
55+
"assetProtocol": {
56+
"enable": true,
57+
"scope": {
58+
"requireLiteralLeadingDot": false,
59+
"allow": [
60+
"**/*"
61+
]
62+
}
63+
}
64+
}
65+
},
66+
"plugins": {
67+
"updater": {
68+
"endpoints": [
69+
"https://github.com/tonyantony300/alt-sendme/releases/latest/download/latest.json"
70+
],
71+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDMzRTE3OEU4QjYyQkIzNzMKUldSenN5dTI2SGpoTS9PZ21kbmYzUkJ3Q1VKa2FtdEllVWJ4N3QwWnRGZmZId0RPM3BlQzdxVmQK"
72+
}
73+
},
74+
"bundle": {
75+
"active": true,
76+
"createUpdaterArtifacts": true,
77+
"targets": "all",
78+
"icon": [
79+
"icons/32x32.png",
80+
"icons/128x128.png",
81+
"icons/128x128@2x.png",
82+
"icons/icon.icns",
83+
"icons/icon.ico"
84+
],
85+
"macOS": {
86+
"signingIdentity": "Developer ID Application: Tony Antony (9H7RVQAP36)",
87+
"providerShortName": "9H7RVQAP36"
88+
},
89+
"windows": {
90+
"certificateThumbprint": null,
91+
"digestAlgorithm": "sha256",
92+
"timestampUrl": "",
93+
"wix": {
94+
"language": "en-US"
95+
}
96+
}
97+
}
8798
}

0 commit comments

Comments
 (0)