Amr Bashir
b9cbaad4d3
fix(api): use correct path for rollup bundle output ( #1448 )
2021-04-08 21:08:33 -03:00
Lucas Fernandes Nogueira
8b36fe0c5d
refactor: move tauri crates to /core folder ( #1444 )
2021-04-08 13:22:20 -03:00
Lucas Fernandes Nogueira
0648bc4184
fix(event): once
deadlock ( #1446 )
2021-04-08 12:51:06 -03:00
david
e511d39910
feat(api): Expose application metadata and functions to JS api - fix #1387 ( #1445 )
2021-04-08 12:50:55 -03:00
chip
8a69792ebb
refactor(tauri-api): remove unsafe usage in rpc callback generator ( #1443 )
2021-04-08 12:47:17 -03:00
chip
d250e769da
feat(tauri): auto Tag impl now requires debug ( #1435 )
2021-04-08 09:37:51 -03:00
renovate[bot]
27c162ddfe
chore(deps) Update Rust crate ignore to ^0.4.17 ( #1439 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-08 09:37:17 -03:00
renovate[bot]
cbbb16176e
chore(deps) Update Tauri API Definitions ( #1440 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-08 09:36:57 -03:00
renovate[bot]
6e147ab8a6
chore(deps) Update Tauri JS CLI ( #1441 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-08 09:36:45 -03:00
William
eeb20308ac
Use JSON.parse instead of literal JS for callback formatting ( #1370 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2021-04-06 22:00:23 -03:00
chip
9ce0569f17
fix(example): unlisten to event on tab change in api example ( #1436 )
...
* unlisten to event on tab change in api example
* rewrite
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-06 19:51:15 -03:00
chip
f4ae2d2487
feat(tauri): fetch window(s) from Manager ( #1434 )
2021-04-06 17:51:05 -03:00
chip
94038b5e71
refactor(tauri): remove app runner, use builder ( #1429 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-06 17:50:53 -03:00
Lucas Fernandes Nogueira
9b35cf7a1b
feat(config): simplify app urls with custom paths ( #1432 )
2021-04-06 02:01:32 -03:00
chip
8584e667cd
speed up asset inclusion on debug mode ( fixes #1394 ) ( #1430 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-06 01:15:53 -03:00
Lucas Nogueira
836d9d0834
chore: remove unused dep on example
2021-04-05 21:57:22 -03:00
Lucas Fernandes Nogueira
6a367020a2
chore: reintroduce option to access window APIs on command fn ( #1427 )
2021-04-05 20:55:52 -03:00
Lucas Fernandes Nogueira
5f212d3959
fix(core): use Object.create(null) to prevent possible proto pollution ( #1416 )
2021-04-05 15:37:06 -03:00
renovate[bot]
a12dc92c17
chore(deps) Update Rust crate attohttpc to 0.17.0 ( #976 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-05 14:52:12 -03:00
renovate[bot]
3e9d0954af
chore(deps) Update Rust crate tokio to 1.4 ( #1417 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-05 14:52:04 -03:00
renovate[bot]
81a290f0f1
chore(deps) Update Tauri JS CLI ( #907 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-05 14:51:45 -03:00
david
6d70c8e1e2
feat(updater): Alpha version ( #643 )
...
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: nothingismagick <denjell@mailscript.com>
Co-authored-by: Laegel <valentin.chouaf@laposte.net>
2021-04-05 14:51:17 -03:00
chip
2ea56cf21d
refactor(tauri): add some better docs for Tag ( #1425 )
2021-04-05 13:33:07 -03:00
chip
43589c9b8c
refactor(tauri): move static salts into manager instance ( #1426 )
2021-04-05 13:31:57 -03:00
chip
2158a68d7d
wip: big refactor, removing application cycle + allowing generic parameters to the application ( #1400 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-03 21:41:04 -03:00
Jacob Bolda
c718bd2382
chore: tauri.js dead code elim ( #1422 )
...
* remove templates, only used it CTA
* help command is empty, remove
* delete files that aren't imported / required
* set files array to ignore src and config files
* remove unused deps
* add arch notes for future ref
* change file
2021-04-01 13:46:59 -05:00
Lucas Nogueira
eea4929eda
fix(api): remove cjs, rename .mjs to .js
2021-04-01 14:31:46 -03:00
Lucas Fernandes Nogueira
4de949f981
fix(core): ignore query string on custom protocol asset resolver ( #1420 )
2021-03-31 23:02:16 -03:00
Lucas Nogueira
5eb04461ae
fix: asset resolution on debug mode
2021-03-31 02:51:32 -03:00
renovate[bot]
52a5a6727e
chore(deps) Update Tauri JS CLI ( #1414 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-31 02:40:09 -03:00
renovate[bot]
5971a63f5b
chore(deps) Update dependency @rollup/plugin-commonjs to v18 ( #1415 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-31 02:29:46 -03:00
Lucas Fernandes Nogueira
3713066e45
refactor(core): rewrite shell execute API, closes #1229 ( #1408 )
2021-03-31 02:19:03 -03:00
renovate[bot]
b5cecbe212
chore(deps) Update Tauri Bundler ( #1412 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-31 02:17:37 -03:00
renovate[bot]
6dbe1763d5
chore(deps) Update Tauri CLI ( #1413 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-31 02:17:22 -03:00
renovate[bot]
3427425a30
chore(deps) Update Rust crate rfd to 0.2.2 ( #1410 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-31 01:30:44 -03:00
renovate[bot]
a85710596c
chore(deps) Update Tauri API Definitions ( #1411 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-31 01:14:33 -03:00
Lucas Fernandes Nogueira
c8992bb0bf
refactor(api): use secure RNG, closes #1356 ( #1398 )
2021-03-30 00:26:40 -03:00
Lucas Fernandes Nogueira
4e9d31c70b
feat(cli): propagate args passed after dev --
, closes #1406 ( #1407 )
2021-03-30 00:25:25 -03:00
Mehdi Rezaei
9fc2385702
update to sharp 0.28.0 for cpu arm (m1) ( #1404 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-29 18:23:00 -03:00
Lucas Fernandes Nogueira
32eb0d562b
feat(cli): run beforeDev and beforeBuild in a shell, closes #1295 ( #1399 )
2021-03-28 20:25:06 -03:00
Lucas Fernandes Nogueira
fd5bb2c201
feat(bundler) code signing ( #473 )
...
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
Co-authored-by: David Lemarier <david@lemarier.ca>
2021-03-28 19:58:44 -03:00
William
0d3e2c5542
Fix extremely slow dev builds caused by embedding + compressing assets at compile time ( #1395 )
2021-03-27 19:51:09 -03:00
Lucas Fernandes Nogueira
9aa64454be
fix(cli): disable custom-protocol feature on dev command ( #1393 )
2021-03-27 09:55:54 -03:00
Lucas Fernandes Nogueira
1318ffb47c
refactor(core): remove async from app hooks, add InvokeMessage type ( #1392 )
2021-03-26 14:19:03 -03:00
Lucas Fernandes Nogueira
c3e06ee9e8
refactor(cli): rewrite info in Rust ( #1389 )
2021-03-25 22:19:32 -03:00
renovate[bot]
30444dc525
chore(deps) Update Tauri JS CLI ( #1385 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-25 21:52:28 -03:00
chip
b79462e5cc
replace lazy_static uses with once_cell ( #1391 )
2021-03-25 21:50:24 -03:00
Lucas Fernandes Nogueira
080f6391ba
refactor(bundler): specific settings on dedicated structs, update README ( #1380 )
2021-03-25 01:56:00 -03:00
Lucas Fernandes Nogueira
f72b93b676
refactor(cli): rewrite init command in Rust ( #1382 )
...
Co-authored-by: nothingismagick <denjell@mailscript.com>
2021-03-24 19:21:03 -03:00
renovate[bot]
b0d0b286eb
chore(deps) Update dependency rollup to v2.42.4 ( #1386 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-24 11:55:04 -03:00