github-actions[bot]
|
cf22f4ca5d
|
Apply Version Updates From Current Changes (#3975)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-04-26 20:40:24 -03:00 |
|
Lucas Fernandes Nogueira
|
62cdb2b307
|
refactor(tauri): remove ayatana-tray from the default features (#3976)
|
2022-04-26 20:16:52 -03:00 |
|
Lucas Nogueira
|
7ae9e25262
|
fix(tauri-build): rerun if TAURI_CONFIG env var changes
|
2022-04-26 20:02:06 -03:00 |
|
Lucas Fernandes Nogueira
|
dd94917b61
|
fix(tauri): docs.rs build error (#3974)
|
2022-04-26 18:49:10 -03:00 |
|
github-actions[bot]
|
feac1d193c
|
Apply Version Updates From Current Changes (#3820)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-04-26 11:53:21 -03:00 |
|
Lucas Fernandes Nogueira
|
f7d3d93b62
|
refactor(core): improve performance of the extract API (#3963)
|
2022-04-25 20:52:02 -03:00 |
|
Lucas Fernandes Nogueira
|
edf85bc1d1
|
fix(codegen): read platform-specific config file (#3966)
|
2022-04-25 19:47:10 -03:00 |
|
Lucas Nogueira
|
58b3f48ecb
|
fix(core): re-export ClipboardManager
|
2022-04-25 14:49:36 -03:00 |
|
Lucas Nogueira
|
0ea009cfdc
|
chore(lint): fix warnings
|
2022-04-24 19:49:22 -03:00 |
|
Lucas Nogueira
|
bcfed499cf
|
fix(tests): ensure all features are checked
|
2022-04-24 19:39:26 -03:00 |
|
Lucas Nogueira
|
2189416a76
|
fix(core): properly check CARGO_FEATURE_ env vars
|
2022-04-24 19:32:51 -03:00 |
|
Lucas Fernandes Nogueira
|
ed467c275b
|
perf: completely remove endpoints if none of its APIs is allowlisted (#3958)
|
2022-04-24 19:18:22 -03:00 |
|
Lucas Fernandes Nogueira
|
24e4ff208e
|
refactor(core): add clipboard Cargo feature, enhancing binary size (#3957)
|
2022-04-24 15:50:42 -03:00 |
|
Lucas Fernandes Nogueira
|
e11878bcf7
|
refactor(core): add global-shortcut Cargo feature, enhancing binary size (#3956)
|
2022-04-24 15:11:14 -03:00 |
|
Lucas Fernandes Nogueira
|
c23f139ba8
|
perf(core): improve binary size with api enum serde refactor (#3952)
|
2022-04-24 14:08:05 -03:00 |
|
Lucas Nogueira
|
0198c2ba45
|
chore: prepare set_cursor_grab in Linux
it is not implemented yet, but the next tao release won't panic when called, so we'll get this ready for a future patch
|
2022-04-22 21:59:31 -03:00 |
|
Lucas Nogueira
|
1303264190
|
chore: enable set_cursor_position in Linux
It is not ready yet, but it has been pushed to tao
|
2022-04-22 21:55:17 -03:00 |
|
Lucas Fernandes Nogueira
|
582bdfccbc
|
docs(tauri): document all feature flags, add test (#3947)
|
2022-04-22 21:51:39 -03:00 |
|
Lucas Fernandes Nogueira
|
1397d9121a
|
feat(core): add support to multipart/form-data requests, closes #2118 (#3929)
|
2022-04-22 20:04:58 -03:00 |
|
Lucas Fernandes Nogueira
|
b5622882cf
|
fix(cli): exit on non-compilation Cargo errors, closes #3930 (#3942)
|
2022-04-22 12:59:03 -03:00 |
|
Lucas Fernandes Nogueira
|
81705bb332
|
feat(updater): add method to set request headers closes #3896 (#3931)
|
2022-04-22 10:56:57 -03:00 |
|
Lucas Fernandes Nogueira
|
320329a9a7
|
fix(core): insert to webview_id_map on tao window creation, closes #3883 (#3932)
|
2022-04-22 00:34:22 -03:00 |
|
Lucas Fernandes Nogueira
|
7864d41de8
|
feat(core): fallback to {path}.html in Tauri protocol loader ref #3887 (#3939)
|
2022-04-22 00:34:15 -03:00 |
|
Lucas Fernandes Nogueira
|
c54ddfe933
|
feat: expose window cursor APIs, closes #3888 #3890 (#3935)
|
2022-04-21 15:54:08 -03:00 |
|
Lucas Fernandes Nogueira
|
4cebcf6da7
|
feat: expose theme APIs, closes #3903 (#3937)
|
2022-04-21 15:03:29 -03:00 |
|
Lucas Nogueira
|
0299e500b6
|
chore(deps): update attohttpc to 0.19
|
2022-04-20 23:08:36 -03:00 |
|
Lucas Fernandes Nogueira
|
cc35608430
|
fix(core): do not serialize strings in http api form, closes #3910 (#3928)
|
2022-04-20 15:32:38 -03:00 |
|
renovate[bot]
|
71c7807fd8
|
chore(deps) Update Rust crate uuid to v1 (#3926)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-04-20 14:38:40 -03:00 |
|
renovate[bot]
|
718a42656e
|
chore(deps) Update Rust crate uuid to v1 (#3925)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-04-20 13:26:57 -03:00 |
|
Lucas Fernandes Nogueira
|
70ff55c1aa
|
fix(core): panic on menu event with minimized windows, closes #3902 (#3918)
|
2022-04-20 11:30:59 -03:00 |
|
Lucas Fernandes Nogueira
|
80b714af6b
|
fix: rendering issue when resizing with devtools open closes #3914 #3814 (#3915)
|
2022-04-19 19:04:52 -03:00 |
|
Lucas Fernandes Nogueira
|
f2a30d8bc5
|
refactor(core): use ayatana appindicator by default, keep option to use gtk (#3916)
|
2022-04-19 17:33:17 -03:00 |
|
Joep Meindertsma
|
c4320ed1bc
|
Improve docs for updater signing CLI usage (#3881)
|
2022-04-18 20:56:02 -03:00 |
|
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 |
|