Commit Graph

1007 Commits

Author SHA1 Message Date
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
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
renovate[bot]
a2f3f57ff0 chore(deps) Update Rust crate tokio to 1.4 (#1383)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-24 02:19:11 -03:00
renovate[bot]
655e01334f chore(deps) Update Tauri API Definitions (#1384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-24 02:18:05 -03:00
Amr Bashir
2b8e93fb94 fix(tauri-api): remove .exe from app_name on windows (#1379) 2021-03-23 15:52:35 -03:00
Lucas Fernandes Nogueira
c6a91a27e9 refactor(core): custom protocol URL uses the app identifier (#1376)
* refactor(core): custom protocol URL uses the app identifier

* fix: clippy
2021-03-23 00:03:31 -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
Amr Bashir
52c2baf940 feat: add current working directory to path api module (#1375) 2021-03-22 22:13:12 -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
Ngo Iok Ui (Wu Yu Wei)
55c2db460e refactor(core): reduce usage on arc and mutex (#1361)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-22 21:07:09 -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
Lucas Fernandes Nogueira
af24034405 fix(config): serde_json::Value::Object takes a Map instead of HashMap (#1371)
* fix(config): serde_json::Value::Object takes a Map instead of HashMap

* fix: fmt
2021-03-18 12:00:52 -03:00
david
2554fce70e fix(tauri/webview): Use different user_data_path for Windows (#1365) (#1366)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-17 21:17:37 -03:00
renovate[bot]
914e46342c chore(deps) Update Tauri API Definitions (#1363)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-17 20:58:34 -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
Kid
2fc39fc341 fix(api/http): correct types (#1360)
* fix(api/http): correct types

* Add changes

* Update correct-http-api-types.md
2021-03-17 11:39:15 +01: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
b670ec55f2 refactor(core): add unlisten, once APIs to the event system (#1359) 2021-03-16 09:50:04 -03:00
Lucas Fernandes Nogueira
46f3d5ffef chore(deps): remove winres from template (#1357) 2021-03-14 23:35:48 -03:00
Alve Larsson
53fd48e811 API example new ui (#1310)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-14 22:48:08 -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
Ngo Iok Ui (Wu Yu Wei)
1086b3b85f refactor(core): use Mutex in std to reduce async usage (#1350)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-12 23:01:05 -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
Gabe Cohen
bd1df5d804 fix: get correct resource dir in AppImge (fix #1308) (#1333)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-12 22:10:04 -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
Lucas Fernandes Nogueira
d857a2f4fc fix(core): wrong usage of wry RPC on event API (#1351) 2021-03-11 14:32:25 -03:00
renovate[bot]
350ebb83e5 chore(deps) Update Rust crate open to 1.6.0 (#1348)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-10 17:11:32 -08:00
renovate[bot]
1c3917b713 chore(deps) Update Rust crate tokio to 1.3 (#1343)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-10 01:24:07 -03:00
renovate[bot]
14dbd43841 chore(deps) Update Tauri API Definitions (#1344)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-10 01:23:36 -03:00
Noah Klayman
7c0bf642a9 feat(api/shell): allow open command to open files (#1341) 2021-03-10 01:20:54 -03:00
Noah Klayman
e996e1bcbd fix(api/window): rename manager export to appWindow (#1342) 2021-03-10 01:20:27 -03:00
Lucas Fernandes Nogueira
dd5a945b7e refactor(core): app hooks (#1332) 2021-03-09 19:41:02 -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
renovate[bot]
fde3621a18 chore(deps) Update Tauri API Definitions (#1317)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-07 21:58:05 -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]
1cc2a73f92 chore(deps) Update Rust crate once_cell to 1.7.2 (#1314)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-07 21:38:25 -03:00