github-actions[bot]
adc23d6c4f
publish new versions ( #2808 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-25 16:32:02 +02:00
renovate[bot]
f209b2f23c
chore(deps): update tauri monorepo to v2.6.0 (v2) ( #2804 )
...
* chore(deps): update tauri monorepo to v2.6.0
* Regenerate api-iife.js
* Bump rust tauri
* Tweak all examples to match the new features
* Bump workspace min tauri version
* Bump `@tauri-apps/api` to ^2.6
* Add change file
* Update lock file
* missing `"`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-06-25 17:52:38 +08:00
github-actions[bot]
5779099688
publish new versions ( #2780 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-06-24 17:07:42 -03:00
Lucas Fernandes Nogueira
2aec8ff4c4
feat(opener): add inAppBrowser option for iOS and Android ( #2803 )
2025-06-24 16:43:01 -03:00
Lucas Nogueira
8cdaacdc6e
chore(examples): update API example mobile projects
2025-06-24 12:06:22 -03:00
github-actions[bot]
eea363625a
publish new versions ( #2776 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-06-17 08:12:54 +02:00
github-actions[bot]
3eebea2a17
publish new versions ( #2712 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-06-16 23:50:39 +02:00
github-actions[bot]
85635a2807
publish new versions ( #2643 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-05-20 10:27:36 +02:00
Tony
dac4d53724
refactor(fs): reduce overhead of watch ( #2613 )
2025-04-19 13:35:14 +02:00
github-actions[bot]
4bb51b3cc8
publish new versions ( #2603 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-18 09:04:15 -03:00
renovate[bot]
c97e9c511d
chore(deps): update tauri monorepo to v2.5.0 (v2) ( #2634 )
...
* chore(deps): update tauri monorepo to v2.5.0
* Update rust dependency and re-build iifes
* Downgrade for msrv
don't know why MSRV-aware resolver didn't work
* Downgrade cargo_metadata
* Downgrade home
* Downgrade native-tls
* trigger ci?
* Downgrade colored and base64ct
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-04-16 10:27:20 +08:00
renovate[bot]
4ec8716155
chore(deps): update dependency eslint-config-prettier to v10.1.2 (v2) ( #2611 )
...
* chore(deps): update dependency eslint-config-prettier to v10.1.2
* Bump vite
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-04-10 19:22:11 +08:00
github-actions[bot]
8b39aefb1b
publish new versions ( #2545 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-02 00:31:52 -03:00
Tillmann
9cf0390a52
Merge commit from fork
...
* fix(shell): properly validate open scope
* change empty regex to an impossible match
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Chip Reed <chip@chip.sh >
2025-04-02 00:24:25 -03:00
renovate[bot]
4dd5c51436
chore(deps): update tauri monorepo to v2.4.1 (v2) ( #2589 )
...
* chore(deps): update tauri monorepo to v2.4.1
* Update tauri and regenerate command ref and schema
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-04-02 09:37:19 +08:00
Tony
2d731f8022
fix(updater): format Update.date to RFC 3339 ( #2573 )
...
* fix(updater): format `Update.date` to RFC 3339
* Messed up on argument in #2572
* Format
* Update example
* Avoid extra to_string
* Deprecate `Update.available`
2025-03-29 08:36:50 +08:00
renovate[bot]
a9cbefc910
chore(deps): update tauri monorepo to v2.4.0 (v2) ( #2555 )
...
* chore(deps): update tauri monorepo to v2.4.0
* Bump tauri rust crates in lock file
* Re-generate window-state api-iife.js
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-03-21 11:16:29 +08:00
Amr Bashir
9ebbfb2e3c
feat(http): persist cookies on disk ( #1978 )
...
* enhance(http): persist cookies on disk
closes tauri-apps/tauri#11518
* clippy
* inline reqwest_cookie_store to fix clippy
* clippy
* Update .changes/persist-cookies.md
* Update plugins/http/src/reqwest_cookie_store.rs
* update example
* fallback to empty store if failed to load
* fix example
* persist cookies immediately
* clone
* lint
* .cookies filename
* prevent race condition
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-03-17 07:26:42 -03:00
github-actions[bot]
4bbcdbd556
publish new versions ( #2542 )
2025-03-16 21:51:48 -03:00
github-actions[bot]
5347de8db9
publish new versions ( #2534 )
...
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2025-03-15 02:08:18 +02:00
github-actions[bot]
1e9e496b06
publish new versions ( #2526 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-03-12 22:29:34 +01:00
github-actions[bot]
b40a02c525
publish new versions ( #2477 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-03-10 14:17:57 +01:00
renovate[bot]
45c7848714
chore(deps): update dependency @tauri-apps/cli to v2.3.1 ( #2470 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-01 11:56:59 +01:00
github-actions[bot]
393e956728
publish new versions ( #2468 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-02-27 23:57:29 +01:00
Tony
39c022eea2
chore(deps): update js dependencies ( #2467 )
...
* chore(deps): update js dependencies
* Bump pnpm version in github actions
2025-02-27 05:24:53 +02:00
renovate[bot]
abca2ebc0d
chore(deps): update tauri monorepo to v2.3.0 (v2) ( #2465 )
...
* chore(deps): update tauri monorepo to v2.3.0
* Regenerate window-state api-iife
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-02-27 09:19:05 +08:00
github-actions[bot]
fbd4d28920
publish new versions ( #2404 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2025-02-24 16:31:28 +01:00
renovate[bot]
4d38066ef9
chore(deps): update unocss monorepo to v66 ( #2436 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 17:37:09 +01:00
github-actions[bot]
80804adc68
publish new versions ( #2380 )
...
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com >
2025-02-04 07:27:53 -03:00
github-actions[bot]
ad17266273
Publish New Versions (v2) ( #2348 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-27 19:34:40 +01:00
renovate[bot]
0b3b3a22d2
chore(deps): update dependency @tauri-apps/cli to v2.2.7 (v2) ( #2359 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-25 22:14:17 +01:00
github-actions[bot]
28f5c33d65
Publish New Versions (v2) ( #2324 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-19 19:28:26 +01:00
renovate[bot]
c545fcf896
chore(deps): update dependency @tauri-apps/cli to v2.2.5 ( #2331 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-18 20:38:04 +08:00
github-actions[bot]
efc7bb19a8
Publish New Versions (v2) ( #2317 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-13 15:59:32 +01:00
Fabian-Lars
c9c13a0fe7
fix(geo/haptics)!: specta version and feature flag ( #2316 )
2025-01-13 15:36:54 +01:00
renovate[bot]
f555d2981d
chore(deps): update dependency @tauri-apps/cli to v2.2.4 (v2) ( #2308 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 20:25:38 +01:00
renovate[bot]
4c7cb96bbd
chore(deps): update eslint monorepo to v9.18.0 (v2) ( #2304 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
2025-01-11 11:54:46 +01:00
github-actions[bot]
e2203b760f
Publish New Versions (v2) ( #2285 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-10 21:01:30 +01:00
renovate[bot]
b0d9b3b4eb
chore(deps): update dependency @tauri-apps/cli to v2.2.3 (v2) ( #2298 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 17:18:23 +01:00
renovate[bot]
8a5813940c
chore(deps): update unocss monorepo to v65 (v2) (major) ( #2297 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 14:51:23 +01:00
github-actions[bot]
3a826fb6bf
Publish New Versions (v2) ( #2237 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-06 11:09:06 +01:00
renovate[bot]
6149e70916
chore(deps): update dependency @tauri-apps/cli to v2.2.2 ( #2259 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 12:10:03 +08:00
renovate[bot]
3461a7ae2c
chore(deps): update dependency @tauri-apps/cli to v2.2.1 (v2) ( #2257 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-03 16:55:11 +01:00
renovate[bot]
7a83d4f7e1
chore(deps): update tauri monorepo to v2.2.0 (v2) ( #2252 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-02 23:37:34 +01:00
renovate[bot]
da64d9b665
fix(deps): update rust crate tauri-plugin-window-state to 2.2.0 ( #2217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 20:30:03 +08:00
github-actions[bot]
51919fb26c
publish new versions ( #2209 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-12-15 08:44:54 +01:00
github-actions[bot]
c9acff99c6
publish new versions ( #2188 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-12-10 14:24:04 -03:00
FabianLars
3ff5ccd8fb
chore(deps): Update examples
2024-12-10 11:13:15 +01:00
github-actions[bot]
6fcb2f5f40
Publish New Versions (v2) ( #2174 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2024-12-09 16:45:31 +01:00
github-actions[bot]
0469f025b2
publish new versions ( #2172 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-12-09 13:58:44 +01:00