Commit Graph

912 Commits

Author SHA1 Message Date
renovate[bot]
8dae73632f
chore(deps) Update Tauri JS CLI (major) (#762)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-09 22:05:56 -03:00
Lucas Fernandes Nogueira
eda41ec826
chore(Cargo.toml) fill the categories field (#755) 2020-07-09 21:54:35 -03:00
renovate[bot]
cb5cbcc3bb
chore(deps) Update Tauri JS CLI (#761)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-09 21:49:53 -03:00
Lucas Fernandes Nogueira
0967b4291e
fix(windows) properly run the LoopbackExempt command on dev/build/msi, closes #788 (#794) 2020-07-09 21:41:18 -03:00
renovate[bot]
28a333de83
chore(deps) Pin dependencies (#759)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-09 21:27:20 -03:00
Rajiv Shah
466742f542
fix(tauri.js): Bump lodash to 4.17.19 (#764) 2020-07-09 21:14:18 -03:00
Lucas Fernandes Nogueira
aad60f59c7
fix(tauri) ignore just the distDir's root index.html (#791) 2020-07-09 13:08:20 -03:00
github-actions[bot]
c3e5a18f43
Apply Version Updates From Current Changes (#786)
* apply version updates

* Update tauri/CHANGELOG.md

Co-authored-by: jbolda <me@jacobbolda.com>
2020-07-09 09:11:16 -05:00
Jacob Bolda
f436a245d2
fix: switch merge to latest as --no-ff (#789) 2020-07-09 09:07:02 -05:00
Lucas Fernandes Nogueira
18452edd98
fix(tauri) properly rebuild when tauri conf changes (#787) 2020-07-09 10:52:47 -03:00
Lucas Fernandes Nogueira
6a179997b4
fix(tauri.js) default config is invalid closes #777 (#785) 2020-07-09 10:40:31 -03:00
Lucas Fernandes Nogueira
16d39b3c0d
fix(tauri.js) tauri icon with --icon flag, closes #750 (#774) 2020-07-09 10:26:26 -03:00
Lucas Fernandes Nogueira
26635845bf
feat(tauri) use port as number or the "random" string (#784) 2020-07-09 10:20:25 -03:00
Ken Chong
02df2bfea5
to enable custom port (#782)
* to enable custom port

current validator doesn't enable port config, with this patch would have allow the config, however this doesn't include the runner changes... runner might need changes too.

* Update config.schema.json

* Update config.validator.ts
2020-07-09 14:06:04 +02:00
github-actions[bot]
460ac25269
Apply Version Updates From Current Changes (#772)
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-08 18:46:35 -03:00
Lucas Fernandes Nogueira
39d264db92
fix(bundler) dmg unbounded variable issue (#770) 2020-07-08 18:45:16 -03:00
github-actions[bot]
fed2641bb7
Apply Version Updates From Current Changes (#758)
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-08 14:06:40 -03:00
Lucas Fernandes Nogueira
acd8ceb72c
fix(tauri-bundler) appimage script (#766) 2020-07-08 14:05:34 -03:00
Jacob Bolda
225c8b4e5f
fix: tauri past changelog had incorrect versions (#767)
It appears that the crossover with tauri.js also led to skipping 0.6.1 tauri crate publish.
2020-07-08 14:01:51 -03:00
Francois Best
fbf1d4d51a
chore: Fix typo on minuscule (#765)
Although this could be debated, "minuscule" seems to be the official spelling.

Source: https://www.merriam-webster.com/dictionary/miniscule
2020-07-08 18:37:37 +02:00
Lucas Fernandes Nogueira
960ad58c12
feat(tauri.js) validate tauri.conf.json schema on runtime (#756) 2020-07-07 15:42:15 -03:00
github-actions[bot]
fa720d5016
Apply Version Updates From Current Changes (#748)
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-06 10:37:03 -03:00
Lucas Fernandes Nogueira
6301df660a
fix(tauri.js) transpile TS API and fix cjs/esm export (#752) 2020-07-06 10:16:01 -03:00
Lucas Fernandes Nogueira
c8f430297f
feat(workflow) improve clippy check, add fmt and audit checks (#754) 2020-07-05 22:13:50 -03:00
Jacob Bolda
92fc379921
feat: remove master branch, switch to git merge --ff-only (#744)
* feat: remove master branch, switch to git merge --ff-only

* rename pr-to-latest.yml
2020-07-05 18:00:49 -05:00
Jacob Bolda
95d9e24580
fix: update docs with PAT (#743) 2020-07-05 19:09:46 -03:00
Lucas Fernandes Nogueira
c3b5c1fdf8
Fix/includedir (#751)
* fix(tauri) assets embedding regression

* fix(tauri) fix & optimize embedded assets
2020-07-05 01:45:07 -03:00
Lucas Nogueira
e8ecd3ce3f
chore(changes) add bundler log improvement change file 2020-07-04 16:53:14 -03:00
Lucas Fernandes Nogueira
b12bd40170
chore(bundler) improve "running script" log (#747) 2020-07-04 15:08:06 -03:00
Lucas Fernandes Nogueira
61437b3b3d
fix(tauri.js) event payload type on TS API (#746) 2020-07-04 15:07:45 -03:00
Lucas Nogueira
df89421ca9
chore(readme) update documentation link 2020-07-04 12:10:58 -03:00
Rajiv Shah
b8454d4c60
chore(tauri): Resolve clippy warnings (#745) 2020-07-04 07:35:29 -03:00
Lucas Nogueira
d871af4083
chore(tauri.js) run rollup with silent flag 2020-07-03 17:50:12 -03:00
Lucas Nogueira
17a047e1bb
chore(tauri.js) update changelog with window.tauri mapper (gist) 2020-07-03 17:45:50 -03:00
Jacob Bolda
07b7d3179a
fix: update rust docs PR needs a path (#742)
It is being checked out in a subdir, so we need to give the PR a path to it.
2020-07-03 15:00:12 -05:00
github-actions[bot]
d8af70fa95
apply version updates (#721)
Co-authored-by: jbolda <me@jacobbolda.com>
2020-07-03 21:25:48 +02:00
Jacob Bolda
d109c066c2
chore: update rust docs on release (#739)
* chore: update rust docs on release

* update commit message

also working directory doesn't apply with `uses`
2020-07-03 14:13:39 -05:00
Lucas Fernandes Nogueira
161112ed41
feat(tauri.js) add TS API definition files (.d.ts) (#740)
* feat(tauri.js) build TS API definitions

* chore(tauri.js) organize scripts

* fix(tauri.js) build:typedefs on windows
2020-07-03 20:57:52 +02:00
Jacob Bolda
e130c3ca56
chore: pin covector action (#737)
* Update change-status-on-PR.yml

* Update pr-version-updates.yml
2020-07-03 12:16:33 -05:00
Lucas Fernandes Nogueira
015474657c
fix(tauri.js) move Notification initialization to tauri.js script (#736) 2020-07-03 13:47:30 -03:00
renovate[bot]
c59eebbced
chore(deps) Update dependency @rollup/plugin-typescript to v5 (#734)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-02 19:14:50 -03:00
Lucas Fernandes Nogueira
a5e7249178
chore(bundler) show scripts output (#728) 2020-07-02 18:37:13 -03:00
renovate[bot]
177f66d32a
chore(deps) Update Rust crate attohttpc to 0.15.0 (#730)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 10:46:00 -03:00
renovate[bot]
f345b60728
chore(deps) Update Rust crate serde_json to 1.0.56 (#731)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 10:44:38 -03:00
renovate[bot]
a165404652
chore(deps) Update Tauri Bundler (#732)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 10:44:18 -03:00
renovate[bot]
9d49fb14f5
chore(deps) Update Tauri JS CLI (#733)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 10:42:54 -03:00
Lucas Fernandes Nogueira
055d777a42
feat(bundler) bundle all binaries from the project (#726) 2020-06-30 19:06:39 -03:00
Lucas Fernandes Nogueira
522c86a956
refactor(tauri) simplify API functions types usage (#725) 2020-06-30 14:04:36 -03:00
Lucas Fernandes Nogueira
6b097345ed
refactor(tauri) execute_promise String/Serialize management (#724) 2020-06-29 15:39:39 -03:00
Lucas Fernandes Nogueira
6d23b0673e
docs(rust) add rustdocs to the crates (#723) 2020-06-28 10:34:43 -03:00