Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/post-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "Updating updates file"
#? Update the version
sed -i "" "s/$LATEST_VERSION/$VERSION/g" "./updates.json"
#? Update the signature
sed -i "" "s/\"signature\":.*/\"signature\": \"$UPDATE_SIG\",/" "./updates.json"
sed -i "" "s/\"signature\":.*/\"signature\": \"$UPDATE_SIG\",/g" "./updates.json"
#? Update the publish date
sed -i "" "s/\"pub_date\":.*/\"pub_date\": \"$PUBLISH_DATE\",/" "./updates.json"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^1.6.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -40,7 +40,7 @@
"zustand": "^5.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@tauri-apps/cli": "^1.6.3",
"@types/node": "^22.10.2",
"@types/react": "19.0.2",
"@types/react-color": "^3.0.13",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5", features = [] }
tauri-build = { version = "1.5.5", features = [] }
swift-rs = { version = "1.0.6", features = ["build"] }

[dependencies]
tauri = { version = "1.5", features = [ "shell-all", "clipboard-all", "notification-all", "system-tray", "updater", "window-all"] }
tauri = { version = "1.8.1", features = [ "dialog-all", "shell-all", "clipboard-all", "notification-all", "system-tray", "updater", "window-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri-plugin-positioner = { version = "1.0.4", features = ["system-tray"] }
Expand Down
3 changes: 3 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
"clipboard": {
"all": true
},
"dialog": {
"all": true
}
},
"bundle": {
Expand Down
4 changes: 4 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVTR2d1blVzaFhhL1F6YVBNQkhjcytFdHBrcU95TkpDSzhSdWsrS3ZoKzlNYUpGQytFcUhGaWl5aHZwL0VTb3FDWlk1dUV2YTdqRFMyUlllaVcrNVF0S044b3Zlc1VPWnc0PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzM0NjU5NzcyCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpKdmFxU2pLZXMzTkMyQXZHbTNHbGk1VGlXK3g5dVNZd0V0eUV1RkQyVHpRN1gzQUZjREhiSGVsMXcwK3ZpT2dhMjVNUktLMDJtZ3p5OWlQaFp1NFJEQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.3.0/Browsernaut.app.tar.gz"
},
"darwin-aarch64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVTR2d1blVzaFhhL1F6YVBNQkhjcytFdHBrcU95TkpDSzhSdWsrS3ZoKzlNYUpGQytFcUhGaWl5aHZwL0VTb3FDWlk1dUV2YTdqRFMyUlllaVcrNVF0S044b3Zlc1VPWnc0PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzM0NjU5NzcyCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpKdmFxU2pLZXMzTkMyQXZHbTNHbGk1VGlXK3g5dVNZd0V0eUV1RkQyVHpRN1gzQUZjREhiSGVsMXcwK3ZpT2dhMjVNUktLMDJtZ3p5OWlQaFp1NFJEQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.3.0/Browsernaut.app.tar.gz"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ __metadata:
languageName: node
linkType: hard

"@tauri-apps/api@npm:1.6.0, @tauri-apps/api@npm:^1.5.3":
"@tauri-apps/api@npm:1.6.0, @tauri-apps/api@npm:^1.6.0":
version: 1.6.0
resolution: "@tauri-apps/api@npm:1.6.0"
checksum: 98015a9391587baac9970aaa52d47fe7dd9a552d4332e4e9702a83f2da0e4aa88493d5d97929dc1cfda436038a8bd61070651ec2b82da5ab761edcca277038e6
Expand Down Expand Up @@ -1609,7 +1609,7 @@ __metadata:
languageName: node
linkType: hard

"@tauri-apps/cli@npm:^1.5.9":
"@tauri-apps/cli@npm:^1.6.3":
version: 1.6.3
resolution: "@tauri-apps/cli@npm:1.6.3"
dependencies:
Expand Down Expand Up @@ -2344,8 +2344,8 @@ __metadata:
"@radix-ui/react-select": "npm:^2.1.4"
"@radix-ui/react-slot": "npm:^1.1.1"
"@radix-ui/react-tabs": "npm:^1.1.2"
"@tauri-apps/api": "npm:^1.5.3"
"@tauri-apps/cli": "npm:^1.5.9"
"@tauri-apps/api": "npm:^1.6.0"
"@tauri-apps/cli": "npm:^1.6.3"
"@types/node": "npm:^22.10.2"
"@types/react": "npm:19.0.2"
"@types/react-color": "npm:^3.0.13"
Expand Down
Loading