5929 Commits

Author SHA1 Message Date
Lucas Fernandes Nogueira
6ba7fe4096 fix(bundler) throw error when resource, external bin or icon not… (#470) 2020-02-29 16:35:54 -03:00
github-actions[bot]
a5ce3f3045 [version updates] Core create release (#466) (#467)
* update tauri module versions

* update bundler

* update node cli

* add minor fix.

Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-26 21:10:55 -06:00
Tensor-Programming
9620eebab6 [version updates] Core create release (#466)
* update tauri module versions

* update bundler

* update node cli

* add minor fix.
2020-02-26 19:17:46 -05:00
Tensor-Programming
1606039554 Revert "[update versions] minor fix (#464)" (#465)
This reverts commit 966390d772.
2020-02-26 19:15:30 -05:00
Tensor-Programming
966390d772 [update versions] minor fix (#464)
* update tauri module versions

* update bundler

* update node cli

* add minor fix.
2020-02-26 19:12:16 -05:00
github-actions[bot]
f69d9213f7 [version updates] Merge Windows Related Changes (#462) (#463)
* update tauri module versions

* update bundler

* update node cli

Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-26 18:45:26 -05:00
Tensor-Programming
90497751a4 [version updates] Merge Windows Related Changes (#462)
* update tauri module versions

* update bundler

* update node cli
tauri-core-v0.4.2 tauri-updater-v0.4.1 tauri-bundler-v0.4.2 tauri-utils-v0.4.1 tauri-api-v0.4.2 tauri.js-v0.4.4
2020-02-26 18:42:44 -05:00
Tensor-Programming
e194289db1 feat/refact - update bundler (#459)
* update bundler and add scripts folder

* cleanup ios code

* cleanup platform and remove util dep from bundler
2020-02-25 20:37:05 -05:00
Fahmi Akbar Wildana
a85ec6d726 chore: fix missing links in some badges (#458) 2020-02-25 19:57:42 +01:00
Rajiv Shah
018b1d877d feature(workflows): Add ESLint check to workflow (#456)
* feature(workflows): Add ESLint check to workflow

* Use setup-node v1.x.x instead of v1.0.0

Co-Authored-By: Jacob Bolda <me@jacobbolda.com>

Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-02-24 12:31:14 -06:00
Rajiv Shah
f05f6993bd fix(tauri.js): Remove redundant "git add" from lint-staged script (#457) 2020-02-24 07:12:05 -06:00
Rajiv Shah
5dbf0638a9 refactor(tauri.js): Fix ESLint errors in src/api/tauricon.ts (#455) 2020-02-24 07:09:11 -06:00
Jacob Bolda
92bdedce46 chore(workflow): build tauri.js after install (#450) 2020-02-23 21:58:46 -06:00
Tensor-Programming
64367212a9 Revert "fix(tauri) window.tauri is undefined upon reloading (#377) (#453)" (#454)
This reverts commit d79eb4fc21.
2020-02-23 18:17:20 -05:00
Tensor-Programming
7b8edd29ea Fix(All) - Add Edge support to GUIJS (#452)
* fix edge api to use window.external.invoke

* remove tauri-examples

* remove if statement

* add more cases.

* add batch_to_exe script
2020-02-23 18:15:57 -05:00
Shihpin Tseng
d79eb4fc21 fix(tauri) window.tauri is undefined upon reloading (#377) (#453) 2020-02-23 18:14:49 -05:00
Jacob Bolda
7c0482f9a8 fix(tauri.js/template): don't ignore lock file, add WixTools (#451)
As noted in the comment that was deleted, we should commit the Cargo.lock when creating an executable. This is the template that is copied into the consumer so I think we can safely assume that they will be creating an executable.

Also adding `WixTools` which is created on Windows builds, similar to the `/target/` dir
2020-02-22 13:51:13 -03:00
github-actions[bot]
b9c0118c0e [version updates]: tauri.js bad postinstall (#446) (#447)
* fix(tauri.js): remove postinstall script

* chore(tauri.js/package): bump version

Co-authored-by: denjell
2020-02-21 19:53:47 +01:00
Noah Klayman
a306a503c3 [version updates]: tauri.js bad postinstall (#446)
* fix(tauri.js): remove postinstall script

* chore(tauri.js/package): bump version
tauri.js-v0.4.3
2020-02-21 19:50:47 +01:00
github-actions[bot]
0d6c383216 fix(workflow): runner has to be in steps (#444) [version updates] (#445)
just put it in everything for now

Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-02-21 08:50:48 -06:00
Jacob Bolda
7167db8fad fix(workflow): runner has to be in steps (#444) [version updates]
just put it in everything for now
tauri-bundler-v0.4.1 tauri-api-v0.4.1 tauri-core-v0.4.1
2020-02-21 08:48:28 -06:00
github-actions[bot]
39dd3a82bf chore(updates) version updates (#442) (#443)
Co-authored-by: nothingismagick <denjell@sfosc.org>
2020-02-21 15:42:37 +01:00
nothingismagick
43c2f710e4 chore(updates) version updates (#442) tauri.js-v0.4.2 2020-02-21 15:40:42 +01:00
Shihpin Tseng
c15a6d5649 fix error file name 'tauri.conf.js' to 'tauri.conf.json' (#434)
* fix error file name 'tauri.conf.js' to 'tauri.conf.json'

* fix(tauri.js) if the DOM is already loaded, listen for <a> clicks (#436)

code is fine, the CI is borked

* fix(open) open <a> on browser only if target=_blank (#437)

merging because CI is borked

* fix(tauri): make github action envs absolute for extra path level in runner.rs (#438)

* fix(tauri): extra path level in runner.rs

This file is one folder deeper than the other files which reference this env. This env is a relative folder reference so we need to concat an extra folder traversal into it.

* Revert "fix(tauri): extra path level in runner.rs"

This reverts commit eb1034b4f3.

* make envs in GH Actions absolute for now

* runner is only available within steps

* feat(bundler) add exception_domain option by nothingismagick (#439)

* chore(deps) Update Tauri JS CLI (#421)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: nothingismagick <denjell@sfosc.org>
2020-02-21 15:31:05 +01:00
Jacob Bolda
a2da82e8f2 chore(workflows): split up prepare into postinstall and prepublishOnly (#428)
This will let CI runs of the publish command reduce verbosity. We use the output from the command in our release notes.
2020-02-21 15:26:07 +01:00
Jacob Bolda
056d2205fa chore(workflow): update tangle release for more logging (#432) 2020-02-21 15:25:38 +01:00
Lucas Fernandes Nogueira
9fd15a8bd4 fix(bundler) expose environment variables to GUI apps on linux and mac (#441)
* feat(bunder) bootstrapps zshrc and bashrc too

* feat(bundle) add bootstrapper to deb

* fix(linux): find linux path in bootstrapper

Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
2020-02-21 15:22:13 +01:00
renovate[bot]
0b5b33bfaf chore(deps) Update Tauri JS CLI (#420)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-21 15:09:13 +01:00
renovate[bot]
1281e27a46 chore(deps) Update Tauri JS CLI (#421)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-21 15:05:41 +01:00
Lucas Fernandes Nogueira
12ed096bea feat(bundler) add exception_domain option by nothingismagick (#439) 2020-02-19 20:07:50 +01:00
Jacob Bolda
c1638e92a6 fix(tauri): make github action envs absolute for extra path level in runner.rs (#438)
* fix(tauri): extra path level in runner.rs

This file is one folder deeper than the other files which reference this env. This env is a relative folder reference so we need to concat an extra folder traversal into it.

* Revert "fix(tauri): extra path level in runner.rs"

This reverts commit eb1034b4f3.

* make envs in GH Actions absolute for now

* runner is only available within steps
2020-02-19 09:02:19 -06:00
Lucas Fernandes Nogueira
da5f654332 fix(open) open <a> on browser only if target=_blank (#437)
merging because CI is borked
2020-02-19 14:34:03 +01:00
Lucas Fernandes Nogueira
09680ed6de fix(tauri.js) if the DOM is already loaded, listen for <a> clicks (#436)
code is fine, the CI is borked
2020-02-19 14:31:26 +01:00
Ty Tracey
43f32edc01 Migrating examples to the example repo (#409)
* Migrating examples to the example repo

* update smoke test github action to example repo

* unclear what the path should be

* lock file moved

* remove ls

* x64?

darn conflicts

* missed cache path

* cargo build step isn't needed

Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-02-16 15:28:37 -06:00
Lucas Nogueira
7c786d2fee chore(tauri) expose WebView and Handle types 2020-02-16 17:49:39 -03:00
Lucas Nogueira
b31f5d0546 feat(splashscreen) inject tauri.js 2020-02-16 17:49:16 -03:00
nothingismagick
ed68676505 Feat/new logo (#429)
* feat(newlogo)

* chore(readmes): updates to Licenses and body

* chore(template): add new logo to templated iconset
2020-02-15 20:58:36 +01:00
tensor-programming
2fe764913a use x86 and x64 for wix. 2020-02-12 16:55:10 -05:00
tensor-programming
dd40b44598 clippy/fmt 2020-02-12 16:53:07 -05:00
Tensor-Programming
76c8376e74 Bug(Bundler): fix target arch in wix (#426)
* fix target arch in wix

* update github action to .amd64.msi
2020-02-12 16:51:17 -05:00
github-actions[bot]
6aeb712833 chore(release:npm) version updates (#423) (#424)
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2020-02-12 14:17:04 +01:00
nothingismagick
bb3a2f57f4 chore(release:npm) version updates (#423) tauri.js-v0.4.1 2020-02-12 10:14:40 -03:00
Tensor-Programming
06a71242b0 add delimiter 2020-02-11 20:31:29 -05:00
Jacob Bolda
51c647c87e chore(renovate): remove example upgrading (#418)
The examples will eventually be moved out, remove updating in this repo.
2020-02-10 15:25:48 -06:00
github-actions[bot]
f33e4d1f8b fix(publish): touch up npm/cargo publish workflow (#416) [version updates] (#417)
* skip yarn audit if current package is latest

* escape backticks

* escape backticks

Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-02-10 15:15:16 +01:00
Jacob Bolda
3e7af3df4e fix(publish): touch up npm/cargo publish workflow (#416) [version updates]
* skip yarn audit if current package is latest

* escape backticks

* escape backticks
tauri-core-v0.4.0
2020-02-10 08:05:36 -06:00
github-actions[bot]
a87f5a05a4 add envs and publishPath, don't verify (#414) [version updates] (#415)
We were missing the envs so tauri-core didn't publish. It is fine if every package has these envs. We shouldn't need to verify as we have already built many times prior, and the verification gets very odd with packages all being bumped and being interdependent (inception verification).

Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-02-10 14:31:49 +01:00
Jacob Bolda
c4810ff195 add envs and publishPath, don't verify (#414) [version updates]
We were missing the envs so tauri-core didn't publish. It is fine if every package has these envs. We shouldn't need to verify as we have already built many times prior, and the verification gets very odd with packages all being bumped and being interdependent (inception verification).
2020-02-10 07:28:15 -06:00
github-actions[bot]
f729f65537 add missing $ (#412) [version updates] (#413)
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-02-10 00:32:40 +01:00
Jacob Bolda
18009870fc add missing $ (#412) [version updates] tauri-api-v0.4.0 tauri-bundler-v0.4.0 tauri-updater-v0.4.0 tauri-utils-v0.4.0 2020-02-09 17:13:03 -06:00