github-actions[bot]
|
ad17266273
|
Publish New Versions (v2) (#2348)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
clipboard-manager-v2.2.1
clipboard-manager-js-v2.2.1
websocket-v2.3.0
http-v2.3.0
log-js-v2.2.1
updater-v2.4.0
updater-js-v2.4.0
websocket-js-v2.3.0
http-js-v2.3.0
log-v2.2.1
|
2025-01-27 19:34:40 +01:00 |
|
Twilight
|
78acfa456f
|
feat(websocket): add ability to remove listener (#2027)
|
2025-01-27 15:18:24 +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 |
|
renovate[bot]
|
384b598fcf
|
chore(deps): update dependency eslint to v9.19.0 (v2) (#2356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-24 22:25:43 +01:00 |
|
renovate[bot]
|
b2fe305a84
|
chore(deps): update dependency @eslint/js to v9.19.0 (v2) (#2352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-24 19:59:26 +01:00 |
|
Joban
|
68d8f3be38
|
docs(process): fix typo in Default Permission section (#2351)
|
2025-01-24 19:57:07 +01:00 |
|
renovate[bot]
|
9ac2aa88e6
|
chore(deps): update dependency rollup to v4.32.0 (v2) (#2349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-24 16:49:22 +01:00 |
|
Fabian-Lars
|
18700f1e82
|
docs(log): Update mobile support matrix
fixes https://github.com/tauri-apps/tauri-docs/issues/2840
|
2025-01-24 16:47:10 +01:00 |
|
Fabian-Lars
|
0afc9b6be0
|
feat(updater): Collect unknown response fields (#2325)
|
2025-01-23 02:54:02 +02:00 |
|
renovate[bot]
|
bda803fbdd
|
chore(deps): update dependency vite to v6.0.9 [security] (#2346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-22 09:59:59 +08:00 |
|
DiamondDrake
|
105136494c
|
feat(http): add dangerous settings / disable ssl verification - issue #518 (#2204)
|
2025-01-22 02:23:37 +02:00 |
|
Fabian-Lars
|
ce11079f19
|
fix(clipboard-manager): Drop on exit (#2280)
* fix(clipboard-manager): Drop on exit
ref https://docs.rs/arboard/latest/arboard/struct.Clipboard.html
ref https://github.com/tauri-apps/plugins-workspace/issues/2267
* more specific
|
2025-01-22 02:15:01 +02:00 |
|
Mads Marquart
|
784a54a390
|
[log] Use objc2 (#2344)
|
2025-01-21 22:57:35 +02:00 |
|
Mads Marquart
|
bdb7febf9c
|
[opener] Prepare for objc2 frameworks v0.3 (#2343)
These will have a bunch of default features enabled, so let's
preemptively disable them.
|
2025-01-21 22:26:26 +02:00 |
|
renovate[bot]
|
e76272b619
|
chore(deps): update dependency typescript-eslint to v8.21.0 (v2) (#2337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-20 22:28:43 +01:00 |
|
Anthony Oleinik
|
cf0dff049b
|
[log] add mention of cability to log plugin README.md (#2339)
|
2025-01-20 21:56:13 +01:00 |
|
github-actions[bot]
|
28f5c33d65
|
Publish New Versions (v2) (#2324)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
geolocation-js-v2.2.3
haptics-v2.2.3
geolocation-v2.2.3
opener-js-v2.2.5
window-state-v2.2.1
window-state-js-v2.2.1
opener-v2.2.5
haptics-js-v2.2.3
|
2025-01-19 19:28:26 +01:00 |
|
Didrik Nordström
|
5b82118158
|
fix(opener): invoke the mobile plugin in the commands too (#2234) (#2332)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
|
2025-01-19 18:47:14 +01:00 |
|
renovate[bot]
|
125ec1dbcf
|
chore(deps): update dependency rollup to v4.31.0 (v2) (#2333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-19 15:51:03 +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 |
|
thewh1teagle
|
0ec895c378
|
feat(window-state): add filter callback for excluding windows from tracking (#2330)
* feat(window-state): Add glob pattern support to denylist for flexible window management
* changefile
fix(window-state): Remove unnecessary reference in denylist pattern processing
chore(changes): Update window-state and window-state-js versioning for glob pattern support
docs(window-state): Update glob pattern denylist documentation for clarity
* refactor(window-state): Simplify denylist handling and error management in with_denylist method
* feat: add with_denylist_glob
* feat(window-state): Add filter callback for excluding windows from tracking
* refactor(window-state): Remove unused Glob error variant from Error enum
* refactor(window-state): Change filter_callback from Arc<Mutex<FilterCallbackFn>> to Box<FilterCallbackFn>
* refactor(window-state): Remove glob dependency from Cargo.toml and Cargo.lock
* feat(window-state): Introduce filter callback for dynamic window exclusion
* Update .changes/window-state-filter-callback.md
|
2025-01-18 09:31:20 +08:00 |
|
Fabian-Lars
|
406e6f484c
|
fix(geo/haptics): Fix serde import error with specta feature disabled (#2323)
|
2025-01-15 13:28:40 +01:00 |
|
Fabian-Lars
|
b63d724e85
|
chore(opener): Fix Cargo.toml property name for tauri-docs generator
|
2025-01-14 11:57:14 +01:00 |
|
renovate[bot]
|
c73b773724
|
chore(deps): update dependency typescript-eslint to v8.20.0 (#2320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-14 12:46:26 +08:00 |
|
renovate[bot]
|
d467313d0c
|
chore(deps): update dependency eslint-config-prettier to v10 (v2) (#2318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-13 17:01:20 +01:00 |
|
github-actions[bot]
|
efc7bb19a8
|
Publish New Versions (v2) (#2317)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
opener-v2.2.4
notification-v2.2.1
geolocation-js-v2.2.2
opener-js-v2.2.4
single-instance-v2.2.1
geolocation-v2.2.2
haptics-v2.2.2
notification-js-v2.2.1
haptics-js-v2.2.2
|
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]
|
da5c59e2fe
|
chore(deps): update rust crate zbus to v5 (v2) (#2271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2025-01-13 13:58:09 +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 |
|
renovate[bot]
|
0ad53785ab
|
chore(deps): update rust crate notify to v8 (v2) (#2300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2025-01-10 23:02:20 +01:00 |
|
github-actions[bot]
|
e2203b760f
|
Publish New Versions (v2) (#2285)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
geolocation-v2.2.1
haptics-v2.2.1
geolocation-js-v2.2.1
haptics-js-v2.2.1
|
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 |
|
Trevor Fitzgerald
|
ba6d0f1a63
|
docs(fs): fix link to path API (#2292)
|
2025-01-09 11:17:24 +01:00 |
|
renovate[bot]
|
a431d63b96
|
chore(deps): update dependency typescript to v5.7.3 (v2) (#2290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-08 21:29:42 +01:00 |
|
renovate[bot]
|
5ab167f419
|
chore(deps): update rust crate windows-registry to 0.4 (v2) (#2286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2025-01-08 19:19:00 +01:00 |
|
Fabian-Lars
|
fb67ab2b92
|
fix(geo/haptics): Add specta_util (#2281)
|
2025-01-08 17:01:52 +01:00 |
|
renovate[bot]
|
ec548035ff
|
chore(deps): update dependency rollup to v4.30.1 (v2) (#2282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-08 14:54:45 +01:00 |
|
github-actions[bot]
|
6112867735
|
Publish New Versions (v2) (#2269)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
websocket-js-v2.2.1
websocket-v2.2.1
|
2025-01-06 23:44:31 +01:00 |
|
renovate[bot]
|
c21eda24a9
|
chore(deps): update dependency typescript-eslint to v8.19.1 (v2) (#2270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-06 23:23:27 +01:00 |
|
renovate[bot]
|
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 |
|
github-actions[bot]
|
3a826fb6bf
|
Publish New Versions (v2) (#2237)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
opener-js-v2.2.3
updater-js-v2.3.1
updater-v2.3.1
opener-v2.2.3
|
2025-01-06 11:09:06 +01:00 |
|
renovate[bot]
|
86bae64a52
|
chore(deps): update dependency rollup to v4.30.0 (v2) (#2263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-06 11:05:22 +01:00 |
|
renovate[bot]
|
8d4c925a62
|
chore(deps): update dependency rollup to v4.29.2 (v2) (#2260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-05 21:12:22 +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 |
|
Didrik Nordström
|
a9ac1e3c93
|
fix(opener): return error if path not exists (#2253)
|
2025-01-04 01:27:01 +02: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 |
|
Fabian-Lars
|
1fe70dc61c
|
ci(renovate): Overwrite semantic type
|
2025-01-01 23:42:33 +01:00 |
|