Commit Graph

186 Commits

Author SHA1 Message Date
Lucas Fernandes Nogueira
bf49604c4c chore(tauri) version updates (#659) 2020-06-11 21:18:38 +02:00
Lucas Fernandes Nogueira
3953662b82 fix(tauri) use web-view fork to fix windows build on SDK 10.0.19041.1 (#657) 2020-06-11 12:12:58 -03:00
Lucas Fernandes Nogueira
0f55a8f4f7 fix(tauri) dev crashes when server not running, path not found, multiple app instances on HMR (#654) 2020-06-11 12:10:42 -03:00
chip
030f290e1b use cargo lockfile for tauri dependency during tauri info. close #610 (#655) 2020-06-11 11:19:57 -03:00
chip
69ac1c5228 Don't recurse directories while displaying tree during info command (#656)
The `tauri info` command displays the directories in the application dir. It only
displays 1 directory deep, but the function finding them recurses all subdirectories.
Limiting finding directories to 1 layer deep significantly reduces time to display
the folder from 9900ms to 4ms on my machine.
2020-06-10 23:07:19 -03:00
renovate[bot]
5833f284e4 chore(deps) Update Rust crate serde_json to 1.0.55 (#650)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 11:49:07 -03:00
renovate[bot]
3a962274c2 chore(deps) Update Tauri JS CLI (#653)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 11:48:38 -03:00
Rajiv Shah
a4b291e44c chore(tauri.js): Resolve eslint errors (#648) 2020-06-09 22:09:43 -03:00
renovate[bot]
78b98cc7ee chore(deps) Update Tauri JS CLI (#638)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-04 07:57:10 +02:00
renovate[bot]
edb523dd02 chore(deps) Update dependency imagemin-pngquant to v9 (#639)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-04 07:56:33 +02:00
chip
7a1a3d60d9 move tauri.js injection to <head>. Fixes #625 (#629) 2020-05-31 18:47:58 -03:00
renovate[bot]
d6e82b4f06 chore(deps) Update Tauri JS CLI (#597)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-05-30 08:54:16 -03:00
renovate[bot]
5fc6ea79cf chore(deps) Update Tauri JS CLI (major) (#598)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-05-29 20:48:57 -03:00
renovate[bot]
974cd3d8ed chore(deps) Pin dependencies (#620)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-29 20:08:17 -03:00
renovate[bot]
7a26fe8743 chore(deps) Update Rust crate includedir to 0.6.0 (#622)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-29 16:00:51 -03:00
chip
a1be396704 don't remove link attributes on html rewrite when in dev (#624) 2020-05-29 15:30:19 -03:00
chip
c6dce8e7e8 Proxy headers during tauri dev (#612) 2020-05-26 11:47:54 -03:00
chip
08f0417175 fix(tauri.js/api/info): detect version shorthand for tauri crate 2020-05-22 14:42:37 -07:00
renovate[bot]
88a915cbf9 chore(deps) Update Rust crate serde_json to 1.0.53 (#596)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-22 07:57:08 -03:00
Lucas Nogueira
3c0dfe711b chore(authors) update email 2020-05-21 19:25:03 -03:00
Lucas Fernandes Nogueira
5278c8a8f9 chore(versions) update tauri.js to 0.6.2 [version updates] (#607) 2020-05-21 19:24:12 -03:00
Lucas Nogueira
19c14a4c03 fix(tauri.js) add types 2020-05-21 19:16:43 -03:00
Lucas Fernandes Nogueira
fef54ad6e8 Feat/proxy devserver (#603) 2020-05-21 11:48:57 -03:00
Noah Klayman
0c141f4922 fix(tauri.js): exit with code 1 if paths are missing, fixes #594 (#599) 2020-05-19 17:24:08 -07:00
Lucas Fernandes Nogueira
4b54cc1564 feat(tauri) add httpRequest API (#589) 2020-05-11 17:03:58 -03:00
Lucas Fernandes Nogueira
b9277ea53f chore(tauri) version updates (bundler & tauri.js 0.6.0, tauri 0.5.1) (#587) 2020-05-08 21:19:39 -03:00
renovate[bot]
9718034023 chore(deps) Update Tauri JS CLI to v26 (major) (#582) 2020-05-08 10:08:34 -03:00
Lucas Fernandes Nogueira
50dcce8e24 fix(tauri.js) beforeDevCommand an beforeBuildCommand cwd as appDir (#583) 2020-05-08 10:07:45 -03:00
renovate[bot]
aa5d11612e chore(deps) Update Rust crate serde_json to 1.0.52 (#577) 2020-05-05 10:35:32 -03:00
renovate[bot]
d2cf9c4ea2 chore(deps) Update Tauri JS CLI (#578) 2020-05-05 10:35:03 -03:00
Lucas Fernandes Nogueira
1d792d2a54 feat(tauri.js) add proxy devServer so we can inject tauri.js script, closes #212 #483 (#559) 2020-05-05 09:10:39 -03:00
Lucas Fernandes Nogueira
7e7b43cef3 feat(bundler) move deb & OSX bootstrappers behind config flag, closes #527 (#574) 2020-04-26 13:42:12 -03:00
renovate[bot]
a2b29949b7 chore(deps) Update Tauri JS CLI (major) (#573) 2020-04-26 10:13:20 -03:00
renovate[bot]
945110a810 chore(deps) Update Rust crate tiny_http to 0.7 (#570) 2020-04-26 08:30:44 -03:00
renovate[bot]
e0484ceab8 chore(deps) Update Tauri JS CLI (#572) 2020-04-26 08:26:11 -03:00
renovate[bot]
79e6f7f3f0 chore(deps) Update Tauri JS CLI (#561)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tensor-Programming <tensordeveloper@gmail.com>
2020-04-16 13:38:10 -04:00
renovate[bot]
db673ccf40 chore(deps) Update Tauri JS CLI (#562)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-16 04:20:50 -04:00
renovate[bot]
4397a900ae chore(deps) Update Rust crate serde_json to 1.0.51 (#540)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-16 04:19:31 -04:00
Lucas Fernandes Nogueira
db7d10308f feat(bundler) dmg bundle (#551)
* feat(bundler) dmg bundle

* feat(bundler) fix dmg bundle support scripts, add license option

* chore(bundler) add "forked from" notice

* fix(tests) remove dmg bundling from the template test
2020-04-07 11:18:37 -03:00
nothingismagick
5fbd580f83 chore(tauri.js): version updates (#556) 2020-04-06 17:47:03 +02:00
nothingismagick
b575325495 fix(tauri.js): api tauri import (#555)
closes #554 - thanks @arkhenstone !
2020-04-06 17:42:02 +02:00
Rajiv Shah
f7a1c36468 chore(tauri.js): Sync lockfile (#550) 2020-04-03 21:30:24 +02:00
Lucas Fernandes Nogueira
f24f7e18f3 feat(tauri) bundle formats config on tauri.js, fix bundler appim… (#537)
* feat(tauri) bundle formats config on tauri.js, fix bundler appimage

* fix(bundler) dmg chmod correctly
2020-04-03 13:30:55 -03:00
Lucas Fernandes Nogueira
f36ce6564c docs(api) fix JSDoc types (#538) 2020-04-03 13:30:26 -03:00
Lucas Nogueira
ad91e3022b Merge branch 'master' into dev 2020-04-02 19:21:06 -03:00
Lucas Fernandes Nogueira
96cea8206b chore(tauri.js) version updates (#546) 2020-04-03 00:16:53 +02:00
Matthias
2fc2fc2ca0 Updated the dependencies (and fixed the decompress vulnerability) (#545) 2020-04-02 23:38:19 +02:00
Matthias
b9749b71d9 yarn upgrade (#542) 2020-04-01 10:28:15 +02:00
Lucas Fernandes Nogueira
7e2854007a test(e2e) add FS API tests (#521)
* fix(tauri.js) update e2e test

* test(e2e) add FS API tests

* fix(tauri.js) lint errors

* fix(tauri) clippy checks

* fix(test) use " instead of '
2020-03-29 23:41:45 -03:00
renovate[bot]
4313b197ae chore(deps) Update Tauri JS CLI (major) (#519)
* chore(deps) Update Tauri JS CLI

* fix(tauri.js) lint error

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-03-29 15:27:29 -03:00