Commit Graph

526 Commits

Author SHA1 Message Date
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
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