Lucas Fernandes Nogueira
|
4c84559e1f
|
fix(cli): root resource bundling on Windows, closes #3539 (#3685)
|
2022-03-13 11:28:36 -03:00 |
|
Lucas Fernandes Nogueira
|
07d1584cf0
|
feat(core): add WindowEvent::FileDrop , closes #3664 (#3686)
|
2022-03-13 11:28:16 -03:00 |
|
Lucas Fernandes Nogueira
|
cc7c2d77da
|
feat(cli): allow conf path to be gitignored, closes #3636 (#3683)
|
2022-03-13 11:20:51 -03:00 |
|
Lucas Fernandes Nogueira
|
263b45e1b4
|
refactor(core): return boolean on Manager::manage (#3682)
|
2022-03-13 11:20:35 -03:00 |
|
Lucas Fernandes Nogueira
|
c81534ebd8
|
feat(cli): use default macOS minimum system version when it is empty (#3658)
|
2022-03-13 11:20:11 -03:00 |
|
Jonas Kruckenberg
|
0b49dd566d
|
impl Debug for State closes #3676 (#3677)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-11 22:28:47 -03:00 |
|
Lucas Fernandes Nogueira
|
49546c5269
|
feat(build): print error context (#3644)
|
2022-03-09 21:01:26 -03:00 |
|
Amr Bashir
|
49d2f13fc0
|
feat(cli): colorful cli (#3635)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-08 16:35:19 -03:00 |
|
Lucas Fernandes Nogueira
|
bcd43168a5
|
fix(core): properly add CSP header to fallback routes (#3641)
|
2022-03-08 12:44:51 -03:00 |
|
Lucas Nogueira
|
f5efc248da
|
fix(core): runtime CSP changes on Linux
|
2022-03-07 21:03:23 -03:00 |
|
github-actions[bot]
|
fbb9017840
|
Apply Version Updates From Current Changes (#3512)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-03-07 18:20:13 -03:00 |
|
Lucas Fernandes Nogueira
|
834ccc5153
|
feat(core): reimplement readTextFile for performance (#3631)
|
2022-03-07 11:34:33 -03:00 |
|
Lucas Fernandes Nogueira
|
9c65abce1b
|
feat(core): run cleanup code on the relaunch API (#3629)
|
2022-03-07 10:08:19 -03:00 |
|
Lucas Fernandes Nogueira
|
5293445f08
|
refactor(core): disable default features for the zip crate (#3624)
|
2022-03-06 21:30:15 -03:00 |
|
gardc
|
bdd5f7c2f0
|
fix: add support for Time-Stamping Protocol for Windows codesigning (fix #3563) (#3570)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-03-06 21:29:17 -03:00 |
|
Lucas Fernandes Nogueira
|
76c791bd2b
|
fix(core): regression on the unlisten function (#3623)
|
2022-03-06 20:45:38 -03:00 |
|
Lucas Fernandes Nogueira
|
c08cc6d500
|
fix(core): deadlock on focus events with invisible window,#3534 (#3622)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-03-06 18:44:12 -03:00 |
|
Lucas Fernandes Nogueira
|
3b13fda56f
|
feat(core): add WindowBuilder::on_request , closes #3533 (#3618)
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
|
2022-03-06 10:15:43 -03:00 |
|
Lucas Fernandes Nogueira
|
8c9358725a
|
refactor(core): move png and ico behind Cargo features (#3588)
|
2022-03-05 14:19:24 -03:00 |
|
Lucas Fernandes Nogueira
|
fce7d3bbae
|
feat(core): run app cleanup code before updater restart, closes #3605 (#3616)
|
2022-03-04 21:19:01 -03:00 |
|
Lucas Fernandes Nogueira
|
58070c1eb4
|
feat(core): filesystem and asset protocol scope events (#3609)
|
2022-03-04 21:18:50 -03:00 |
|
Lucas Fernandes Nogueira
|
3fe0260f4c
|
feat(core): allow CSP configuration to be an object, ref #3533 (#3603)
|
2022-03-04 21:18:39 -03:00 |
|
Lucas Fernandes Nogueira
|
141133a414
|
feat(core): add WindowBuilder type (#3598)
|
2022-03-04 21:18:22 -03:00 |
|
Lucas Fernandes Nogueira
|
da8824318a
|
fix(core): update tray menu ids on set_menu , closes #3608 (#3611)
|
2022-03-04 16:00:03 -03:00 |
|
Lucas Fernandes Nogueira
|
f7acb061e4
|
feat(cli): use plugin::Builder syntax on the plugin template (#3606)
|
2022-03-03 17:40:25 -03:00 |
|
Lucas Fernandes Nogueira
|
983ccb815b
|
feat(core): allow denying paths on the fs and asset scopes (#3607)
|
2022-03-03 17:32:12 -03:00 |
|
Lucas Fernandes Nogueira
|
b744cd2758
|
feat: extend scopes with user selected paths, closes #3591 (#3595)
|
2022-03-03 15:41:58 -03:00 |
|
Lucas Fernandes Nogueira
|
64e0054299
|
refactor(core): do not panic on invalid window labels,#3544 (#3596)
|
2022-03-03 14:47:31 -03:00 |
|
Lucas Fernandes Nogueira
|
4d0e2eccd9
|
fix(core): scope should not strip the first path component, closes #3592 (#3602)
|
2022-03-03 13:09:46 -03:00 |
|
Lucas Fernandes Nogueira
|
929a83dd4d
|
fix(core): ignore trailing slashes on scope validation, closes #3580 (#3601)
|
2022-03-03 13:09:28 -03:00 |
|
Lucas Fernandes Nogueira
|
4e1af005a1
|
refactor(core): rename command feature to process-command-api (#3594)
|
2022-03-03 10:40:44 -03:00 |
|
Lucas Fernandes Nogueira
|
9cb1059aa3
|
fix(api): do not throw an exception if __TAURI_METADATA__ is not set, fixes #3554 (#3572)
|
2022-03-03 10:40:31 -03:00 |
|
Lucas Fernandes Nogueira
|
0f1558980a
|
fix(core): docs.rs on Windows and macOS (#3566)
Co-authored-by: chip <chip@chip.sh>
|
2022-03-02 13:08:42 -03:00 |
|
Lucas Fernandes Nogueira
|
9b3b163baa
|
feat(core): simplify scope definition for sidecars (#3574)
|
2022-03-02 10:21:36 -03:00 |
|
chip
|
73388119e6
|
use older symlink check function (#3579)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-03-01 20:22:27 -03:00 |
|
Fabian-Lars
|
8d699283a4
|
fix(bundler): Auto-launch app from install location, closes #3547 (#3553)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-24 12:52:04 -03:00 |
|
Lucas Fernandes Nogueira
|
0a0de8ab6e
|
fix: read Command output ending with a carriage return, closes #3508 (#3523)
Co-authored-by: chip <chip@chip.sh>
|
2022-02-24 12:10:43 -03:00 |
|
Lucas Fernandes Nogueira
|
2b554c38a5
|
fix(core): revert to clap 3.0 API, allow deprecations, closes #3549 (#3552)
Co-authored-by: chip <chip@chip.sh>
|
2022-02-24 11:29:31 -03:00 |
|
Lucas Fernandes Nogueira
|
0163489ed6
|
fix(core): safe_block_on usage on async contexts, closes #3505 (#3513)
|
2022-02-24 10:06:50 -03:00 |
|
Lucas Fernandes Nogueira
|
944b124ce0
|
feat(core): enhance HTTP scope glob validation, closes #3507 (#3515)
|
2022-02-24 10:06:19 -03:00 |
|
Lucas Fernandes Nogueira
|
6a6f1e7bf9
|
fix(bundler): build updater bundle for all .msi files (#3520)
|
2022-02-24 10:05:58 -03:00 |
|
Lucas Fernandes Nogueira
|
d06efc7704
|
fix(core): parse range bytes=0-* , closes #3143 (#3516)
|
2022-02-24 10:05:50 -03:00 |
|
Fabian-Lars
|
fb6744daa4
|
feat(cli.js): add 32bit cli for windows (#3540)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-24 10:05:13 -03:00 |
|
Lucas Fernandes Nogueira
|
080755b537
|
feat(core): warn if private APIs are not enabled, closes #3481 (#3511)
|
2022-02-19 10:22:54 -03:00 |
|
github-actions[bot]
|
82b7f51956
|
Apply Version Updates From Current Changes (#3468)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-02-18 11:37:36 -03:00 |
|
Lucas Fernandes Nogueira
|
5999379fb0
|
chore(cli): improve "waiting for dev server" message, closes #3491 (#3504)
|
2022-02-18 10:39:22 -03:00 |
|
Lucas Fernandes Nogueira
|
fce344b90b
|
feat(core): set default value for minimum_system_version to 10.13 (#3497)
|
2022-02-17 22:19:16 -03:00 |
|
Lucas Fernandes Nogueira
|
4bacea5bf4
|
feat(core): set MACOSX_DEPLOYMENT_TARGET environment variable, closes #2732 (#3496)
|
2022-02-17 19:00:19 -03:00 |
|
Lucas Fernandes Nogueira
|
17f17a80f8
|
fix(cli): do not panic if private key password is wrong, closes #3449 (#3495)
|
2022-02-17 18:41:47 -03:00 |
|
Jacob Bolda
|
53e4dd8c2d
|
remove create-tauri-app (#3493)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-17 18:20:56 -03:00 |
|