Commit Graph

906 Commits (refactor/updater-tests)

Author SHA1 Message Date
FabianLars 4c120d4176
fix(notification/windows): Grant permission without invoking backend
11 months ago
Tony f83b9e9813
enhance(updater): use named tempfile on Windows (#1544)
11 months ago
github-actions[bot] 7d926ee5b9
publish new versions (#1517)
11 months ago
Lucas Fernandes Nogueira 22a17980ff
feat: update to tauri beta.24 (#1537)
11 months ago
Lance 9973f8ee83
Fixing readme docs for v2 (#1534)
11 months ago
Naman Garg 08243e94c7
feat(biometrics): Improve Rust API docs (#1532)
11 months ago
Amr Bashir ac9a25cc12
fix(http): use tokio oneshot channel for detecting abort (#1395)
11 months ago
Amr Bashir 381a466db3
refactor(global-shortcut): enhance `un/register` to accept an array, remove `un/registerAll` (#1117)
11 months ago
Amr Bashir a66549329c
fix(http): set headers on resposne manually (#1526)
11 months ago
renovate[bot] 77dfcb8566
fix(deps): update rust crate win7-notifications to 0.4.4 (#1525)
11 months ago
renovate[bot] 4003bdada2
fix(deps): update rust crate windows-registry to 0.2 (v2) (#1515)
11 months ago
Fynn Tang 40ef9a818f
Update package versions and modify OS plugin (#1514)
11 months ago
github-actions[bot] 8f6d341e45
publish new versions (#1479)
11 months ago
renovate[bot] 76daee7aaf
chore(deps): update tauri monorepo (v2) (#1512)
11 months ago
Fabian-Lars 955ed6aec6
fix(updater): Start app after update via msi (#1498)
11 months ago
Amr Bashir 28bc5c2e3e
feat(http): add http plugin version in user agent sting (#1501)
11 months ago
Tony acce342fcc
chore(deps): migrate `dirs-next` to `dirs` for updater plugin (#1506)
11 months ago
Simon Hyll bd3b5e948d
docs: fix broken links (#1503)
11 months ago
Emin Yilmaz 99d125d86b
feat(clipboard-manager): implement `clear` on iOS and Android (#1462)
11 months ago
Micheal Winger 03d3cc3677
docs: use join in readDir documentation example (#1500)
11 months ago
Fabian-Lars 469c277407
docs(sqlite): Update BaseDir mention to AppConfig
11 months ago
Amr Bashir 757ab74c8e
refactor(updater): cleanup install logic on Windows and add unit test (#1496)
11 months ago
Tillmann 0cb1baf09a
Feat: Add default permissions to most plugins (#1460)
11 months ago
Andrew Ferreira f1372adc9d
feat(window-state): add `Builder::map_label` method (#1497)
11 months ago
Fabian-Lars 29751ee939
fix(updater): Escape msi path string (#1495)
12 months ago
Fabian-Lars 1146f068e1
fix(fs): Make read/write commands async to not block the main thread (#1477)
12 months ago
Richard Stromer 0ee590366b
fix(docs): add missing "permits" to fs reference.md (#1493)
12 months ago
Victor Aremu 7873d2b3f5
chore(docs): fix typo (#1489)
12 months ago
Naman Garg 17c42fd42a
fix(notification): Add permission commands for Actions (#1459)
12 months ago
Fabian-Lars b18a03a376
chore(deps): Update iota_stronghold to v2 (#1480)
12 months ago
Amr Bashir 0959fe3757
refactor(os)!: make `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions sync (#1353)
12 months ago
github-actions[bot] f30a3b0501
publish new versions (#1393)
12 months ago
renovate[bot] e162e811fe
fix(deps): update rust crate android_logger to 0.14 (#1469)
12 months ago
Amr Bashir bf29a72baa
fix(updater): use msiexec to install .msi updates (#1454)
12 months ago
Lucas Fernandes Nogueira 3779fb5063
refactor(notification): pull notify_rust from crates.io (#1432)
12 months ago
Simon Hyll 0b0088821e
fix(deep-link): typo in js bindings for is_registered command (#1404)
12 months ago
thewh1teagle 4216c0517f
feat(sql): made DbInstances public for managing directly from Rust (#1381)
1 year ago
renovate[bot] 909ff619e0
chore(deps): lock file maintenance (#1446)
1 year ago
FabianLars 6ada2af2e1
chore(http): Run prettier
1 year ago
FabianLars 8e1ae08c69
docs(http): Replace allowlist scope with capability scope
1 year ago
Amr Bashir da8a7bbe3a
fix(http): fix check logic to decide whether to set `Origin` header (#1438)
1 year ago
renovate[bot] 1578970f81
fix(deps): update rust crate zip to v2 (#1427)
1 year ago
renovate[bot] a2eb3a6e43
chore(deps): update dependency eslint to v9 (v2) (#1424)
1 year ago
renovate[bot] 60a8545cb7
fix(deps): update rust crate winrt-notification to 0.4.0 (#1421)
1 year ago
renovate[bot] b344177d8b
fix(deps): update rust crate tokio-tungstenite to 0.23 (#1420)
1 year ago
Amr Bashir 0f739dbc48
feat(http): allow setting `origin` for unsafe headers (#1392)
1 year ago
github-actions[bot] 554cb902b0
Publish New Versions (v2) (#1387)
1 year ago
Lucas Nogueira acd383af75
fix(android): adjust for Kotlin and project warnings
1 year ago
renovate[bot] f1a60fcb6a
chore(deps): lock file maintenance (#1372)
1 year ago
renovate[bot] 73f628147b
chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.20 (#1388)
1 year ago
renovate[bot] 9013854f42
fix(deps): update tauri monorepo (#1382)
1 year ago
github-actions[bot] 0678af3a6c
publish new versions (#1314)
1 year ago
Lucas Fernandes Nogueira 1d8662e71a
feat(fs): use IPC streaming for read and write file (#1251)
1 year ago
Alexandre Villeneuve 5661cce795
fix(notification): update function dev to is_dev (#1385)
1 year ago
Emin Yilmaz bd4544dbd7
fix(clipboard-manager): match Rust method parameters with native methods (#1379)
1 year ago
renovate[bot] c9ed72d846
fix(deps): update rust crate winrt-notification to 0.3.1 (#1378)
1 year ago
Tony 7327602f15
chore(updater): remove `/NS` (#1371)
1 year ago
Amr Bashir 69e4c2e56f
fix(updater): pass `/NS` and `/UPDATE` to nsis installer to disable creating shortcuts on updates (#1162)
1 year ago
Lucas Fernandes Nogueira 7581576a24
chore: update Android target SDK to 34 (#1368)
1 year ago
renovate[bot] 430bd6f4f3
chore(deps): update tauri monorepo (#1363)
1 year ago
Amr Bashir aff47992b3
fix(shell): make `execute` command async (#1362)
1 year ago
Amr Bashir cb0a788d17
fix(shell): use serde `untagged` not `flatten` (#1328)
1 year ago
Fabian-Lars db45dfaab3
fix(deep-link): prevent duplicate `;` in .desktop files on Linux (#1357)
1 year ago
Tony 43224c5d5c
feat(updater): add `download` and `install` js binding (#1330)
1 year ago
Amr Bashir 9d7ae45b0e
fix(http): include browser headers if not set by user (#1354)
1 year ago
Tony e1d06b93b7
refactor: drop eslint config love (#1341)
1 year ago
FabianLars b25ce0d81b
fix(authenticator): Lock winapi-util to 0.1.6
1 year ago
Tony 806404e96e
chore(updater): disable zip crate default features (#1329)
1 year ago
Amr Bashir f0fb25a9b7
feat(shell): support opening URLs on mobile (#1319)
1 year ago
renovate[bot] 068b9a22f3
chore(deps): update rust crate zip to v1 (#1226)
1 year ago
renovate[bot] 732244cb6d
fix(deps): update rust crate winrt-notification to 0.3 (#1326)
1 year ago
renovate[bot] 290616d8e3
chore(deps): update tauri monorepo (#1325)
1 year ago
thewh1teagle a940ef6250
feat(sql): preserve column order from query with indexmap (#1305)
1 year ago
Ale Guzman cd57dcdf04
feat(dialog): set `len` and `modified_at` fields in `FileResponse` on desktop (#1295)
1 year ago
Amr Bashir 58330f9ec1
feat(http): enable cookies and set origin header (#1192)
1 year ago
Amr Bashir c8b78034a4
chore(updater): non https endpoint warning (#1311)
1 year ago
renovate[bot] 7685e30462
chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.17 (#1303)
1 year ago
Fabian-Lars 0d4d029011
build: Update pnpm to v9 (#1309)
1 year ago
github-actions[bot] ecda84f8d5
Publish New Versions (v2) (#1279)
1 year ago
Fabian-Lars 021d23bef3
feat(deep-link): Add deep link support for desktop (#916)
1 year ago
Amr Bashir eb1679b997
fix(core/shell): speedup `Command.execute` & fix extra new lines (#1299)
1 year ago
Amr Bashir 5c1b7917e4
fix(shell/command): retry sending events when it fails (#1298)
1 year ago
amrbashir 6af3216fab
docs(global-shortcut): typo
1 year ago
Amr Bashir fa54f3cc9a
fix(log): propagte some errors and avoid unwrapping (#1297)
1 year ago
amrbashir 52a48dd80a
docs(global-shortcut): add missing import
1 year ago
Amr Bashir 1829c2806a
docs(global-shotcut): update docs in README and ts files (#1291)
1 year ago
renovate[bot] 723b9f7fa8
chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.16 (#1288)
1 year ago
Amr Bashir d9de5b19d1
feat(positioner, window-state): impl `WindowExt` for `WebviewWindow` (#1283)
1 year ago
Graham Held b4efa58d5d
feat(shell) raw-encoded pipe reader directly outputs buffer (no newline scan) (#1231)
1 year ago
github-actions[bot] e94b089e51
publish new versions (#1247)
1 year ago
renovate[bot] 6ea07297f4
chore(deps): change rust crate maplit version to `1` (#1270)
1 year ago
renovate[bot] bd1ed5903f
chore(deps): update tauri monorepo (#1237)
1 year ago
Tony 1fa4d30eab
feat(updater): support non zipped updater (#1174)
1 year ago
Tony 44e47fe98b
fix(window-state): restore window state for stubbed zerord state (#1259)
1 year ago
Amr Bashir e9977eb2f8
chore(fs): distinct description for `*meta` and `*meta-recursive` permissions (#1250)
1 year ago
Amr Bashir 1f16c64d67
refactor(clipboard): refactor clipboard function arguments for better clarity about the needed type (#1218)
1 year ago
Amr Bashir 9c7eb35967
feat(global-shortcut): support pressed/released states (#1244)
1 year ago
Tony edf9a4f29d
fix(fs): missing debouncer rename cache (#1245)
1 year ago
github-actions[bot] 3e5da59abc
Publish New Versions (v2) (#1234)
1 year ago
Lucas Fernandes Nogueira 326df68839
fix(ios): decoding with default value is not supported (#1236)
1 year ago
renovate[bot] faa89850d0
chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 (#1228)
1 year ago
Fabian-Lars b115fd22e0
fix(fs): Prevent deadlock when scope listeners are registered. (#1221)
1 year ago
renovate[bot] 78a4097d09
fix(deps): update rust crate global-hotkey to 0.5.1 (#1211)
1 year ago
renovate[bot] 35373956ea
fix(deps): update rust crate cocoa to 0.25 (#1208)
1 year ago
github-actions[bot] 9f545c65ad
publish new versions (#1142)
1 year ago
renovate[bot] 37dbd4c38d
fix(deps): update tauri monorepo (#1202)
1 year ago
Fabian-Lars 293f363c0d
fix(updater): Enable rustls-tls feature flag by default (#1175)
1 year ago
Amr Bashir e3d41f4011
fix: use webview's resources table (#1191)
1 year ago
Fabian-Lars bb51a41d67
feat: Remove UNC prefix in paths returned to the frontend (#1168)
1 year ago
renovate[bot] 6698774f3f
fix(deps): update rust crate tiny_http to 0.12 (#1213)
1 year ago
renovate[bot] c079d8c81b
fix(deps): update rust crate winrt-notification to 0.2 (#1215)
1 year ago
renovate[bot] 3db3b204b4
fix(deps): update rust crate win7-notifications to 0.4.3 (#1214)
1 year ago
renovate[bot] cc29f7dbdb
fix(deps): update rust crate glib to 0.19 (#1210)
1 year ago
renovate[bot] d3b9a60e31
fix(deps): update rust crate android_logger to 0.13 (#1207)
1 year ago
renovate[bot] ce7750451d
chore(deps): update rust crate color-backtrace to 0.6 (#1204)
1 year ago
renovate[bot] 56406214a0
fix(deps): update rust crate swift-rs to 1.0.6 (#1201)
1 year ago
renovate[bot] 4c8ccf6767
fix(deps): update rust crate flate2 to 1.0.28 (#1200)
1 year ago
FabianLars ed46dca74f
Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2
1 year ago
Jonas Osburg 5c97db96bd
feat(websocket): Add TLS configuration (#925)
1 year ago
matthme 4210cf316a
feat(single-instance): Add semver compatibility check for Windows and Linux (#502)
1 year ago
FabianLars 57e979adaf
chore(store): format readme
1 year ago
Jesper L. Nielsen 4a5ab18a22
fix(upload): return type on is now a string (#976)
1 year ago
Tony 1f9e7ab4a0
fix(window-state): missing `restore_state` and `filename` js binding permission (#1180)
1 year ago
zenitogr 9144521b90
chore(store): update example in README.md (#1176)
1 year ago
Amr Bashir c967307706
fix(deps): update vite to fix audit CI (#1187)
1 year ago
Amr Bashir 27b258cf31
chore(clipboard): expose `Clipboard` struct (#1185)
1 year ago
renovate[bot] e39ea8ddf8
fix(deps): update rust crate reqwest to 0.12 (#1099)
1 year ago
Fabian-Lars 500ff10fbd
fix(http): Enable tls support by default (#1166)
1 year ago
Naman Garg 8d7689f6f9
Add `WebviewWindow` to code docs and template (#1144)
1 year ago
Amr Bashir 7fc29c326b
chore: add repository field in Cargo.toml (#1143)
1 year ago
Amr Bashir 0e9541fe89
feat(window-state): support using a custom filename (#1138)
1 year ago
Amr Bashir f9bcc1c21d
chore: add `tslib` as dev dependency in workspace (#1134)
1 year ago
Tony a32e3200de
chore: update dependencies to align with tauri's (#1139)
1 year ago
github-actions[bot] 815a7073bc
Publish New Versions (v2) (#1116)
1 year ago
Lucas Fernandes Nogueira 772f2bc349
chore: bump tauri to 2.0.0-beta.14 (#1136)
1 year ago
thewh1teagle c013fa52cd
refactor(window-state)!: use json instead of bincode (#1078)
1 year ago
Tony 57d01bf82e
chore(updater): clean up dependencies (#1084)
1 year ago
Vitor Ayres 7be37b1909
v2: fix import path in plugin upload readme (#1122)
1 year ago
Wito dabac0eedf
feat(single-instance): add MacOs unix domain socket impl (#1035)
1 year ago
venkr a2339195aa
fix(autostart): Fix LaunchAgent macOS autostart (#1118)
1 year ago
Tahmin Ahmed 4cd81126fd
fix(dialog): `open` function return mismatch (#1056)
1 year ago
Alixxx-please fc3667db6a
"recusrive" typo fix (#1103)
1 year ago
Amr Bashir f39d362add
feat(fs): enhance scope config to accept string as well (#1053)
1 year ago
github-actions[bot] 70136b1fe8
Publish New Versions (v2) (#1047)
1 year ago
Lucas Fernandes Nogueira 62ce5df52c
fix(notification): development mode check should use tauri::dev() (#1096)
1 year ago
Lucas Fernandes Nogueira a04ea2f382
refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
1 year ago
阿良仔 9dec9605ed
feat(clipboard): support `readImage` & `writeImage` (#845)
1 year ago
github-actions[bot] cc63614f1e
publish new versions (#471)
1 year ago
Fabian-Lars 02111b9526
chore: Change workspace inheritance syntax for better covector support (#1092)
1 year ago
i-c-b cb96aa0627
fix(fs): rename `dir` field to `base_dir` in `WatchOptions`, fixes #1081 (#1082)
1 year ago
Tony 1d7dc86ec3
fix(updater): run cleanup before exit on Windows (#1070)
1 year ago
Fabian-Lars 35ea5956d0
fix(dialog): Create dialogs on main thread (#1073)
1 year ago
DK Liao 14c858391d
docs: Update positioner readme (#1072)
1 year ago
Tony a3b5396113
refactor!(updater): migrate run updater using powershell to `ShellExecute` (#1054)
1 year ago
Jason Tsai 040004a6b9
chore(shell): change schema property name `command` to `cmd` (#1069)
1 year ago
Lucas Fernandes Nogueira c873e4d6c7
fix(http): inconsistencies on urlpattern usage on scope (#1059)
1 year ago
Tony 4e37316af0
fix(updater): fallback to passive mode & fix `installerArgs` deserialzation (#1051)
1 year ago
renovate[bot] b74ccb6639
chore(deps): update dependency @tauri-apps/cli to v1.5.11 (#1049)
1 year ago
FabianLars 11d98e911e
chore(log): Fix lint and formatting
1 year ago
Lorenzo Rizzotti 753c7be0a6
feat(http) add unsafe-headers feature flag (#1050)
1 year ago
Naman Garg bff722451d
docs(sql): Fix minor typo (#1048)
1 year ago
Amr Bashir 62dafda652
refactor!(global-shortcut): better APIs DX (#969)
1 year ago
github-actions[bot] 644eb448bb
publish new versions (#1042)
1 year ago
DK Liao 75d82868b2
docs(positioner): Update positioner readme to new tray api (#1041)
1 year ago
Tony 79691e93e0
fix(store): `with_store` and `StoreCollection` become private in #1011 (#1040)
1 year ago
github-actions[bot] 5006717a7f
publish new versions (#986)
1 year ago
Amr Bashir 0f67dfc9b4
feat(http): enhance scope config to accept string as well (#1025)
1 year ago
Lucas Fernandes Nogueira cacf544d51
chore(deps): update to tauri beta.9 (#1037)
1 year ago
Fabian-Lars 16fc0f2ee3
fix(dialog): Remove Linux specific code for rfd 0.14 compatibility (#1033)
1 year ago
Tahmin Ahmed 735810237e
fix: fix `plugins/fs` infinite loop on autoregen (#1029)
1 year ago
Lucas Fernandes Nogueira ac520a2841
feat(http): enhance scope URL matching via urlpattern (#1030)
1 year ago
Rigidity d9870f1948
docs: improve `tauri-plugin-store` readme and code example (#996)
1 year ago
Victor Aremu 30295ecc8e
feat: improve stronghold readme (#1027)
1 year ago
Victor Aremu 54cd4a58b8
chore(stronghold): readme typo (#1028)
1 year ago
Victor Aremu 570fb8f335
feat: Improve Stronghold (v2) README with usage examples (#1023)
1 year ago
Ahmed Elkhoudiry 22f5acf240
feat(store): Add android & iOS support (#1011)
1 year ago
Fabian-Lars 8a5e05cd83
fix: Fix comp with latest beta (#1018)
1 year ago
Amr Bashir 9586eabd5a
chore(deps): update to `open-rs@5.1` (#1021)
1 year ago
Victor Aremu 85c4b8b67a
feat: Improve Stronghold README with usage examples (#1013)
1 year ago
Tony 2397ec5937
fix: single instance doesn't shutdown immediately (#1019)
1 year ago
FabianLars ed682dd96e
chore: Run cargo fmt
1 year ago
Vova Yatsyuk c3c55d5b4e
fix(autostart): Use full exe path on macos when LaunchAgent is used (#841)
1 year ago
tommyo 0d3b6b8aca
feat(log): added attachLogger (#717)
1 year ago
Tillmann f59436dad0
Added Security Policy to All Plugins (#930)
1 year ago
Jarrodsz 382fc3a7bf
chore(store): add AppSettings example (#573)
1 year ago
Instinct 7c59242905
chore: fix typo in store plugin README.md (#997)
1 year ago
TukanDev dc6d3321e5
feat(clipboard): Implement HTML and clear functionality (#977)
1 year ago
Amr Bashir aa25c91bb0
feat(dialog): allow setting `canCreateDirectories` on macOS (#978)
1 year ago
Amr Bashir ae56b13a4d
fix(http): allow `User-Agent` header to be set (#983)
1 year ago
github-actions[bot] 267e39e250
Publish New Versions (v2) (#982)
1 year ago
Lucas Fernandes Nogueira 6d1e6218b5
fix(single-instance): wrong zbus import, closes #980 (#981)
1 year ago
lucasfernog e0d415e405
publish new versions
1 year ago
Lucas Fernandes Nogueira b1b9a02f9e
Merge pull request #971 from tauri-apps/chore/tauri-beta-3
1 year ago
Lucas Nogueira ac8251774a
remove dbus
1 year ago
Lucas Nogueira 7039c9b995
fmt, clippy
1 year ago
Lucas Nogueira 14f381acf8
bump msrv
1 year ago
Lucas Nogueira e414579b31
fmt, fix check
1 year ago
Lucas Nogueira 569defbe94
updates
1 year ago
Lucas Fernandes Nogueira 31e72f9a41
Merge pull request #968 from tauri-apps/feat/new-method
1 year ago
ppbl 3f81555fbf
fix(http): response with status code 204 (#960)
1 year ago
Lucas Nogueira 4709c343bc
inline notify-rust [skip ci]
1 year ago
Lucas Nogueira a31ef8e67e
rfd disable default features [skip ci]
1 year ago
Lucas Nogueira dbc0c0757e
dist
1 year ago
Lucas Nogueira 9dd1d09797
rebuild
1 year ago
Lucas Nogueira d98fa3e9fa
rfd 0.14
1 year ago
Lucas Nogueira c4fda036cc
delete files
1 year ago
Lucas Nogueira 8461cf1d1b
chore: update to tauri beta.3
1 year ago
Amr Bashir 8645a02aee
docs(global-shortcut): add registering example
1 year ago
renovate[bot] 4cc2e50d16
chore(deps): update dependency @tauri-apps/cli to v1.5.10 (#967)
1 year ago
Amr Bashir 7cefa2b0bd
pub
1 year ago
Amr Bashir fe4fb7dc7a
Update plugin.rs
1 year ago
amrbashir 72db444401
feat(sql,store): add `Builder::new`
1 year ago
amrbashir 696af68c9b
docs(global-shortcut): update examples in README.md closes #965
1 year ago
Tony 51ba4c5330
fix(fs): make rename third parameter optional (#962)
1 year ago
Tony 9b49f0abf7
docs(fs): dir -> baseDir (#961)
1 year ago
Amr Bashir e856adc72c
fix(shell): export `open` module (#939)
1 year ago
i-c-b 2f0e30852a
feat(core): recursive fs scope on directory file-drop event (#954)
1 year ago
Amr Bashir 531123cad0
fix(fs/wtacher): fix incorrect type for rename events (#947)
1 year ago
amrbashir 53c0e89860
docs(global-shortcut): fix cargo name
1 year ago
Tony 2e7ef46d8b
refactor!(dialog): change `type` field in JS to `kind` (#945)
1 year ago
Lucas Nogueira dac8b6331c
fix(ci): commig schemas
1 year ago
Lucas Nogueira 7659b9515d
merge from v2
1 year ago
FabianLars cb5ff764a6
license
1 year ago
FabianLars 0688416425
lint
1 year ago
FabianLars 14f5961569
chore: merge v1 into v2 for the last time
1 year ago
Lucas Nogueira 63afaf1dfa
fmt
1 year ago
Lucas Nogueira abd0176cc1
beta
1 year ago
lucasfernog 18e478aba0
publish new versions
1 year ago
Tillmann d198c01486
feat: update to tauri beta, add permissions (#862)
1 year ago
Amr Bashir 506ce4835b
refactor(updater): accomodate to new tauri config restructure (#924)
1 year ago
Lucas Fernandes Nogueira 15dc7060e8
fix(shell): deadlock on read line error (#923)
1 year ago
Shubham Parihar 18cb861b52
type: add OpenDialogReturn generic type (#919)
1 year ago
Amr Bashir 70d99086de
fix(window-state): restore window position if the one of the window corners intersects with monitor (#898)
1 year ago
Lucas Fernandes Nogueira 8dea78ac7d
fix(notification): scheduled notifications not working (#909)
1 year ago
dependabot[bot] 32a5f92c8f
chore(deps-dev): bump vite from 5.0.6 to 5.0.12 (#910)
1 year ago
Daniel Faust 61edbbec0a
feat(fs/watch): migrate to `notify-debouncer-full` (#885)
1 year ago
Amr Bashir 0879a87a7e
refactor(updater): migrate to tauri's new resource table (#899)
1 year ago
Fabian-Lars cf00900298
fix(upload): Prevent duplicate progress reports when using Promise.all (#908)
1 year ago
Zhang San 4e2e77580c
feat(updater) support proxy (#891)
1 year ago
Anton Piliugin 8a3db790b8
fix(updater): fix readme and types (#903)
1 year ago
Olivier Lemasle bf5a21d5b2
fix(dialog): On Android, do not add a `Cancel` button to message dialogs (#873)
1 year ago
阿良仔 1b1d795b58
fix(notification): export the missing `Schedule` class (#874)
1 year ago
Amr Bashir ae0cb92438
refactor(http): migrate to tauri's new resource table (#834)
1 year ago
阿良仔 ea8eadce85
fix(fs): match default value of `create` option with js documentation (#865)
1 year ago
lopo be5aebdec9
docs(log): update readme code example for v2 (#869)
1 year ago
Matthias Lohscheidt df5a6483c2
docs(sql): Add migrations section to README (v1) (#870)
1 year ago
Matthias Lohscheidt b9d29a0154
docs(sql): Add migrations section to README (#867)
1 year ago
hygkui 1a347203a5
fix: fix http plugin fetch init with connectTimeout. (#858)
1 year ago
github-actions[bot] e80626cf81
Publish New Versions (v2) (#854)
1 year ago
Amr Bashir 2e2fc8de69
fix(fs): use correct arg name for unwatch (#857)
1 year ago