Lucas Nogueira
|
aa111c8c3e
|
chore(deps): update wry to 0.15
|
2022-04-12 13:28:25 -03:00 |
|
Lucas Fernandes Nogueira
|
fa2baba76c
|
feat(core): create webview immediately when running in main thread (#3891)
|
2022-04-12 13:22:02 -03:00 |
|
Lucas Fernandes Nogueira
|
ed71679368
|
refactor(updater): improve unsupported error variants, closes #3817 (#3849)
|
2022-04-05 09:47:10 -03:00 |
|
Lucas Fernandes Nogueira
|
0ecfad5924
|
refactor(updater): unset request timeout, add builder setter (#3847)
|
2022-04-02 10:25:44 -03:00 |
|
Lucas Fernandes Nogueira
|
f67ae6bd60
|
fix(core): set bundle id for notifications on macOS (#3839)
|
2022-04-01 23:35:29 -03:00 |
|
Lucas Fernandes Nogueira
|
9712ed1a68
|
feat(updater): add Downloaded status event (#3804)
|
2022-04-01 21:48:23 -03:00 |
|
Lucas Fernandes Nogueira
|
7c7d854ab9
|
refactor(core): remove deprecated APIs (#3834)
|
2022-04-01 20:58:54 -03:00 |
|
Lucas Fernandes Nogueira
|
6a5ff08ce9
|
refactor: remove bootstrapper, closes #3786 (#3832)
|
2022-03-31 14:51:17 -03:00 |
|
Lucas Fernandes Nogueira
|
985d250898
|
fix(tauri): export WindowBuilder struct instead of trait, closes #3827 (#3833)
|
2022-03-31 14:50:33 -03:00 |
|
Lucas Fernandes Nogueira
|
c7696f34ec
|
feat(updater): add body and date getters (#3802)
|
2022-03-29 11:30:44 -03:00 |
|
Lucas Nogueira
|
b14aa89673
|
feat(core): improve AboutMetadata setters
|
2022-03-29 11:27:57 -03:00 |
|
Lucas Nogueira
|
4541eaf2cb
|
fix: flag capitalization on documentation
|
2022-03-29 10:43:59 -03:00 |
|
github-actions[bot]
|
a144e92993
|
Apply Version Updates From Current Changes (#3798)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-03-28 22:52:37 -03:00 |
|
Lucas Fernandes Nogueira
|
06aa87b65f
|
fix(core): WindowEvent type used on Window::on_window_event (#3796)
|
2022-03-28 22:44:47 -03:00 |
|
Lucas Fernandes Nogueira
|
169b5035a9
|
fix(core): actually fire WindowEvent::Destroyed (#3797)
|
2022-03-28 22:43:07 -03:00 |
|
github-actions[bot]
|
7a814fcf3f
|
Apply Version Updates From Current Changes (#3634)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-03-28 17:43:04 -03:00 |
|
Lucas Fernandes Nogueira
|
edad9f4f55
|
refactor(core): add RunEvent::WindowEvent (#3793)
|
2022-03-28 17:26:25 -03:00 |
|
Lucas Fernandes Nogueira
|
c64268f927
|
feat(updater): expose builder, allow setting a custom version checker (#3792)
|
2022-03-28 13:58:35 -03:00 |
|
Lucas Fernandes Nogueira
|
f6e32ee188
|
feat(core): add dangerous option to disable compile time CSP injection (#3775)
|
2022-03-28 11:55:54 -03:00 |
|
Lucas Fernandes Nogueira
|
e05d718a7b
|
feat(core): add hotkey to toggle devtools, closes #3776 (#3791)
|
2022-03-28 11:17:28 -03:00 |
|
Lucas Fernandes Nogueira
|
9ddf8d84a2
|
fix(core): properly fire WindowEvent::Destroyed , closes #3688 (#3778)
|
2022-03-28 10:24:02 -03:00 |
|
Lucas Fernandes Nogueira
|
5fb74332ab
|
chore(deps): update wry to 0.14, tao to 0.7 (#3790)
|
2022-03-28 10:20:38 -03:00 |
|
Lucas Fernandes Nogueira
|
8b807e09d6
|
refactor(bundler): allow downgrades, add option to disallow on Windows (#3777)
|
2022-03-27 21:34:19 -03:00 |
|
Lucas Fernandes Nogueira
|
34a402f9b5
|
fix(core): do not allow path traversal on the asset protocol (#3774)
|
2022-03-27 21:25:26 -03:00 |
|
chip
|
8661e3e24d
|
replace dependencies with long build times when used together (closes #3571) (#3773)
|
2022-03-27 20:52:43 -03:00 |
|
Lucas Fernandes Nogueira
|
dbc2873e82
|
feat(updater): improve validation and error messages, closes #3761 (#3780)
|
2022-03-27 20:48:57 -03:00 |
|
Lucas Fernandes Nogueira
|
3c4ee7c997
|
refactor(wry): emit RunEvent::Exit on Event::LoopDestroyed (#3785)
|
2022-03-27 20:22:34 -03:00 |
|
Lucas Fernandes Nogueira
|
9489963e00
|
fix(core): deadlock when closing the app on a tray event handler (#3771)
|
2022-03-25 13:17:32 -03:00 |
|
Lucas Nogueira
|
def8a62bd3
|
fix(core): docs.rs warning on doc attribute
|
2022-03-24 20:10:08 -03:00 |
|
Lucas Fernandes Nogueira
|
266156a0b0
|
feat(core): add BaseDirectory::Temp and $TEMP variable (#3763)
|
2022-03-24 14:12:17 -03:00 |
|
Amr Bashir
|
6054e981c4
|
Revert "Fix importing @tauri-apps/api in Node.js" (#3767)
|
2022-03-24 13:07:22 -03:00 |
|
Lucas Fernandes Nogueira
|
f1637d62df
|
refactor(examples): remove unused files (#3762)
|
2022-03-23 20:45:43 -03:00 |
|
chip
|
55c8680590
|
add restart integration test to cargo workspace (#3675)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-23 17:14:52 -03:00 |
|
Lucas Fernandes Nogueira
|
579312f834
|
feat(updater): separate intel and apple silicon targets, closes #3359 (#3739)
|
2022-03-23 13:31:27 -03:00 |
|
Lucas Fernandes Nogueira
|
bf89a05fcf
|
fix(core): dialog parent window on macOS, closes #3312 (#3753)
|
2022-03-23 13:31:15 -03:00 |
|
Kasper
|
4e807a53e2
|
Support window parenting on macOS, closes #3751 (#3754)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-23 13:30:44 -03:00 |
|
Kasper
|
d36c8e0322
|
Fix importing @tauri-apps/api in Node.js (#3752)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-22 18:19:46 -03:00 |
|
Lucas Fernandes Nogueira
|
1730b1a51d
|
feat(core): enable CORS on the tauri protocol (#3750)
|
2022-03-22 15:17:05 -03:00 |
|
Lucas Nogueira
|
3d11ac656c
|
chore(deps): update Rust crate png to 0.17
|
2022-03-22 15:07:41 -03:00 |
|
renovate[bot]
|
d112f2005a
|
chore(deps) Update Rust crate zstd to 0.11 (#3706)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-22 15:05:01 -03:00 |
|
Lucas Fernandes Nogueira
|
da1e879358
|
feat(core): improve and cleanup the Error enum (#3748)
|
2022-03-22 15:04:47 -03:00 |
|
Lucas Fernandes Nogueira
|
1099a9696e
|
refactor(core): do not export tauri_runtime on tauri (#3749)
|
2022-03-22 15:04:16 -03:00 |
|
Lucas Fernandes Nogueira
|
7b24448137
|
fix(updater): request stream usage (#3746)
|
2022-03-22 12:31:41 -03:00 |
|
Lucas Nogueira
|
b8ea013fd8
|
fix(updater): fix typo, keep client instance
|
2022-03-22 11:27:20 -03:00 |
|
Lucas Fernandes Nogueira
|
11cca918d9
|
chore(deps): update dependencies fixing security issues (#3744)
|
2022-03-21 22:34:07 -03:00 |
|
Lucas Fernandes Nogueira
|
f0db3f9b83
|
feat(updater): add download progress events (#3734)
|
2022-03-18 22:58:44 -03:00 |
|
Lucas Nogueira
|
aba3238146
|
feat(core): add cfg alias for the updater feature
|
2022-03-17 10:41:25 -03:00 |
|
Lucas Fernandes Nogueira
|
4094494a1b
|
feat(core): add API to manually trigger updater check (#3712)
|
2022-03-17 10:04:13 -03:00 |
|
Fabian-Lars
|
b0376e7749
|
fix doc generation when using updater-docs flag (#3711)
|
2022-03-16 14:24:06 -03:00 |
|
Lucas Nogueira
|
c29ed94d43
|
feat(core): add payload data to UpdaterEvent::UpdateAvailable
|
2022-03-15 16:56:38 -03:00 |
|