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 |
|
Jonas Kruckenberg
|
84a19edafb
|
Add code signing explainer (#3377)
|
2022-02-09 14:01:19 -03:00 |
|
renovate[bot]
|
7690d1b92e
|
chore(deps) Update create-tauri-app (#3364)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-09 13:46:51 -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 |
|
renovate[bot]
|
391454d88a
|
chore(deps) Update Rust crate image to 0.24.0 (#3367)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 13:02:33 -03:00 |
|
Lucas Fernandes Nogueira
|
85632759c3
|
fix(examples): remove inline style usage due to CSP (#3373)
|
2022-02-09 12:45:34 -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 |
|
renovate[bot]
|
d6fbfaf7c2
|
chore(deps) Update Tauri API Definitions (#3369)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-09 11:37:51 -03:00 |
|
renovate[bot]
|
69c4e814fa
|
chore(deps) Update Tauri CLI (#3371)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 11:36:29 -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 |
|
Fabian-Lars
|
617b397a7f
|
feat(docs): Generate json AST for js api. Remove docs related workflows. (#3335)
* feat(docs): Generate json AST for js api
* generate api.json in docs folder
* remove doc workflows. add dispatch for tauri-docs
* move cli/config doc generation to tauri-docs
|
2022-02-09 00:02:51 +01:00 |
|
Fabian-Lars
|
4ae5e34079
|
fix(cli.rs): remove duplicate shortname for internal flag (#3361)
|
2022-02-08 13:13:46 -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 |
|
Lucas Fernandes Nogueira
|
a2d5929a8f
|
feat(cli.rs): wait for dev URL to be reachable, exit if command fails (#3358)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-02-08 10:43:07 -03:00 |
|
Didrik Nordström
|
3035e4581c
|
Remove target triple from sidecar bin paths, closes #3355 (#3356)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-07 22:16:09 -03:00 |
|
Lucas Fernandes Nogueira
|
5a94200f65
|
feat(core): expose functions to serialize serde::Serialize values to JS (#3354)
|
2022-02-07 20:17:58 -03:00 |
|
Jonas Kruckenberg
|
9aed299621
|
feat: plugin::Builder closes #2959 (#3005)
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-07 14:06:35 -03:00 |
|
Lucas Fernandes Nogueira
|
10e3190fdd
|
fix(core): do not use capture on _blank link event handler, closes #2791 (#3349)
|
2022-02-07 13:06:35 -03:00 |
|
Lucas Fernandes Nogueira
|
a03b85545a
|
fix(core): tray not closing on Windows (#3351)
|
2022-02-07 13:04:38 -03:00 |
|
Lucas Fernandes Nogueira
|
af44bf8168
|
feat(core): allow app run on any thread on Linux & Windows, closes #3172 (#3353)
|
2022-02-07 11:31:07 -03:00 |
|
Lucas Fernandes Nogueira
|
8483fde975
|
feat(core): expose run_return on Linux (#3352)
|
2022-02-07 11:30:45 -03:00 |
|
Lucas Fernandes Nogueira
|
55aa22de80
|
feat(core): add Window#open_devtools API, closes #1213 (#3350)
|
2022-02-07 10:04:33 -03:00 |
|
nothingismagick
|
58030172ed
|
feat(tauricon): remove from cli (#3293)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-07 00:59:51 -03:00 |
|
Lucas Fernandes Nogueira
|
03fc92c830
|
fix(core): resolve request instead of panicking on asset protocol (#3347)
|
2022-02-06 23:54:47 -03:00 |
|
Lucas Fernandes Nogueira
|
3d92f4c272
|
fix(cli.rs): --release flag for the dev command, closes #3324 (#3348)
|
2022-02-06 23:52:57 -03:00 |
|
Lucas Fernandes Nogueira
|
f739e446f5
|
fix(core): set window URL before preparing asset protocol CORS header (#3346)
|
2022-02-06 18:50:59 -03:00 |
|
Lucas Fernandes Nogueira
|
9b34055264
|
fix(core): window-specific event delivery, closes #3302 (#3344)
|
2022-02-06 17:50:02 -03:00 |
|
Lucas Fernandes Nogueira
|
6330b66be7
|
fix(core): sidecar usage on Windows, closes #3341 (#3345)
|
2022-02-06 16:59:20 -03:00 |
|
Lucas Nogueira
|
5e7611aaa7
|
fix(cli.rs): build on Windows
|
2022-02-06 10:52:01 -03:00 |
|
Lucas Fernandes Nogueira
|
a892728c08
|
fix(examples): allowlist configuration for core examples (#3340)
|
2022-02-06 10:50:45 -03:00 |
|
Fabian-Lars
|
7d2a6d8055
|
Fix(core): import regex if shell-open is enabled. (#3339)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-06 10:50:27 -03:00 |
|
philipborg
|
52e9a6d81a
|
fix: Make CMD handle quotes " properly. (#3334)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-02-06 10:22:07 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
343ea3e2e8
|
Update wry to 0.13 (#3336)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-06 10:08:12 -03:00 |
|
Lucas Nogueira
|
1e5a8c9db6
|
fix(cli.rs): lint warning on cross_command fn
|
2022-02-06 09:52:39 -03:00 |
|
Kasper
|
d0f9a03d20
|
Add tauri::Builder doc comment examples (#3151)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-02-05 20:36:36 -03:00 |
|
Amr Bashir
|
a8e5ad9299
|
fix: improve vs build tools detection, closes #3113 (#3144)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-05 20:17:39 -03:00 |
|
renovate[bot]
|
c5f3cbc683
|
chore(deps) Update dependency sirv-cli to v2 (#3134)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-05 15:20:32 -03:00 |
|
renovate[bot]
|
78bf08e9ad
|
chore(deps) Update Rust crate clap to v3.0.6 (#3194)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-05 15:17:55 -03:00 |
|
Lucas Fernandes Nogueira
|
af329f2722
|
feat(bundler): wix localization, closes #3174 (#3179)
|
2022-02-05 15:13:07 -03:00 |
|
Lucas Nogueira
|
de0543f3e0
|
feat(cli.rs): change inferred dev server port to 8080 for Svelte apps
|
2022-02-05 15:12:36 -03:00 |
|
Lucas Nogueira
|
a017fbc71d
|
fix(core): regression on dialog and updater feature flag usage
|
2022-02-05 14:55:28 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
1805d05867
|
Remove chrono dependency in some crates (#2890)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-05 14:21:04 -03:00 |
|
renovate[bot]
|
e855c1435d
|
chore(deps) Update Tauri API Definitions (#3195)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-05 13:11:30 -03:00 |
|
renovate[bot]
|
21fb74bb37
|
chore(deps) Update Rust crate clap to v3.0.7 (#3209)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-05 13:10:35 -03:00 |
|