Jacob Bolda
c1aed1985b
chore: bump PR action version to v2.8.0 ( #666 ) version updates
...
Hopefully this will fix our random permission failure :(
2020-06-11 21:11:16 -05:00
Rajiv Shah
b6797096e5
fix(workflow): Fail the build if publishing has nonzero exit code ( #664 )
2020-06-11 18:26:33 -03:00
Lucas Fernandes Nogueira
3218af63ef
fix(tauri) add version to web-view git deps ( #665 )
...
version updates
2020-06-11 18:21:22 -03:00
Rajiv Shah
1fcc3dd3eb
fix(workflow): Change node and update gh-tangle-release to 0.6.2 ( #662 )
2020-06-11 17:36:47 -03:00
Lucas Fernandes Nogueira
bf49604c4c
chore(tauri) version updates ( #659 )
2020-06-11 21:18:38 +02:00
Lucas Fernandes Nogueira
f95f0e1352
fix(tauri) allow registering events outside of the main thread ( #658 )
2020-06-11 15:01:42 -03:00
renovate[bot]
250c0508a5
chore(deps) Update Tauri Core ( #637 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-06-11 14:55:00 -03:00
renovate[bot]
688f4a1e45
chore(deps) Update Rust crate attohttpc to 0.14.0 ( #649 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-11 12:14:28 -03: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
renovate[bot]
12a4fea039
chore(deps) Update Tauri Bundler ( #652 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-06-11 12:11:52 -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
94bd1517f3
fix(workflow): Use node that supports PoW for Tangle Release action ( #647 )
2020-06-10 14:00:12 +02:00
Rajiv Shah
a4b291e44c
chore(tauri.js): Resolve eslint errors ( #648 )
2020-06-09 22:09:43 -03:00
nothingismagick
626cffbbc9
fix(appimage): various fix : #601 ( #646 )
...
Closes #601 .
2020-06-09 08:42:17 -03:00
nothingismagick
618b673c61
feat(example): give it a little bit of low-key style ( #642 )
2020-06-07 16:44:21 -03:00
renovate[bot]
7c0e7f91fe
chore(deps) Update Rust crate handlebars to 3.1 ( #636 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-05 00:22:36 -03:00
Tensor-Programming
b3617062cb
fix(tauri) env_var build errors. Fixes #631 ( #632 )
...
* fix env_var build errors.
* comment out webview test.
* cleanup imports.
* fix test.
2020-06-04 06:45:46 -04: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
david
bf1d3c1ffc
fix(bundler): Prevent CI to failed on macos ( #592 ) ( #640 )
...
Read `CI` env variable and if equal to true we set the DMG builder in CI mode.
See https://github.com/create-dmg/create-dmg/blob/master/create-dmg#L183
Signed-off-by: David L <david@lemarier.ca>
2020-06-03 19:16:42 -03:00
Lucas Fernandes Nogueira
13e303b733
fix(tauri) no-server mode should read html with include_str macro closes #633 ( #634 )
...
* fix(tauri) no-server mode should read html with include_str macro
* chore(tauri) fix clippy warnings
2020-06-02 16:28:33 -03:00
chip
7a1a3d60d9
move tauri.js injection to <head>. Fixes #625 ( #629 )
2020-05-31 18:47:58 -03:00
renovate[bot]
bfbd12cac1
chore(deps) Update Tauri API ( #484 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-30 09:02:13 -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
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