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
Tensor-Programming
6ab67ed390
feat(bundler) remove error_chain and add thiserror and anyhow. ( #623 )
...
* Publish (#547 )
Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
* chore(tauri.js): version updates (#556 ) (#557 )
Co-authored-by: nothingismagick <denjell@sfosc.org>
* Publish (#588 )
* hotfix(tauri.js) proxy dev-server websocket connection so HMR works (#591 )
* hotfix(tauri.js) proxy dev-server websocket connection so HMR works
* chore(tauri.js) lint fix
* Publish (#606 )
* Publish (#608 )
* chore(api): "version updates" (#614 ) (#615 )
bump api version
Co-authored-by: nothingismagick <denjell@mailscript.com>
* add anyhow and thiserror to bundler.
* remove error chain
* cleanup
* fix import paths.
* remove bail calls.
* add more consistent error descriptions.
* add cfg for non-linux errors.
* fix linux cfg
* fix maskfile
* add runas and loopback command
* cleanup maskfile clean.
* fix cfg
* export print info and fix cfg.
* fix maskfile's logic
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
Co-authored-by: nothingismagick <denjell@sfosc.org>
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
Co-authored-by: nothingismagick <denjell@mailscript.com>
2020-05-29 19:56:05 -04: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
Wu Yu Wei
c23675b5e5
refactor(tauri) update error handling crate to anyhow+thiserror, close #613 ( #621 )
...
* Replace error-chain with thiserror in util crate
* Replace errorchain with anyhow/thiserror in api
* Replace with anyhow/thiserror in updater
* Replace with anyhow/thiserror in tauri
* Fix error handling on windows
2020-05-29 19:22:04 -04: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
Rajiv Shah
5a965a2ec9
fix(bundler): Update missing icon error message ( #626 )
2020-05-29 15:28:29 -03:00
Tensor-Programming
d2ba2ffabd
fix vanilliajs folder
2020-05-28 04:36:41 -04:00
Tensor-Programming
9c3aec8499
fix paths
2020-05-28 04:36:02 -04:00
Tensor-Programming
f576546b86
feat(build) Add Powershell support to the maskfile. ( #618 )
...
Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
Co-authored-by: nothingismagick <denjell@sfosc.org>
Co-authored-by: nothingismagick <denjell@mailscript.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2020-05-26 12:02:04 -03:00
chip
c6dce8e7e8
Proxy headers during tauri dev
( #612 )
2020-05-26 11:47:54 -03:00
nothingismagick
6258d1137e
chore(api): "version updates" ( #614 )
...
bump api version
2020-05-23 17:21:42 +02:00
chip
08f0417175
fix(tauri.js/api/info): detect version shorthand for tauri crate
2020-05-22 14:42:37 -07:00
nothingismagick
96e73d67d8
feat(readme): update for new docs relaunch ( #590 )
...
* feat(readme): update for new docs relaunch
* fix(readme): add link to Jacob's article
* chore(language): tone down
* Update README.md
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
2020-05-22 17:40:32 +02: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 Nogueira
037665247f
feat(example) bundle the icon properly on build
2020-05-21 16:09:26 -03:00
Lucas Fernandes Nogueira
c4a168e814
chore(versions) update tauri to 0.5.2 [version updates] ( #605 )
2020-05-21 15:56:40 -03:00
Lucas Nogueira
a3aa532ac2
chore(example) add release flags
2020-05-21 15:41:53 -03:00
Lucas Fernandes Nogueira
6d8218600a
chore(example) add logo & github link ( #604 )
2020-05-21 12:34:40 -03:00
Wu Yu Wei
230d4ac3ee
fix(tauri) add missing file in example ( #602 )
2020-05-21 11:59:06 -03:00
Lucas Fernandes Nogueira
fef54ad6e8
Feat/proxy devserver ( #603 )
2020-05-21 11:48:57 -03:00
Tensor-Programming
0aeb87a26c
add identifier field.
2020-05-20 15:35:02 -04: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
Newbyte
5337e019ee
Put space after comma in README ( #586 )
2020-05-08 18:03:46 -03:00
renovate[bot]
fd1adc9961
chore(deps) Update Rust crate libflate to v1 ( #581 )
2020-05-08 10:09:39 -03:00
renovate[bot]
9718034023
chore(deps) Update Tauri JS CLI to v26 (major) ( #582 )
2020-05-08 10:08:34 -03:00
renovate[bot]
2ea9acb24e
chore(deps) Update Rust crate base64 to 0.12.1 ( #584 )
2020-05-08 10:08:06 -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]
0a43fd546e
chore(deps) Update Tauri Core ( #571 )
2020-04-26 10:03:16 -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]
8cd52f2cc9
chore(deps) Update Tauri Bundler ( #569 )
2020-04-26 08:25:31 -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
renovate[bot]
2fdc92c7aa
chore(deps) Update Rust crate image to 0.23.3 ( #560 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-16 04:19:08 -04:00
renovate[bot]
c53fda9a5b
chore(deps) Update Rust crate proptest to 0.9.6 ( #568 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-16 04:18:26 -04:00
Jacob Bolda
342da74f78
chore: remove greeting workflow ( #567 )
2020-04-13 08:07:43 -05:00
Wu Yu Wei
8b1f24ff9c
Move tiny_http behind feature flag ( #566 )
...
Thanks @wusyong !!! ❤️
2020-04-12 19:41:58 +02:00