github-actions[bot]
a62971c3c1
publish new versions
2026-06-29 09:01:45 +00:00
Bajoca
d157387722
fix(single-instance): Yield unix listener in macos ( #3466 )
...
* Use tokio UnixListener so the task can yield and release the thread
* use standard unix listener, convert to non blocking and cast into tokio yielding one
* Create fix-yield-single-instance-macos.md
* Update .changes/fix-yield-single-instance-macos.md
Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com >
* use net feature in Tokio dependency
* Use tokio UnixListener::bind, inside the tokio task
---------
Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com >
2026-06-29 11:00:59 +02:00
Tony
41f6274270
docs(log): some builder methods and defaults ( #3460 )
...
* docs(log): some builder methods and defaults
* Too much copy pastes
* Merge branch 'v2' into log-docs
2026-06-17 18:38:28 +08:00
Bajoca
f08980f123
feat(log): rotate log file on each session ( #3445 )
...
* Update lib.rs
* docstring for file_open_strategy
* Create log-file-open-strategy.md
* Update plugins/log/src/lib.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-06-17 16:25:24 +08:00
renovate[bot]
78df86f810
chore(deps): update dependency vite to v8.0.16 [security] ( #3458 )
...
* chore(deps): update dependency vite to v8.0.16 [security]
* Bump esbuild
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-06-16 11:18:07 +08:00
nandanpugalia
aecec42d5d
docs(http): fix connectTimeout option in README ( #3451 )
2026-06-15 10:08:31 +02:00
renovate[bot]
0767dcbd5c
chore(deps): update dependency eslint-plugin-security to v4.0.1 ( #3452 )
2026-06-15 09:59:15 +02:00
Slava Minamoto
4be7690085
fix(positioner): return error instead of panicking when window has no monitor ( #3449 )
2026-06-11 21:05:20 +08:00
dependabot[bot]
c2b3981248
chore(deps): bump tar in /plugins/updater/tests/updater-migration/v1-app ( #3448 )
...
Bumps [tar](https://github.com/composefs/tar-rs ) from 0.4.45 to 0.4.46.
- [Release notes](https://github.com/composefs/tar-rs/releases )
- [Commits](https://github.com/composefs/tar-rs/compare/0.4.45...0.4.46 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 0.4.46
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 14:44:45 +08:00
beef
0c23b8ecfe
remove unused dependency byte-unit from log plugin ( #3446 )
...
* remove unused dependency `byte-unit` from log plugin
* Update .changes/rmdep.md
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
* Update .changes/rmdep.md
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-06-11 14:24:37 +08:00
renovate[bot]
4350ca652d
chore(deps): update rust crate tar to v0.4.46 [security] ( #3435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-30 22:03:15 +08:00
renovate[bot]
1953f00188
chore(deps): update dependency prettier to v3.8.3 ( #3387 )
2026-05-28 16:14:25 +02:00
github-actions[bot]
9883f396dc
Publish New Versions (v2) ( #3425 )
global-shortcut-v2.3.2
positioner-v2.3.2
positioner-js-v2.3.2
barcode-scanner-js-v2.4.5
global-shortcut-js-v2.3.2
barcode-scanner-v2.4.5
2026-05-28 12:06:17 +02:00
zankowitch alexis
d8645ab3e5
fix(barcode-scanner): dispatch iOS cancel() cleanup to the main thread ( #3393 )
...
Signed-off-by: Alexis Zankowitch <a.zankowitch@reply.de >
2026-05-28 11:46:25 +02:00
renovate[bot]
cb863d57c6
chore(deps): update rust crate global-hotkey to 0.8 ( #3408 )
...
Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com >
2026-05-27 11:50:02 +02:00
FabianLars
d67e4f8cdc
chore(deps): update rand
2026-05-27 10:30:18 +02:00
Jsu
e571e0be9d
docs(fs): typo wether -> whether in commands.rs ( #3429 )
2026-05-23 21:28:55 +02:00
renovate[bot]
83ac944abf
chore(deps): update dependency @tauri-apps/cli to v2.11.2 ( #3427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-20 10:07:23 +08:00
dependabot[bot]
0139c54d0e
chore(deps): bump openssl ( #3428 )
...
Bumps [openssl](https://github.com/rust-openssl/rust-openssl ) from 0.10.79 to 0.10.80.
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases )
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.79...openssl-v0.10.80 )
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.80
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-20 10:06:59 +08:00
renovate[bot]
cad34b73fa
chore(deps): update dependency eslint to v10.4.0 ( #3400 )
...
* chore(deps): update dependency eslint to v10.4.0
* Fix audit
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-05-20 09:58:26 +08:00
Urs de Swardt
c0d64bf7d9
fix: replace panics with error returns ( #3420 )
...
* refactor: replace panics with error returns
* fix: lints
* chore: add changes md
2026-05-18 21:56:33 +08:00
周诚
e919bab3eb
fix(upload): wrong progress callback parameter names in README ( #3406 )
...
* Update progress callback parameter names in README
Signed-off-by: zhoucheng <zhoucheng133@outlook.com >
* formatting
Signed-off-by: zhoucheng <zhoucheng133@outlook.com >
* Fixed the misssing braces
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
Signed-off-by: zhoucheng <zhoucheng133@outlook.com >
* docs(readme): fix remaining destructuring syntax in examples
Signed-off-by: zhoucheng <zhoucheng133@outlook.com >
---------
Signed-off-by: zhoucheng <zhoucheng133@outlook.com >
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-05-15 18:14:17 +08:00
renovate[bot]
95c9291cee
chore(deps): update dependency svelte to v5.55.7 [security] ( #3422 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 10:03:55 +08:00
renovate[bot]
114e902537
chore(deps): update dependency rollup to v4.60.3 ( #3358 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 15:16:49 +02:00
renovate[bot]
6972acdca6
chore(deps): update dependency @tauri-apps/cli to v2.11.1 ( #3417 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 14:47:31 +02:00
renovate[bot]
8bbc7a0d1d
chore(deps): update rust crate tauri to v2.11.1 [security] ( #3413 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-06 21:23:19 +02:00
dependabot[bot]
2d013294ef
chore(deps): bump openssl from 0.10.78 to 0.10.79 in /plugins/updater/tests/updater-migration/v1-app ( #3412 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-06 21:20:11 +02:00
github-actions[bot]
5c7668b6bb
publish new versions ( #3397 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
persisted-scope-v2.3.7
opener-js-v2.5.4
store-js-v2.4.3
http-v2.5.9
dialog-js-v2.7.1
store-v2.4.3
fs-v2.5.1
opener-v2.5.4
fs-js-v2.5.1
deep-link-v2.4.9
single-instance-v2.4.2
dialog-v2.7.1
http-js-v2.5.9
deep-link-js-v2.4.9
2026-05-02 19:37:51 +08:00
renovate[bot]
ec0540138b
chore(deps): update rust crate toml to v1 ( #3323 )
...
* chore(deps): update rust crate toml to v1
* downgrade to 1.0.x in lockfile
* Add change file
* Downgrade indexmap
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-05-01 18:09:41 +08:00
Tony
b86e999beb
chore(deps): update tauri packages to 2.11 ( #3407 )
...
* chore(deps): update tauri packages to 2.11
* Downgrade derive_more
* Fix audit
* Update tauri-plugin
2026-05-01 16:39:43 +08:00
Fabian-Lars
c463d8ab14
chore(deps): update rustls-webpki in lockfile, ignore core2 in audit ( #3405 )
2026-04-23 17:48:22 +02:00
dependabot[bot]
1bb7beb307
chore(deps): bump openssl ( #3402 )
...
Bumps [openssl](https://github.com/rust-openssl/rust-openssl ) from 0.10.72 to 0.10.78.
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases )
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.78 )
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.78
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 11:52:55 +08:00
Fabian-Lars
3412fa2741
docs(readme): fix platform support matrix (opener supports mobile)
2026-04-22 11:40:46 +02:00
Fabian-Lars
af81fdac98
docs(readme): fix platform support matrix (mobile is supported)
2026-04-22 11:39:26 +02:00
Tony
c1fd33b3a2
fix(opener): allow open network share locations ( #3343 )
...
* fix(opener): allow open network share locations
* Clippy
* Move to a seperate file
* Add license header
* test(opener): add unit tests for shell_parent_path and absolute functions (#1 )
* Keep `absolute` non pub in `windows_shell_path`
* Add change file
---------
Co-authored-by: Mark Gandolfo <mark@gandolfo.com.au >
2026-04-18 19:02:09 +08:00
renovate[bot]
250857b7b7
chore(deps): update dependency typescript to v6 ( #3363 )
...
* chore(deps): update dependency typescript to v6
* Use 6.0.3
* Fix eslint
* Add `rootDir` since it's no longer inferred
> https://github.com/microsoft/TypeScript/issues/62508#issuecomment-3348659946
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-04-18 18:57:41 +08:00
Tony
964e13f124
fix(store): dead lock trying to set while exiting ( #3395 )
...
* fix(store): dead lock trying to set while exiting
* Add change file
2026-04-18 00:45:16 +08:00
Tony
e6cdc9f52e
fix(deep-link): inverted is app link filter ( #3396 )
...
Fix #3392 , regression from #3143
2026-04-17 22:15:07 +08:00
renovate[bot]
9228419e13
chore(deps): update dependency eslint to v10.2.0 ( #3381 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 12:49:27 +02:00
renovate[bot]
04d92139c8
chore(deps): update dependency typescript-eslint to v8.58.1 ( #3364 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 10:55:45 +02:00
renovate[bot]
5260fc90b0
chore(deps): update rust crate tokio-tungstenite to 0.29 ( #3354 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 10:09:04 +02:00
renovate[bot]
ea5c70060b
chore(deps): update rust crate rand to v0.9.3 [security] ( #3388 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14 12:12:42 +08:00
renovate[bot]
d016a8ab1e
chore(deps): update dependency vite to v8.0.5 [security] ( #3380 )
...
* chore(deps): update dependency vite to v8.0.5 [security]
* Fix audit
2026-04-07 12:03:37 +08:00
github-actions[bot]
d6a3898001
Publish New Versions (v2) ( #3268 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
deep-link-js-v2.4.8
updater-js-v2.10.1
nfc-js-v2.3.5
dialog-js-v2.7.0
persisted-scope-v2.3.6
dialog-v2.7.0
single-instance-v2.4.1
fs-v2.5.0
sql-js-v2.4.0
updater-v2.10.1
nfc-v2.3.5
http-v2.5.8
sql-v2.4.0
fs-js-v2.5.0
deep-link-v2.4.8
http-js-v2.5.8
2026-04-04 18:47:18 +02:00
Tony
2e5bcdf202
chore(deps): fix audits ( #3373 )
2026-03-31 18:28:05 +08:00
Fabian-Lars
4374b4fc1a
chore(notification): remove unused dev-deps ( #3372 )
2026-03-31 10:33:38 +02:00
Tony
f75d21db33
chore(deps): remove used of tauri-utils build feature ( #3360 )
2026-03-25 22:22:30 +08:00
renovate[bot]
4b95f5e079
chore(deps): update dependency eslint to v10.1.0 ( #3357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-23 22:00:32 +01:00
dependabot[bot]
99c3e37b54
chore(deps): bump tar in /plugins/updater/tests/updater-migration/v1-app ( #3352 )
...
Bumps [tar](https://github.com/alexcrichton/tar-rs ) from 0.4.41 to 0.4.45.
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.45 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 0.4.45
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 11:07:40 +08:00
renovate[bot]
eaac19a5b7
chore(deps): update rust crate tar to v0.4.45 [security] ( #3353 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-21 10:07:39 +08:00