Commit Graph

1048 Commits

Author SHA1 Message Date
renovate[bot]
530ed6b8ff
chore(deps) Update Tauri JS CLI (#1158)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-01-31 00:26:12 -03:00
Noah Klayman
56757b5e83
fix(tauri/asset): better no-server image loading (#1170) 2021-01-30 23:31:41 -03:00
Noah Klayman
4491c70790
fix(tauri/asset): escape octal sequences in css (#1166)
* fix(tauri/asset): escape octal sequences in css

* chore(package): add .changes file
2021-01-30 15:46:18 -03:00
Noah Klayman
4c8634d974
docs(contributing): add instructions for developing Tauri (#1043) 2021-01-30 10:31:11 -08:00
Lucas Fernandes Nogueira
ba8fb00880
feat(ci): add unused dependencies check (#1168) 2021-01-30 13:50:26 -03:00
Lucas Fernandes Nogueira
3e8abe3764
feat(cli) rewrite the core CLI in Rust (#851) 2021-01-30 12:15:47 -03:00
Lucas Fernandes Nogueira
23132acf76
fix(tauri): run plugin::ready without webview.dispatch (#1164)
* fix(tauri): run plugin::ready without webview.dispatch

* chore: add change file
2021-01-29 09:22:17 +01:00
Noah Klayman
f1afb5c366
feat(bundler): always bundle deb before appimage, fixes #1026 (#1156)
The appimage script depends on output from the deb bundle
2021-01-26 23:03:22 -03:00
Rajiv Shah
01f45a999d
fix(ci): Use env files instead of set-env (#1155) 2021-01-24 20:14:42 +01:00
renovate[bot]
98b2362c3f
chore(deps) Update Tauri API (#1138)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-24 14:29:16 -03:00
renovate[bot]
6bf4156984
chore(deps) Update Tauri Bundler (#1146)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-24 14:28:21 -03:00
renovate[bot]
fe4ea762c1
chore(deps) Update Tauri API (major) (#1148)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-24 14:28:05 -03:00
renovate[bot]
cb226982a3
chore(deps) Update Tauri JS CLI (#1137)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-24 14:27:53 -03:00
renovate[bot]
89b83cfb35
chore(deps) Update Tauri Core (#1147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-24 14:27:37 -03:00
github-actions[bot]
164e3a4fe7
Apply Version Updates From Current Changes (#1143)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2021-01-24 09:33:16 -03:00
Ngo Iok Ui (Wu Yu Wei)
692312a0f5
chore(deps) Update webview-official (#1152) 2021-01-24 09:31:52 -03:00
ravenclaw900
2fd1067a4c
Fix: add recursive option to directory APIs (#1141)
* Add recursive option

* Fix ESLint

* Fix all other possible code style issues

* Add .changes file
2021-01-12 08:16:45 +01:00
github-actions[bot]
0753877ab9
apply version updates (#1105)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2021-01-06 13:20:20 +01:00
dependabot[bot]
dddb977036
chore(deps): bump node-notifier from 8.0.0 to 8.0.1 in /cli/tauri.js (#1120)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 08:21:06 -03:00
renovate[bot]
254453f98a
chore(deps) Update Tauri API (#1123)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 07:48:00 -03:00
renovate[bot]
d3215886bf
chore(deps) Update Rust crate toml to 0.5.8 (#1122)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 07:47:47 -03:00
renovate[bot]
a40abae3c1
chore(deps) Update Tauri Core (#1121)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 07:47:37 -03:00
renovate[bot]
f7b9bfe9a7
chore(deps) Update Rust crate serde_json to 1.0.61 (#1127)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 07:47:21 -03:00
renovate[bot]
6cd978a149
chore(deps) Update Tauri JS CLI (#1117)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-01-06 07:44:22 -03:00
Lucas Fernandes Nogueira
235c87cfd0
chore(audit): ignore tiny-http request smuggling attack vuln (#1116) 2021-01-06 07:11:17 -03:00
Zak Patterson
486bd920f8
Fix: writeBinaryFile to call the correct command (fix #1133) (#1136)
* Fix writeBinaryFile to call the correct command

Fixes #1133

writeBinaryFile was reusing writeFile, which was happily saving
base64 encoded strings to the fs. This instead uses the correct
WriteBinaryFile command, which base64 decodes.

However why are we encoding and then decoding, why can we not just
send a raw byte array to be saved as a file? This is left for a later
PR.

* Shorten changelog line per review
2021-01-06 09:30:33 +01:00
renovate[bot]
5810bae022
chore(deps) Update Tauri JS CLI to v7 (major) (#1112)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-12-12 22:36:21 -03:00
dependabot[bot]
cc35bb999d
chore(deps): bump ini from 1.3.5 to 1.3.8 in /tauri/examples/communication (#1115)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 22:36:10 -03:00
renovate[bot]
31ec6ed3ec
chore(deps) Update Tauri API (#1110)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-12 15:48:35 -03:00
renovate[bot]
c13c3f405c
chore(deps) Update Rust crate anyhow to 1.0.35 (#1109)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-12 15:42:59 -03:00
dependabot[bot]
b5f5986824
chore(deps): bump ini from 1.3.5 to 1.3.8 in /cli/tauri.js (#1113)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 15:39:57 -03:00
renovate[bot]
f02d700dcb
chore(deps) Update Tauri JS CLI (#1111)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-12 15:39:41 -03:00
Lucas Fernandes Nogueira
f887320df3
fix(template) default windows icon id should be 32512, fixes #1099 (#1107) 2020-12-05 22:42:27 -03:00
Lucas Fernandes Nogueira
8da495f78c
fix(tauri.js) deps cmd usage when npm is not installed, closes #1037 (#1053) 2020-12-05 00:17:57 -03:00
renovate[bot]
fc368169d1
chore(deps) Update Rust crate dirs-next to v2 (#1066)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-12-05 00:09:18 -03:00
dependabot[bot]
0b7bcd27e1
chore(deps): bump bl from 1.2.2 to 1.2.3 in /tauri/examples/communication (#1078)
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-04 23:47:01 -03:00
renovate[bot]
f53d184b37
chore(deps) Update Rust crate once_cell to 1.5.2 (#1082)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-04 23:46:20 -03:00
renovate[bot]
48d33a4444
chore(deps) Update Rust crate dirs-next to v2 (#1067)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-12-04 23:45:18 -03:00
renovate[bot]
f949ea71aa
chore(deps) Update Tauri JS CLI (major) (#1068)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-12-04 23:24:29 -03:00
renovate[bot]
b2ebd4ef65
chore(deps) Update Tauri Bundler (#1065)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-04 23:01:41 -03:00
renovate[bot]
97d892bc9e
chore(deps) Update Tauri Core (#1062)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-04 23:01:21 -03:00
renovate[bot]
006514e4c6
chore(deps) Update Rust crate serde_json to 1.0.60 (#1102)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-04 23:00:50 -03:00
Christian W. Zuckschwerdt
4a74bca390
fix: getNpmLatestVersion, getNpmPackageVersion without npm (#1088)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2020-12-04 23:00:15 -03:00
renovate[bot]
8388553670
chore(deps) Update Tauri JS CLI (#1063)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-12-04 22:59:56 -03:00
Jacob Bolda
26c497979f
fix: webpack progress display options not valid (#1086)
* fix: webpack progress display options not valid

It seems something changed that the progress and display options we were using the hide the output are no longer valid. Remove them.

* add build-release as part of tests
2020-11-13 02:27:42 -06:00
Jacob Bolda
717d607e51
chore: publish tauri.js@0.13.0 (#1085)
We temporarily turned off publishing for it since it was hanging. Up the loglevel and try again.
2020-11-12 11:09:50 -06:00
Jacob Bolda
5a90de80bd
chore: temporarily skip tauri.js publishing (#1083)
Let's see if we can get everything else published and confirm it's strictly npm.
2020-11-11 12:19:50 -06:00
Jacob Bolda
f2ad4d4ce3
chore: try publishing tauri.js with yarn (#1081)
It seems npm publish keeps hanging for an unknown reason.
2020-11-10 11:21:01 -06:00
Jacob Bolda
91c58ef393
chore: increase publish workflow timeout and bump node to v14 (#1080) 2020-11-10 08:46:23 -06:00
github-actions[bot]
665ed9a1cc
Apply Version Updates From Current Changes (#1075)
* apply version updates

* scrub revert from changelog

Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2020-11-10 08:04:39 -06:00