renovate[bot]
087c0e8cc9
chore(deps) Update Tauri API ( #1028 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-10 16:52:46 -03:00
renovate[bot]
be319c75d9
chore(deps) Update Tauri API ( #1016 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-23 22:00:46 -03:00
PTrottier
0ede99da42
Make the dialog API comments more consistent ( #1005 )
2020-09-01 22:55:23 -05:00
github-actions[bot]
5de4c8655d
Apply Version Updates From Current Changes ( #931 )
...
* apply version updates
* fix changelog format dealing with bullet points
Co-authored-by: jbolda <me@jacobbolda.com>
2020-08-21 07:48:20 -05:00
Jacob Bolda
06dd75b68a
chore: bump all js/rust deps ( #983 )
...
* bump tauri.js deps
* bump tauri core deps
* bump tauri-api deps
* bump tauri-bundler deps
* change file
2020-08-20 16:03:46 -05:00
chip
bbccad4e03
fix clippy warnings ( #891 )
...
Signed-off-by: Chip Reed <chip@chip.sh>
2020-07-24 08:19:10 -03:00
chip
a3362f3ade
disable tests that fail on default windows installs ( #890 )
...
cat is not available as a command on a default windows install.
This disables the command test that uses cat during tests. It also
disables `test_cmd_fail` even though it passes, because the test
is testing the wrong thing in this case.
2020-07-24 08:09:56 -03:00
github-actions[bot]
19af83c7e9
Apply Version Updates From Current Changes ( #821 )
...
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-20 16:39:42 -03:00
Lucas Fernandes Nogueira
0245833bb5
feat(tauri) make window.alert
and window.confirm
available, fix #848 ( #854 )
2020-07-18 18:13:57 -03:00
Lucas Fernandes Nogueira
56f819d2ef
feat(tauri) allow plugin config on tauri.conf.json ( #824 )
2020-07-13 18:18:06 -03:00
github-actions[bot]
3417bf5fbe
Apply Version Updates From Current Changes ( #811 )
...
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-12 10:15:48 -03:00
Lucas Fernandes Nogueira
fedee835e3
fix(tauri.js) windows Edge blank screen on tauri dev ( #808 )
2020-07-11 07:52:34 -03:00
renovate[bot]
83976d72b6
chore(deps) Update Rust crate dirs to 3.0.1 ( #760 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-09 22:09:48 -03:00
Lucas Fernandes Nogueira
eda41ec826
chore(Cargo.toml) fill the categories
field ( #755 )
2020-07-09 21:54:35 -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
Lucas Fernandes Nogueira
18452edd98
fix(tauri) properly rebuild when tauri conf changes ( #787 )
2020-07-09 10:52:47 -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
Lucas Fernandes Nogueira
c8f430297f
feat(workflow) improve clippy check, add fmt and audit checks ( #754 )
2020-07-05 22:13:50 -03:00
github-actions[bot]
d8af70fa95
apply version updates ( #721 )
...
Co-authored-by: jbolda <me@jacobbolda.com>
2020-07-03 21:25:48 +02: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
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
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
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 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
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
74988e5673
fix(tauri) remove unused deprecated dep pointed by cargo-audit ( #696 )
2020-06-18 13:37:24 -03:00
Lucas Fernandes Nogueira
d299a2b94d
feat(tauri) CLI args additions (positional args, bool as value for args with takesValue=false) ( #695 )
2020-06-18 13:01:47 -03:00
Lucas Fernandes Nogueira
b04be6664e
fix(tauri) environment variables usage ( #688 )
2020-06-17 18:11:11 -03:00
Lucas Fernandes Nogueira
d3c53ebf30
feat(tauri) make Config globally available ( #681 )
2020-06-17 13:05:51 -03:00
renovate[bot]
02317dce9c
chore(deps) Update Tauri API ( #683 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-17 12:27:36 -03:00
uneducated potato
92087db23c
Implement HttpRequestBuilder for HttpRequestOptions ( #651 ) ( #677 )
2020-06-15 01:11:51 -03:00
Lucas Fernandes Nogueira
406dea79ed
feat(tauri) add Notifications API ( #505 )
2020-06-15 01:09:02 -03:00
Lucas Fernandes Nogueira
14a1ddfe18
feat(tauri) add app CLI interface config ( #670 )
2020-06-14 23:36:35 -03:00
Lucas Fernandes Nogueira
bf49604c4c
chore(tauri) version updates ( #659 )
2020-06-11 21:18:38 +02:00
renovate[bot]
688f4a1e45
chore(deps) Update Rust crate attohttpc to 0.14.0 ( #649 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-11 12:14:28 -03:00
renovate[bot]
bfbd12cac1
chore(deps) Update Tauri API ( #484 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-30 09:02:13 -03:00
Wu Yu Wei
c23675b5e5
refactor(tauri) update error handling crate to anyhow+thiserror, close #613 ( #621 )
...
* Replace error-chain with thiserror in util crate
* Replace errorchain with anyhow/thiserror in api
* Replace with anyhow/thiserror in updater
* Replace with anyhow/thiserror in tauri
* Fix error handling on windows
2020-05-29 19:22:04 -04:00
nothingismagick
6258d1137e
chore(api): "version updates" ( #614 )
...
bump api version
2020-05-23 17:21:42 +02:00
Lucas Nogueira
3c0dfe711b
chore(authors) update email
2020-05-21 19:25:03 -03:00
Lucas Fernandes Nogueira
4b54cc1564
feat(tauri) add httpRequest API ( #589 )
2020-05-11 17:03:58 -03: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
Tensor-Programming
4d4bfa803a
update tauri, api, bundler and utils. ( #528 )
2020-03-27 22:21:05 -04: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
Lucas Fernandes Nogueira
8ac066700a
feat(tauri) extend file system API ( #512 )
...
* feat(tauri) extend file system API
* chore(deps) pin web-view deps
2020-03-16 17:04:15 -03:00
Lucas Fernandes Nogueira
37e8e79a04
feat(tauri) add dialog API ( #514 )
...
* feat(tauri) add dialog API
* feat(example) add dialog API to the communication example
* fix(dialog) transform backslash so it works on windows
2020-03-15 18:09:44 -03:00
renovate[bot]
5b46bacd46
chore(deps) Update Rust crate serde_json to 1.0.48 ( #507 )
...
* chore(deps) Update Rust crate serde_json to 1.0.48
* fix(tauri) resolve clippy warning
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-03-12 13:04:52 -03:00