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 |
|
Lucas Fernandes Nogueira
|
dd1bffe91e
|
refactor(api) rewrite readDir API (#722)
|
2020-06-27 15:40:46 -03:00 |
|
nothingismagick
|
2681ad361b
|
refactor(tauri.js) rewrite API module in TypeScript, closes #679 #435 (#703)
Co-authored-by: Quentin Goinaud <armaldio@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2020-06-27 12:20:00 -03:00 |
|
renovate[bot]
|
14cddd404c
|
chore(deps) Update Rust crate image to 0.23.6 (#709)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-26 15:54:31 -03:00 |
|
renovate[bot]
|
991d0488d6
|
chore(deps) Update Rust crate dirs to v3 (#712)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-26 15:53:54 -03:00 |
|
renovate[bot]
|
5d49bcf5ed
|
chore(deps) Update Tauri Core (#708)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2020-06-26 15:50:41 -03:00 |
|
Rajiv Shah
|
467022f454
|
fix(bundler): Check if mksquashfs is installed before bundling AppImage, fix: #706 (#717)
|
2020-06-26 15:09:09 -03:00 |
|
Jacob Bolda
|
c07afcf9d4
|
fix: covector action should ref main now (#720)
|
2020-06-26 07:51:58 -05:00 |
|
renovate[bot]
|
0067d5a5d2
|
chore(deps) Pin dependency toml-loader to 1.0.0 (#707)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-26 00:58:35 +02:00 |
|
renovate[bot]
|
1fa958ce0e
|
chore(deps) Update Tauri JS CLI (#710)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-26 00:56:00 +02:00 |
|
github-actions[bot]
|
458becce46
|
Apply Version Updates From Current Changes (#715)
Co-authored-by: lucasfernog <lucas@tauri.studio>
|
2020-06-24 22:28:41 -03:00 |
|
Lucas Nogueira
|
f4a2bf994e
|
chore(changes) add changelog files
|
2020-06-24 22:12:16 -03:00 |
|
Lucas Fernandes Nogueira
|
934f84cf56
|
fix(tauri) use forked web-view and webview-sys (#713)
version updates
|
2020-06-24 21:48:24 -03:00 |
|
Ping Chen
|
622e1d52d2
|
Support writing binary file to local disk (#580)
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2020-06-20 19:21:41 -03:00 |
|
Lucas Fernandes Nogueira
|
0f52af6c8f
|
chore(example) add README, closes #635 (#689)
* chore(example) add README closes #635
* chore(example) add rust-only way to build the communication example
|
2020-06-20 10:43:26 +02:00 |
|
Lucas Fernandes Nogueira
|
e0c330cfb6
|
fix(tauri) httpRequest API JSON/Text response reader, header value as string, closes #691 (#702)
|
2020-06-19 14:59:16 -03:00 |
|
Charlie Bevis
|
7e790ac0a6
|
Fix typo in README (#699)
* Fix typo in README
"plase" -> "please"
* Update README.md
Co-authored-by: nothingismagick
|
2020-06-18 19:41:52 +02:00 |
|
Lucas Nogueira
|
2874e71820
|
chore(bundler) msi is no longer experimental
version updates
|
2020-06-18 14:30:20 -03:00 |
|
Lucas Fernandes Nogueira
|
dccce7e197
|
fix(tauri-api) use published tauri-dialog (#700)
|
2020-06-18 14:29:31 -03:00 |
|
github-actions[bot]
|
414ea4b75d
|
Apply Version Updates From Current Changes (#678)
Co-authored-by: lucasfernog <lucas@tauri.studio>
|
2020-06-18 13:55:21 -03:00 |
|
Lucas Fernandes Nogueira
|
ce8a7b8f6a
|
feat(tauri.js) automatically detect current tauri version for template (#697)
|
2020-06-18 13:53:41 -03:00 |
|
Lucas Fernandes Nogueira
|
74988e5673
|
fix(tauri) remove unused deprecated dep pointed by cargo-audit (#696)
|
2020-06-18 13:37:24 -03:00 |
|
Jacob Bolda
|
947edb9b62
|
chore: generate the Cargo lockfile for audit to run (#692)
* chore: generate the Cargo lockfile for audit to run
* add audit path
|
2020-06-18 11:21:35 -05:00 |
|