Fabian-Lars
78e60e6618
fix(updater): Typo in error enum ( #812 )
2023-12-11 15:19:05 -03:00
Tillmann
a848e1870a
chore(barcode): Added security policy ( #766 )
2023-12-07 13:42:18 +01:00
Mitchell van der Hoeff
f4b2674fd5
fix(sql): Encode JSON numbers as f64 to fix JSON_EXTRACT queries ( #797 )
...
Signed-off-by: Mitchell van der Hoeff <8631205+mitchelljustin@users.noreply.github.com >
2023-12-06 15:20:35 +01:00
Michael Howell
0e3e3d4eac
fix(dialog): Pin rfd to 0.12 to prevent freeze on Linux ( #796 )
...
* Do not use rfd 0.12.1
https://github.com/PolyMeilex/rfd/pull/152
conflicts with the way tauri uses it.
> Yeah, this is a decent solution, not much else we can do about this global state bs on C side.
>
> This will obviously blow up as soon as someone has other code that also uses GTK, but let's ignore that for now, as I want to get rid of GTK backend one day anyway (#66 ).
Yes, Tauri is other code that also uses GTK, and it does, indeed, blow up. The best way around this is to stop using rfd entirely (they're planning to drop the GTK backend, which will probably break since the XDG Portal API doesn't cover message dialogs).
* Update dialog-pin-rfd.md
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-12-05 19:31:08 +01:00
kris-ava
e7c72c9816
fix(updater): fix appimage extraction ( #784 )
...
* fix updater on linux
* review changes
* Apply suggestions from code review
* change file
---------
Co-authored-by: Kris Krolak <krzysiek.krolak@gmail.com >
2023-11-30 20:46:02 +02:00
pashokitsme
2e2c0a1b95
fix(dialog): fix message dialog return with custom buttons, fixes #711 ( #769 )
...
* fix confirm
* remove unnecessary lines
* fix
* change file
2023-11-27 19:55:26 +02:00
FabianLars
bd0b015180
update notify version to match code
2023-11-23 22:05:01 +01:00
FabianLars
058d5dde0d
Merge remote-tracking branch 'origin/v1' into v1-into-v2-again
2023-11-23 19:59:58 +01:00
Fabian-Lars
8c9ff2a2a9
chore: Add sponsors section to readme ( #758 )
...
* chore: Add sponsors section to readme
* which link style works in nested folders?
* add sponsors to plugin readmes
* use https links as src
* double test it with the pr branch
* revert last commit
* fmt
2023-11-23 17:18:09 +01:00
Kai Hata
5106b9d0c6
docs(localhost): incorrect usage of RemoteDomainAccessScope in README. ( #757 )
...
* Fix incorrect usage of RemoteDomainAccessScope in README.
* Fix incorrect usage of RemoteDomainAccessScope in README.
2023-11-23 11:03:33 +01:00
Fabian-Lars
0864c54147
fix(updater): replace url vars in query params ( #756 )
2023-11-22 16:08:24 +01:00
renovate[bot]
2d941a407b
chore(deps): update dependency svelte-check to v3.6.1 ( #755 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 14:13:57 +01:00
renovate[bot]
e66b196852
chore(deps): update dependency vite to v5.0.2 ( #753 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 18:24:35 +01:00
renovate[bot]
32309c90d8
chore(deps): update dependency vite to v5.0.1 ( #752 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 14:56:57 +01:00
Amr Bashir
445c1e6cb6
feat(notifications): use the ligh windows-version crate ( #750 )
...
* feat(notifications): use the ligh `windows-version` crate
* Update desktop.rs
* optional
2023-11-21 14:23:47 +02:00
Amr Bashir
88d260d901
fix(fs): add options argument for exists function closes #734 ( #744 )
...
closes #734
2023-11-21 01:31:00 +02:00
renovate[bot]
0a387ea358
chore(deps): update dependency typescript to v5.3.2 ( #747 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 20:35:03 +01:00
renovate[bot]
f16433be43
chore(deps): update dependency svelte to v4.2.7 ( #743 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 16:25:37 +01:00
Amr Bashir
eea3df56ef
fix: add back main, module and types field in top-level package.json ( #742 )
...
closes #738
`"moduleResolution": "node"` doesn't handle the `exports` field
2023-11-20 16:00:55 +02:00
renovate[bot]
53a1a7e436
chore(deps): update dependency vite to v5 ( #732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 14:02:53 +01:00
renovate[bot]
af3b36647c
chore(deps): update dependency svelte to v4.2.6 ( #741 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 13:57:02 +01:00
renovate[bot]
19529b6097
chore(deps): update dependency svelte to v4.2.5 ( #736 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 18:14:05 +01:00
renovate[bot]
b11221a7c9
chore(deps): update dependency svelte to v4.2.4 ( #733 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 13:04:41 +01:00
Amr Bashir
5a8bbe2967
chore: remove dead code from updater test ( #731 )
2023-11-16 18:55:46 +02:00
renovate[bot]
642a195d34
fix(deps): update rust crate windows-sys to 0.52 ( #730 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 17:10:19 +02:00
Amr Bashir
a3ca64275a
fix(updater): Use escaped installer path to start the msi updater ( #728 )
...
* fix(updater): Use escaped installer path to start the msi updater
Continuation of #727
* change file
* fix build
2023-11-16 01:26:11 +02:00
Fabian-Lars
9db40a6dc4
fix(updater): Use escaped installer path to start the nsis updater ( #727 )
...
Port of v1 change: https://github.com/tauri-apps/tauri/pull/7956
2023-11-15 14:58:57 +02:00
Amr Bashir
1b98b85a1f
refactor: simplify rollup config and match @tauri-apps/api output style ( #722 )
...
* refactor: simplify rollup config and match `@tauri-apps/api` output style
* add license headers
* update api-iife.js [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-11-14 21:09:53 +02:00
renovate[bot]
cb1586b4d1
chore(deps): update dependency @sveltejs/kit to v1.27.6 ( #726 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 17:48:03 +01:00
Amr Bashir
fc62ead565
fix(os): use an internal object instead of window.__TAURI__, closes #719 ( #721 )
...
fix(os): use an internal object instead of ` window.__TAURI__`, closes #719
2023-11-13 21:55:00 -03:00
Fabian-Lars
251852ccbc
chore: Merge branch v1 into v2 ( #702 )
2023-11-13 21:50:13 -03:00
renovate[bot]
eac0cbff3c
chore(deps): update dependency @sveltejs/kit to v1.27.5 ( #715 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 20:31:25 +01:00
renovate[bot]
84a2a11c4d
chore(deps): update dependency svelte-check to v3.6.0 ( #713 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 18:01:35 +01:00
renovate[bot]
04e396d036
chore(deps): update dependency svelte to v4.2.3 ( #712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 15:20:58 +01:00
renovate[bot]
61e862597e
chore(deps): update dependency @sveltejs/kit to v1.27.4 ( #709 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09 15:16:52 +01:00
renovate[bot]
af0ee307d4
chore(deps): update dependency @sveltejs/adapter-auto to v2.1.1 ( #697 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 11:07:59 +01:00
renovate[bot]
96d5cabc17
chore(deps): update dependency @sveltejs/kit to v1.27.3 ( #698 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 11:03:21 +01:00
renovate[bot]
c27699ffab
chore(deps): update dependency @sveltejs/kit to v1.27.2 ( #689 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 10:26:01 +01:00
github-actions[bot]
d4d1633c4d
Publish New Versions (v2) ( #688 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-10-29 16:19:52 -03:00
Lucas Fernandes Nogueira
e438e0a62d
feat: update to alpha.17, typed mobile plugin IPC arguments ( #676 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-29 16:06:44 -03:00
renovate[bot]
68d77f999c
chore(deps): update dependency @sveltejs/kit to v1.27.1 ( #685 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-25 19:39:28 +02:00
Fabian-Lars
1712f27b77
feat(upload): Use BufWriter for file downloads. ( #684 )
2023-10-25 12:25:33 +02:00
renovate[bot]
5c3b2f7511
chore(deps): update dependency @sveltejs/kit to v1.27.0 ( #681 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-24 11:17:57 +02:00
Lucas Fernandes Nogueira
76cfdc32b4
fix: adjust chrono dependency requirement ( #680 )
2023-10-23 11:17:32 -03:00
Lucas Fernandes Nogueira
0fc910a9f3
fix(authenticator): u2f cannot handle the chrono 0.4.30 breaking change ( #679 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-10-23 10:30:16 -03:00
github-actions[bot]
437dfba814
Publish New Versions (v2) ( #629 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-10-23 09:01:39 -03:00
Mo
beb6b139eb
Fix invoke calls in dialog & shell init scripts ( #675 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-10-22 10:09:40 -03:00
Lucas Fernandes Nogueira
5c137365c6
chore: update to tauri alpha.16, api alpha.9 ( #673 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-20 13:50:18 -03:00
Amr Bashir
b7c5407cac
refactor: remove window and app plugins ( #671 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-10-19 23:17:09 +00:00
renovate[bot]
9e24e52164
chore(deps): update dependency @tauri-apps/cli to v1.5.5 ( #672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 22:54:28 +00:00