Commit Graph

1100 Commits (1e9c1cc89aaee85871cae6de3048b1636b688032)

Author SHA1 Message Date
Lucas Fernandes Nogueira 686a839c96
fix(log): iOS simulator freezes when calling os_log too early (#2626)
3 months ago
Krzysztof Andrelczyk b80a295e12
move __TAURI_BUNDLE_TYPE to tauri::utils
3 months ago
Lucas Fernandes Nogueira c9b21f6f43
fix(log): export the LogLevel type (#2625)
3 months ago
Krzysztof Andrelczyk 5d12c97ea6
remove print
3 months ago
Krzysztof Andrelczyk 68564e0eb3 Merge branch 'v2' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
3 months ago
Krzysztof Andrelczyk 3a433976f3
fix bundler
3 months ago
dependabot[bot] c698e72594
chore(deps): bump crossbeam-channel (#2616)
3 months ago
renovate[bot] 4ec8716155
chore(deps): update dependency eslint-config-prettier to v10.1.2 (v2) (#2611)
3 months ago
Tony 2445e103f2
refactor(log): use time macro (#2604)
3 months ago
Tony 4cd625049d
docs: fix log targets docs (#2602)
3 months ago
Krzysztof Andrelczyk 0630002c65 Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
3 months ago
Krzysztof Andrelczyk b1a87811d8
format
3 months ago
Jim 60fc35d35c
Support emitting traces behind feature flag (#2576)
3 months ago
TATSUNO “Taz” Yasuhiro 9629c2f4f9
[v2][log]: Add generic fern::Dispatch TargetKind to log (#2600)
3 months ago
Krzysztof Andrelczyk 8cb79a350f patch windows binary
3 months ago
East Monster 🍉 d1609913be
docs: acces -> access typo (#2599)
3 months ago
dependabot[bot] 996975ce52
chore(deps): bump openssl (#2595)
3 months ago
github-actions[bot] 8b39aefb1b
publish new versions (#2545)
4 months ago
Tillmann 9cf0390a52
Merge commit from fork
4 months ago
renovate[bot] 4dd5c51436
chore(deps): update tauri monorepo to v2.4.1 (v2) (#2589)
4 months ago
Krzysztof Andrelczyk 896678a508 Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
4 months ago
Tony d2aef2fddb
chore(process): use `request_restart` (#2581)
4 months ago
Tony a35fea5015
fix(window-state): window size jump on multi monitor setup (#2583)
4 months ago
Tony a77b1353e9
refactor(window-state): simply some code (#2578)
4 months ago
Tony 2d731f8022
fix(updater): format `Update.date` to RFC 3339 (#2573)
4 months ago
Tony 0bc5d58874
fix(updater): download reuses check's timeout (#2572)
4 months ago
Tony 8ecb418a1a
feat(auto-start): introduce a builder (#2569)
4 months ago
Teddy Byron 37c0477afe
feat(http): add zstd support (#2561)
4 months ago
Tim Ramage 831c35ff39
fix(fs): convert async iterator syntax to manual read (#2550)
4 months ago
renovate[bot] a9cbefc910
chore(deps): update tauri monorepo to v2.4.0 (v2) (#2555)
4 months ago
Krzysztof Andrelczyk c9d0a6c397 windows tests
4 months ago
Krzysztof Andrelczyk c2877ec3e3
get bundle type out of patched variable
4 months ago
Tony 38deef43dc
fix(deep-link): local machine registry handling (#2483)
4 months ago
Amr Bashir 9ebbfb2e3c
feat(http): persist cookies on disk (#1978)
4 months ago
github-actions[bot] 4bbcdbd556
publish new versions (#2542)
4 months ago
Lucas Fernandes Nogueira 12c4537b8e
feat(updater): add support to riscv64 architecture (#2541)
4 months ago
Amr Bashir a15eedf378
fix(http): avoid closing stream multiple times (#2535)
4 months ago
github-actions[bot] 5347de8db9
publish new versions (#2534)
4 months ago
Adriel Jansen Siahaya d3183aa99d
fix(http): return response early in JS before waiting for chunks on the rust side (#2522)
4 months ago
github-actions[bot] 1e9e496b06
publish new versions (#2526)
4 months ago
Knobibrot 1bb1ced538
feat(log): enable TargetKind::LogDir on mobile (#2524)
4 months ago
renovate[bot] 8882dea3b9
chore(deps): update rust crate android_logger to 0.15 (#2502)
4 months ago
github-actions[bot] b40a02c525
publish new versions (#2477)
4 months ago
Fabian-Lars a1b3fa27f1
fix: Re-export api structs (#2515)
4 months ago
Tony e54cfcb261
fix(updater): should be `log::debug` not `println` (#2514)
4 months ago
Guilherme Oenning faefcc9fd8
feat(updater): add `configure_client` to `UpdaterBuilder` (#2430)
4 months ago
Lucas Fernandes Nogueira ac60d589ec
feat(updater): improve tracing and error logging (#2513)
4 months ago
Adriel Jansen Siahaya cb38f54f4a
HTTP add stream support (#2479)
4 months ago
Krzysztof Andrelczyk ef952980e1 Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
4 months ago
Krzysztof Andrelczyk d50947cde1 windows tests
4 months ago
Krzysztof Andrelczyk ede0c68622 fix windows build
4 months ago
Clément Fouré d37bbdef8d
fix(clipboard-manager): Wayland support (#2507)
4 months ago
Khoshbin Ali Ahmed 3a750c7300
docs(clipboard): Fixed typo from rbga to rgba (#2499)
4 months ago
Krzysztof Andrelczyk 199a52b344 small error fix
4 months ago
Krzysztof Andrelczyk dc75b76c0a RPM installation
5 months ago
Krzysztof Andrelczyk ae7a2e3198 linux ready
5 months ago
Krzysztof Andrelczyk e2e27acd9b Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
5 months ago
Krzysztof Andrelczyk 6ae53cfeae linux test
5 months ago
Jim 024815018f
feat(log): Add `skip_logger` setting (#2377)
5 months ago
renovate[bot] 45c7848714
chore(deps): update dependency @tauri-apps/cli to v2.3.1 (#2470)
5 months ago
github-actions[bot] 393e956728
publish new versions (#2468)
5 months ago
Fabian-Lars 1a9846599b
chore(deps): Update objc2 to 0.6 (#2469)
5 months ago
renovate[bot] 71f95c9f05
chore(deps): update rust crate windows to 0.60 (v2) (#2445)
5 months ago
Tony 39c022eea2
chore(deps): update js dependencies (#2467)
5 months ago
renovate[bot] abca2ebc0d
chore(deps): update tauri monorepo to v2.3.0 (v2) (#2465)
5 months ago
github-actions[bot] fbd4d28920
publish new versions (#2404)
5 months ago
Amr Bashir 0af367f7d4
refactor(single-instance): improve userdata ptr handling (#2453)
5 months ago
Fabian-Lars 1ab5f15763
fix(single-instance): check if pointer is null (#2452)
5 months ago
renovate[bot] c10d5bfb54
chore(deps): update rust crate infer to 0.19 (v2) (#2385)
5 months ago
renovate[bot] 5b3a1aaf73
chore(deps): update rust crate color-backtrace to 0.7 (#2409)
5 months ago
renovate[bot] 3276d65801
chore(deps): update rust crate windows-registry to 0.5 (#2446)
5 months ago
kandrelczyk 597ae9f903
Merge branch 'tauri-apps:v2' into feature/fallback_targets
5 months ago
Krzysztof Andrelczyk 8aa131a11d fallback targets
5 months ago
Fabian-Lars 6f881293fc
fix(updater): Propagate request error (#2439)
5 months ago
Tony c5da9d2579
chore: update prettier to 3.5.1 and enable `experimentalOperatorPosition` (#2427)
5 months ago
Tony 7d3869ced8
Regenerate api-iife (#2428)
5 months ago
Seishiin 6b4c391738
fix(log): timezone_strategy overwriting LogLevels (#2401)
5 months ago
Dominic Moser 5411db68a8
docs(haptics): Include permissions in readme (#2395)
5 months ago
github-actions[bot] 80804adc68
publish new versions (#2380)
5 months ago
dependabot[bot] 3ebec74983
chore(deps): bump openssl from 0.10.66 to 0.10.70 in /plugins/updater/tests/updater-migration/v1-app (#2392)
5 months ago
jLynx 5369898db7
fix(macOS): Tauri V2 Update Permission Denied Error (#2067)
6 months ago
renovate[bot] a7497b0aeb
chore(deps): update rust crate gethostname to v1 (v2) (#2382)
6 months ago
Fabian-Lars ca7395a5ce
fix(upload): Enable reqwest's rustls-tls feature by default (#2378)
6 months ago
renovate[bot] d5fb5337a0
chore(deps): update rust crate dirs to v6 (v2) (#2311)
6 months ago
github-actions[bot] ad17266273
Publish New Versions (v2) (#2348)
6 months ago
Twilight 78acfa456f
feat(websocket): add ability to remove listener (#2027)
6 months ago
renovate[bot] 0b3b3a22d2
chore(deps): update dependency @tauri-apps/cli to v2.2.7 (v2) (#2359)
6 months ago
Joban 68d8f3be38
docs(process): fix typo in Default Permission section (#2351)
6 months ago
Fabian-Lars 18700f1e82
docs(log): Update mobile support matrix
6 months ago
Fabian-Lars 0afc9b6be0
feat(updater): Collect unknown response fields (#2325)
6 months ago
DiamondDrake 105136494c
feat(http): add dangerous settings / disable ssl verification - issue #518 (#2204)
6 months ago
Fabian-Lars ce11079f19
fix(clipboard-manager): Drop on exit (#2280)
6 months ago
Mads Marquart 784a54a390
[log] Use objc2 (#2344)
6 months ago
Mads Marquart bdb7febf9c
[opener] Prepare for objc2 frameworks v0.3 (#2343)
6 months ago
Anthony Oleinik cf0dff049b
[log] add mention of cability to log plugin README.md (#2339)
6 months ago
github-actions[bot] 28f5c33d65
Publish New Versions (v2) (#2324)
6 months ago
Didrik Nordström 5b82118158
fix(opener): invoke the mobile plugin in the commands too (#2234) (#2332)
6 months ago
renovate[bot] c545fcf896
chore(deps): update dependency @tauri-apps/cli to v2.2.5 (#2331)
6 months ago
thewh1teagle 0ec895c378
feat(window-state): add filter callback for excluding windows from tracking (#2330)
6 months ago
Fabian-Lars 406e6f484c
fix(geo/haptics): Fix serde import error with specta feature disabled (#2323)
6 months ago