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
|
b571c249dc
|
chore(deps): update to wry v0.13.2 (#3503)
|
2022-02-18 10:39:10 -03:00 |
|
Fabian-Lars
|
a7fd9e3f03
|
fix(deps): update webview2-com to 0.13.0 to fix compilation on windows (#3502)
|
2022-02-18 09:57:55 -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 |
|
Jacob Bolda
|
53e4dd8c2d
|
remove create-tauri-app (#3493)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-17 18:20:56 -03:00 |
|
Lucas Fernandes Nogueira
|
84895a9cd2
|
fix(runtime): trait requirements (#3489)
|
2022-02-17 17:44:46 -03:00 |
|
Lucas Fernandes Nogueira
|
b8e4d651f9
|
fix(core): drop all plugin builder Sync requirements (#3490)
|
2022-02-17 17:44:37 -03:00 |
|
Lucas Nogueira
|
b4212eb2ae
|
refactor(core): drop usage of deprecated clap APIs
|
2022-02-17 12:39:58 -03:00 |
|
Lucas Fernandes Nogueira
|
060538331c
|
feat(core): add context to the filesystem APIs errors, closes #3457 (#3480)
|
2022-02-16 21:45:40 -03:00 |
|
Lucas Fernandes Nogueira
|
d6918efdaf
|
refactor(core): use anyhow for endpoint errors, ref #3457 (#3467)
|
2022-02-16 10:12:10 -03:00 |
|
Jonas Kruckenberg
|
fb7ee2c987
|
drop Sync req from setup and setup_with_config (#3471)
|
2022-02-16 10:06:56 -03:00 |
|
github-actions[bot]
|
bf05c3aeb4
|
Apply Version Updates From Current Changes (#3461)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-02-14 18:47:19 -03:00 |
|
Lucas Fernandes Nogueira
|
afcc3ec501
|
fix(build): rerun if resource or sidecar change (#3460)
|
2022-02-14 18:33:40 -03:00 |
|
Lucas Nogueira
|
a1882b84b7
|
fix(ci): update bundle.js
|
2022-02-14 10:49:41 -03:00 |
|
github-actions[bot]
|
8d290cb2d7
|
Apply Version Updates From Current Changes (#3430)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-02-14 02:17:24 -03:00 |
|
Lucas Fernandes Nogueira
|
e1b8fc739a
|
docs(core): add examples to the API module (#3450)
|
2022-02-14 02:00:56 -03:00 |
|
Lucas Fernandes Nogueira
|
20f0477f95
|
fix(core): updater not replacing variables, closes #3428 (#3432)
|
2022-02-13 11:48:10 -03:00 |
|
Kan-Ru Chen
|
28e4845a89
|
fix: InvalidArgs error message should include the command name (#3433)
|
2022-02-13 11:25:50 -03:00 |
|
Lucas Nogueira
|
bdd41e2413
|
fix(changelog): mark macos-private-api feature as breaking change
|
2022-02-13 01:20:22 -03:00 |
|
Jonas Kruckenberg
|
fd557e984d
|
Ease plugin hook restrictions (#3404)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-13 00:55:57 -03:00 |
|
github-actions[bot]
|
d24045e884
|
Apply Version Updates From Current Changes (#3414)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-02-12 10:47:49 -03:00 |
|
Jonas Kruckenberg
|
369d0c9d09
|
doc: Add plugin::Builder examples and expand doc comments (#3422)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-02-12 10:39:56 -03:00 |
|
Lucas Fernandes Nogueira
|
3a4c016061
|
fix(core): change default freezePrototype to false, closes #3416 #3406 (#3423)
|
2022-02-12 10:28:05 -03:00 |
|
chip
|
c046681b51
|
fix text file busy on linux CI (#3413)
|
2022-02-11 23:00:09 -03:00 |
|
chip
|
65287cd614
|
remove non-existent cargo rerun check (#3412)
|
2022-02-11 22:19:55 -03:00 |
|
Lucas Nogueira
|
cb5c722c3f
|
docs(api): document FS scope
|
2022-02-11 15:40:13 -03:00 |
|
Lucas Nogueira
|
317d5dd17d
|
docs(api): document shell scope
|
2022-02-11 15:04:00 -03:00 |
|
Lucas Nogueira
|
f37a36f58b
|
fix: streaming example
|
2022-02-11 14:12:44 -03:00 |
|
github-actions[bot]
|
0876bbbb57
|
Apply Version Updates From Current Changes (#2522)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-10 18:03:25 -03:00 |
|
Lucas Fernandes Nogueira
|
45d427e44c
|
Merge pull request #3389 from tauri-apps/next
|
2022-02-10 17:30:34 -03:00 |
|
Lucas Fernandes Nogueira
|
2403e732df
|
feat(cli.rs): add tests to node binding, delete cli.js (#3381)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: LongYinan <lynweklm@gmail.com>
|
2022-02-10 16:45:41 -03:00 |
|
Lucas Nogueira
|
8562706428
|
fix(core): documentation links
|
2022-02-10 16:03:24 -03:00 |
|
Jonas Kruckenberg
|
d5400a3d62
|
once_global and once accept FnOnce callbacks (#3383)
|
2022-02-10 11:29:47 -03:00 |
|
Lucas Fernandes Nogueira
|
7918584b5c
|
feat(core): expose setup_with_config on the plugin builder (#3379)
|
2022-02-10 11:24:25 -03:00 |
|
Lucas Fernandes Nogueira
|
c119060e3d
|
refactor(core): empty default value for config > tauri > windows (#3380)
|
2022-02-10 11:23:08 -03:00 |
|
Lucas Nogueira
|
e61162aa9a
|
refactor(example): use path_resolver API on the resource example
|
2022-02-10 11:21:02 -03:00 |
|
Fabian-Lars
|
02ac3215ea
|
feat(cli.js): rewrite cli.js with napi-rs, closes #2651,#3287 (#3370)
Co-authored-by: Chip Reed <chip@chip.sh>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 22:11:00 -03:00 |
|
renovate[bot]
|
d218499574
|
chore(deps) Update Tauri Utils (#3375)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 14:18:46 -03:00 |
|
Lucas Fernandes Nogueira
|
7aca0a6233
|
refactor(core): simplify shell scope, input only string arrays (#3372)
|
2022-02-09 13:44:52 -03:00 |
|
renovate[bot]
|
55726f236c
|
chore(deps) Update Tauri Core (#3374)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 13:44:40 -03:00 |
|
renovate[bot]
|
d694027447
|
chore(deps) Update Rust crate heck to 0.4 (#3366)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 13:44:28 -03:00 |
|
Lucas Nogueira
|
ef9ecd511f
|
fix(ci): windows tests
|
2022-02-09 12:44:08 -03:00 |
|
renovate[bot]
|
27b1a0719a
|
chore(deps) Update Rust crate cargo_toml to 0.11 (#3365)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-09 11:49:14 -03:00 |
|
renovate[bot]
|
b5581741e8
|
chore(deps) Update Rust crate sha2 to 0.10 (#3368)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-09 11:40:01 -03:00 |
|
Lucas Nogueira
|
e0588c45b8
|
fix(tests): remove windows assertion on check_read_string_fail
|
2022-02-09 01:26:50 -03:00 |
|
Lucas Fernandes Nogueira
|
7b7a3a89d1
|
feat(core): update serialize-to-javascript dependency (#3363)
|
2022-02-09 01:24:35 -03:00 |
|
Lucas Fernandes Nogueira
|
5eb72c24de
|
refactor: copy resources and sidecars on the Cargo build script (#3357)
|
2022-02-08 13:13:21 -03:00 |
|
Lucas Fernandes Nogueira
|
4a10e88c4b
|
feat(docs): document data URLs usage (#3360)
|
2022-02-08 11:11:32 -03:00 |
|