Lucas Nogueira
4e0d6706f7
Merge branch 'v2' into v3
2026-09-22 06:42:29 -03:00
Lucas Nogueira
d869c162a7
fix: geolocation and haptics plugin build fails with specta feature on
2026-09-22 06:40:58 -03:00
Lucas Fernandes Nogueira
ae3c808eb6
fix: global API script should reuse window.__TAURI__ types ( #3602 )
...
currently each script inlines what it needs from @tauri-apps/api, so type checks like `image instanceof Image` all fail
2026-09-22 06:04:28 -03:00
Lucas Nogueira
2fd27c2d43
chore: set MSRV to 1.95
2026-09-21 18:48:38 -03:00
Lucas Nogueira
d0cfa15b71
chore: release 3.0.0-alpha.1
2026-09-21 13:53:23 -03:00
Lucas Nogueira
15bf611d68
chore(deps): update tauri, api, CLI
2026-09-21 13:42:00 -03:00
Lucas Nogueira
6967afaef8
chore: tauri 3.0 alpha release
2026-09-13 15:55:49 -03:00
Lucas Nogueira
e87544c67d
Merge remote-tracking branch 'origin/v2' into v3
2026-09-12 13:28:21 -03:00
Lucas Nogueira
835adce473
chore: update tauri
2026-09-08 17:53:34 -03:00
github-actions[bot]
6aa2854f31
publish new versions ( #3509 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-31 19:17:31 +08:00
Tony
db9c5998fe
fix(android): missing consumer-rules.pro ( #3531 )
...
* fix(android): missing `consumer-rules.pro`
* setup android test
* copy right too new
* build api first
* we're still on gradle 8 right now...
* restore the right host on mac
2026-08-13 17:44:29 +08:00
Tony
f8053e659e
docs: cargo features ( #3527 )
...
* dialog
* fs
* geolocation
* haptic
* log
* single instance
* notification
* updater
* ##
* persisted scopes
* stronghold
* sql
* upload
* websocket
* http
(this one was too long that I generated through codex, didn't review yet)
* add change file
* no persisted-scope-js
* add `://`
* Merge branch 'v2' into document-cargo-features
* update system-proxy docs
* finish http docs
* notification doesn't need version bumps
* clean up docs
2026-08-05 15:48:11 +08:00
paul valladares
dc7f87bc7e
chore: exclude dev-only files from published crates ( #3518 )
...
* chore: exclude dev-only files from published crates
* format
2026-07-29 09:35:15 +02:00
Lucas Nogueira
1423992771
update tauri
2026-06-30 10:01:54 -03:00
Lucas Nogueira
8049700614
chore: update to tauri 3.0.0-alpha.9
...
autogenerated commands format changed, needed FS plugin small change
2026-06-18 17:29:56 -03:00
Lucas Nogueira
77efbab515
Merge remote-tracking branch 'origin/v2' into feat/cef
2026-05-07 08:45:55 -03: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
renovate[bot] and Tony
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
renovate[bot] and Tony
2c0883e64e
chore(deps): update dependency vite to v8 ( #3346 )
...
* chore(deps): update dependency vite to v8
* `pnpm update --recursive`
* Regenerate api-iife
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-03-20 20:05:30 +08:00
FabianLars
c6561ab6b4
revert to draft07 schema
2026-03-09 12:32:45 +01:00
Lucas Nogueira
352381c6c6
update to latest tauri feat/cef (schemars v1)
2026-02-18 12:45:33 -03:00
Lucas Fernandes Nogueira
89f3e17952
chore: bump tauri to 2.10 ( #3246 )
...
* chore: bump tauri to 2.10
* pnpm i
* audit fix
2026-02-02 21:48:08 -03:00
Lucas Nogueira
14fb36e347
chore: remove test logs
2025-11-19 17:00:14 -03:00
github-actions[bot]
e7a68fa637
publish new versions ( #3068 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-27 11:31:06 +01:00
FabianLars
93426f8512
fix: fix docsrs builds
2025-10-27 11:12:56 +01:00
github-actions[bot]
06124af8d6
publish new versions ( #2972 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-26 22:02:33 +01:00
Fabian-Lars
6c9b61fb65
chore: Update compileSdk to 36 ( #3039 )
2025-10-20 16:58:29 +02:00
Fabian-Lars
e933acb004
fix(geolocation): use timeout for min,max,interval on android ( #3010 )
2025-09-25 15:41:03 +02:00
frieddeeu
3e92ce260b
fix(geolocation): remove logging of priority ( #3002 )
2025-09-25 11:38:49 +02:00
Lucas Fernandes Nogueira and Tony
50cebdb6d5
chore(deps): update to tauri 2.8.0 ( #2925 )
...
* chore(deps): update to tauri 2.8.0
* fmt
* uipdate build
* tauri 2.8.1 and bump toml in plugin-fs
* tauri 2.8.1
* 2.8.2
* clippy [skip ci]
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-08-19 10:09:44 -03:00
Fabian-Lars
cc98e6a892
docs: Remove mirror install instructions ( #2893 )
2025-08-04 12:30:18 +02:00
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] and Tony
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] and FabianLars
3eebea2a17
publish new versions ( #2712 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-06-16 23:50:39 +02:00
renovate[bot] and FabianLars
8b63de9dfe
chore(deps): update dependency rollup to v4.42.0 (v2) ( #2750 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-06-10 15:22:34 +02:00
Fabian-Lars
b9dc03d5ce
docs(geolocation): fix android feature name
2025-05-22 13:56:46 +02:00
renovate[bot] and Tony
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] and Tony
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 and Amr Bashir
8ecb418a1a
feat(auto-start): introduce a builder ( #2569 )
...
* feat(auto-start): introduce a builder
* Update examples
* Fix missing end --- in change file
* Fix missing self.
* Update .changes/autostart-builder.md
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2025-03-25 22:57:40 +08:00
github-actions[bot] and FabianLars
b40a02c525
publish new versions ( #2477 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-03-10 14:17:57 +01:00
Fabian-Lars
a1b3fa27f1
fix: Re-export api structs ( #2515 )
...
* fix: Re-export api structs
* whoops
2025-03-10 13:57:17 +01:00
Tony
c5da9d2579
chore: update prettier to 3.5.1 and enable experimentalOperatorPosition ( #2427 )
2025-02-16 10:36:53 +08:00
Tony
7d3869ced8
Regenerate api-iife ( #2428 )
2025-02-15 15:10:23 +02:00
github-actions[bot] and FabianLars
28f5c33d65
Publish New Versions (v2) ( #2324 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-19 19:28:26 +01:00
Fabian-Lars
406e6f484c
fix(geo/haptics): Fix serde import error with specta feature disabled ( #2323 )
2025-01-15 13:28:40 +01:00
github-actions[bot] and FabianLars
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
github-actions[bot] and FabianLars
e2203b760f
Publish New Versions (v2) ( #2285 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-10 21:01:30 +01:00
Fabian-Lars
fb67ab2b92
fix(geo/haptics): Add specta_util ( #2281 )
2025-01-08 17:01:52 +01:00
renovate[bot] and FabianLars
05cca602d9
chore(deps): update rust crate tokio-tungstenite to 0.26 (v2) ( #2210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-06 13:38:40 +01:00