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
Fahmi Akbar Wildana
c649ef47b6
build(task-runner): add self-documented task runner ( #486 )
...
* feat(task-runner): add maskfile.md
`mask` can also act as self-documented task runner
https://github.com/jakedeichert/mask
TODO: add demo.gif on opening this PR
* fix(task-runner): error when basename != dirname
with assumption it only happen on examples/rust
* chore(task-runner): add .gif from pr #486
* fix(task-runner): point $TAURI_* to fixture/*
2020-04-12 08:57:52 -05:00
Jacob Bolda
cb21b8fde9
chore: switched to forked create-pull-request ( #565 )
...
We can better manage the security by running from the forked version and selectively keeping in sync with upstream.
2020-04-12 08:53:41 -05:00
Lucas Fernandes Nogueira
b7934c7e41
fix(bundler) bundle deb and appimage simultaneously correctly ( #563 )
2020-04-08 23:46:26 -03: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
Jacob Bolda
d54c3b4ce5
chore(workflow): skip webkit2gtk install if not publishing ( #558 )
...
We reordered it in a previous PR, but forgot to add the `if` statement to also skip it.
2020-04-06 13:01:32 -05: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
Jacob Bolda
d202007656
chore(workflow): publish perf and prettying ( #548 )
...
* install webkit after we confirmed we will publish
this should speed up the publish sequence as we now only run one at a time
* new lines don't work, use empty echo
2020-04-02 21:54:08 -05: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
renovate[bot]
4b086426e4
chore(deps) Update Tauri JS CLI ( #518 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-29 13:57:47 -03:00
Jacob Bolda
cc7c26b245
chore(workflow): order cargo publish and limit to 1 ( #535 )
...
We were running into race conditions where one package depended on another being published. Limit to only allow one publish at a time, and sort based on dependencies to (hopefully) eliminate the race condition.
2020-03-29 13:57:00 -03:00
Jacob Bolda
2e67d2bc9f
chore(workflow): switch yarn audit in release to a collapsed section ( #534 )
2020-03-28 16:09:47 -05:00
github-actions[bot]
c5ee5f8c6f
chore(tauri) bump versions to 0.5.0 ( #532 ) version updates ( #533 )
...
* chore(tauri) bump versions to 0.5.0
* fix(tauri) correct dependency versions
version updates
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-03-28 16:52:12 +01:00
Lucas Fernandes Nogueira
ff854a4f88
chore(tauri) bump versions to 0.5.0 ( #532 ) version updates
...
* chore(tauri) bump versions to 0.5.0
* fix(tauri) correct dependency versions
version updates
2020-03-28 12:49:37 -03:00
Lucas Fernandes Nogueira
86be52ead6
fix(bundler) properly show error message for tauri config ( #531 )
2020-03-28 11:34:09 -03:00
Jacob Bolda
1b56944bc2
chore: update readme with new rust packages ( #529 ) [version updates]
2020-03-27 23:08:49 -05:00
Tensor-Programming
4d4bfa803a
update tauri, api, bundler and utils. ( #528 )
2020-03-27 22:21:05 -04:00
renovate[bot]
7270851a08
chore(deps) Update Tauri Core ( #517 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-23 13:01:10 -03:00
renovate[bot]
b09d19f5ce
chore(deps) Update Tauri Bundler ( #516 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-23 12:59:58 -03:00
Lucas Fernandes Nogueira
b2e28f39fe
feat(tauri) add path API ( #513 )
...
* feat(tauri) extend file system API
* chore(deps) pin web-view deps
* feat(tauri) add path API
* feat(tauri.js) add Dir definition and usage
* fix(tauri) correctly determine app_name
* feat(example) add Dir select to the communication example
* chore(tauri) wrap comment line
* fix(tauri) build works
2020-03-17 07:42:59 -03:00