Commit Graph

493 Commits

Author SHA1 Message Date
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
6a367020a2
chore: reintroduce option to access window APIs on command fn (#1427) 2021-04-05 20:55:52 -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]
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
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
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]
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
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
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
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
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
Amr Bashir
5b9e08f2f4
fix(cli): prmpt user before install deps in init (#1381)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-24 03:11:10 -03:00
Lucas Fernandes Nogueira
8bdd894925
refactor(core): move bundle script to /tauri crate (#1377)
* refactor(core): move bundle script to /tauri crate

* fix(cli): clippy

* fix(core): tests
2021-03-23 00:03:07 -03:00
Lucas Fernandes Nogueira
5b3d9b2c07
feat(config): allow setting product name and version on tauri.conf.json (#1358) 2021-03-22 21:51:23 -03:00
Lucas Fernandes Nogueira
3047a18975
feat(bundler): add visual c++ redistributable files with MSM (#1368) 2021-03-22 21:06:07 -03:00
Lucas Fernandes Nogueira
2afb3f8ad5
fix(tauri.js): init command properly building with manifests (#1374)
* fix(tauri.js): init command properly building with manifests

* fix: tests
2021-03-22 21:05:37 -03:00
renovate[bot]
6a6d707efe
chore(deps) Update Tauri JS CLI (#1364)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-17 20:56:28 -03:00
Amr Bashir
4ee044a3e6
fix(cli): use correct arg in _blanks links polyfill (#1362) 2021-03-16 21:47:56 -03:00
Lucas Fernandes Nogueira
46f3d5ffef
chore(deps): remove winres from template (#1357) 2021-03-14 23:35:48 -03:00
Noah Klayman
4c9d419eec
fix(examples): build error (#1354)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-12 23:49:55 -03:00
renovate[bot]
89a3380367
chore(deps) Update Tauri JS CLI (#1346)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-12 22:13:08 -03:00
chip
c88838aa76
feat: build without proc macros (#1226)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-12 22:10:19 -03:00
Lucas Fernandes Nogueira
2db901e744
feat(core): add file drop handler (#1352) 2021-03-12 21:02:36 -03:00
chip
53910ff7ac
copy cli config definition window visibility defaults (#1353) 2021-03-12 20:23:00 -03:00
renovate[bot]
99dbc42cf1
chore(deps) Update Tauri JS CLI (#1291)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-07 23:01:26 -03:00
renovate[bot]
d02cb6a824
chore(deps) Update Tauri API Definitions (major) (#1290)
* chore(deps) Update Tauri API Definitions

* chore: update to husky v5

* chore: remove husky script

* chore: recreate lock file

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-07 22:43:36 -03:00
Noah Klayman
8e9752bb8b
feat(bundler/wix): install webview2 runtime (#1329)
* feat(bundler/wix): install webview2 runtime

* add changefile
2021-03-07 22:00:29 -03:00
Noah Klayman
4178212517
feat(cli/build): improve no distDir error message (#1306)
* feat(cli/build): improve no distDir error message

* chore: use Path's Display impl

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-07 21:54:24 -03:00
renovate[bot]
28c1fc57f3
chore(deps) Update Rust crate image to 0.23.14 (#1313)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-07 21:38:38 -03:00
renovate[bot]
96bb41c92c
chore(deps) Update Rust crate serde_json to 1.0.64 (#1315)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-07 21:38:14 -03:00
renovate[bot]
05135ca120
chore(deps) Update Tauri JS CLI (#1319)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-07 21:37:25 -03:00
Lucas Fernandes Nogueira
b0c1009098
refactor(core): use wry RPC API (#1327) 2021-03-06 23:19:12 -03:00
Noah Klayman
427d170930
feat(api/invoke): separate cmd arg (#1321) 2021-03-04 21:18:25 -03:00
Lucas Fernandes Nogueira
ba9146df5b
chore(deps): remove runas, closes #1000 (#1309) 2021-03-01 11:27:19 -03:00
Fernando Chu
4a996fd3b9
Add space after commas in command list (#1307) 2021-02-28 21:49:21 -03:00
Noah Klayman
1f2e7a3226
feat(core): improved command matching with macros, fixes #1157 (#1301)
Co-authored-by: chip <chip@chip.sh>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2021-02-28 10:55:48 -08:00
chip
591f1ba846
use Wry as default ApplicationExt (#1303)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-02-28 10:34:43 -03:00
Noah Klayman
0c691f40a3
feat(core): Use Wry custom protocol instead of embedded server (#1296)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-02-25 17:07:30 -08:00
renovate[bot]
c16a2730ff
chore(deps) Update dependency webpack to v5.24.2 (#1292)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 20:06:27 -03:00
renovate[bot]
973e60209a
chore(deps) Update Tauri CLI (#1282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 15:16:31 -03:00
renovate[bot]
82d02c4205
chore(deps) Update Tauri JS CLI (#1284)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 15:01:20 -03:00
renovate[bot]
d7f9abec06
chore(deps) Update Rust crate attohttpc to 0.16.3 (#1279)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 00:44:21 -03:00