Amr Bashir
6ff801e27d
chore: rename config-schema
to tauri-config-schema
( #6250 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-07 12:11:05 -03:00
renovate[bot]
44b4e2ee00
chore(deps) Update dependency eslint-config-standard-with-typescript to v34 ( #6180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:15:51 -03:00
renovate[bot]
5a1d86b346
chore(deps) Update Tauri JS CLI ( #6177 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:14:04 -03:00
renovate[bot]
f4c9635724
chore(deps) Update Rust crate cargo_toml to 0.15 ( #6214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:13:25 -03:00
renovate[bot]
565dc3baa7
chore(deps) Update Tauri Utils (major) ( #4717 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:12:33 -03:00
renovate[bot]
a3c9754950
chore(deps) Update Tauri Bundler ( #6640 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 13:03:43 -03:00
thep0y
708efbd9b7
fix(core/tauri): upgrade open
to 3.2 to fix a bug on Windows ( #6441 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-06 12:08:32 -03:00
Si Yang
da30753754
style: needless_borrow, useless_format ( #6620 )
2023-04-04 10:10:47 -03:00
Amr Bashir
0b46637eba
fix(api): construct correct object for onResized and onMoved, closes #6507 ( #6509 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-04-03 12:18:36 -03:00
renovate[bot]
d3e4fb20b5
chore(deps) Update Tauri API Definitions ( #6523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-04-03 11:33:47 -03:00
dependabot[bot]
919d96dd8a
chore(deps): bump openssl from 0.10.40 to 0.10.49 in /tooling/cli ( #6618 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 10:57:03 -03:00
dependabot[bot]
6c7eac7288
chore(deps): bump openssl from 0.10.45 to 0.10.48 in /examples/api/src-tauri ( #6551 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 10:05:45 -03:00
dependabot[bot]
901ce937d6
chore(deps): bump openssl from 0.10.45 to 0.10.48 in /examples/updater/src-tauri ( #6550 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 10:05:36 -03:00
Mokhtar Hamdoune
81b9c505cc
return the commment of maximum number of redirects to its right place… ( #6607 )
2023-04-03 08:39:15 -03:00
afa
7489f96697
fix(bundler): fix problem of macOS bunder while i18n is set, closes #6614 ( #6615 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-04-03 08:37:50 -03:00
Miniontoby
a926b49a01
Fix Github Actions of Tauri Plugin with-api template ( #6603 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2023-04-03 08:12:49 -03:00
Zeeshan Ali Khan
5fdc616df9
feat: Use the zbus-backed of notify-rust ( #6332 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-03-31 12:36:59 -03:00
Amr Bashir
1487b18dcb
refactor: add useful diagnostics to tauri info
( #6570 )
...
* refactor: add useful diagnostics to `tauri info`
this also paves the way for interactive fixes in the future
* refactor: add useful diagnostics to `tauri info`
this also paves the way for interactive fixes in the future
* fix use_npm logic [skip ci]
* lint [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-03-31 10:23:34 -03:00
Lucas Fernandes Nogueira
7f820ee190
chore(tests): enhance and document updater NSIS test ( #6556 )
2023-03-31 10:13:35 -03:00
Lucas Fernandes Nogueira
54c6f158d9
chore(cli): enhance empty updater key password warning ( #6558 )
2023-03-31 10:13:25 -03:00
Fabian-Lars
23282873e7
docs(api.js): Fix basename example, closes tauri-apps/tauri-docs#1180 ( #6553 )
2023-03-31 10:13:04 -03:00
Amr Bashir
eb1ec0416c
fix(core/updater): read and parse response after checking status code, closes #6192 ( #6575 )
2023-03-31 10:06:59 -03:00
Lucas Fernandes Nogueira
5e0c4489df
fix(bundler): enhance extract_zip security by using enclosed_name() ( #6555 )
...
See https://docs.rs/zip/0.6.4/zip/read/struct.ZipFile.html#method.enclosed_name
2023-03-31 10:05:44 -03:00
Lucas Fernandes Nogueira
d788d23071
refactor(core): do not allow JS API to set additional browser args ( #6216 )
...
This was introduced in #5799 , but it's dangerous to let the frontend set this option.
2023-03-31 10:05:18 -03:00
Amr Bashir
a7ee5ca7c3
fix(cli): look for available ports for built-in dev server, closes #6511 ( #6514 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-31 10:03:38 -03:00
Amr Bashir
ff4ea1eabb
fix: dispatch focus event to app.run on Windows, closes #6460 ( #6504 )
2023-03-31 10:03:25 -03:00
CzBiX
57c6bf07bb
fix(cli): fix default-run not deserialized ( #6584 )
...
* fix(cli): fix default-run not deserialized
* Create fix-cli-default-run.md
* Update .changes/fix-cli-default-run.md [skip ci]
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2023-03-29 14:43:16 -03:00
amrbashir
38ee5066e7
chore: update schema files
2023-03-28 16:25:33 +02:00
Elliot Waite
8c07076e25
docs: update grammer
2023-03-28 16:04:44 +02:00
passivedragon
2f70d8da2b
fix: symlink issue bundling for linux #5781 ( #6391 )
...
* bundler for linux: fix error on pre-existing links
* fix: symlink issue bundling for linux #5781
2023-03-17 15:03:40 -03:00
Lucas Fernandes Nogueira
c46c09f31d
fix(deps): pin raw-window-handle to 0.5.0 ( #6480 )
...
* fix(deps): pin raw-window-handle to 0.5.0
* lint [skip ci]
2023-03-17 14:11:24 -03:00
Shaun Hamilton
c2867a65d8
feat: add config links to json schema ( closes #5479 ) ( #6356 )
...
* feat(core): add config links to json schema
* feat(core): add schema builds
2023-03-17 13:17:34 -03:00
Amr Bashir
058469114d
docs: update formdata usage ( #6374 )
...
* docs: update formdata usage
* update generated files
* update generated files
* run workflow on push for dev only
* remove `js-api.json` from generated files check
* restore js-api.json before checking diff
2023-03-17 13:13:02 -03:00
sameoldlab
00c60097c5
fix scope example ( #6401 )
...
Changed `scope` example to provide an array, as described in the docs and how it works.
2023-03-17 13:11:43 -03:00
Fabian-Lars
1d0de2a558
fix(core): export SystemTrayMenuItemHandle
to fix doc generation. ( #6440 )
2023-03-17 13:09:27 -03:00
Fabian-Lars
1fa729b218
fix(docs): mark internal interfaces as such to deduplicate markdown output ( #6260 )
2023-03-16 09:25:13 -03:00
renovate[bot]
808deecfff
chore(deps) Update Tauri API Definitions ( #6277 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 09:22:20 -03:00
Amr Bashir
b7a2ce2c63
feat(cli): add --port, closes #6186 ( #6283 )
...
* feat(cli): add --dev-server-port, closes #6186
* add http:// prefix
* name it to `--port`
* rename in all places
2023-03-16 09:22:02 -03:00
2nthony
3536aa00d1
fix(api): event name types ( #6318 )
...
* fix(api): event name
* suggestion change
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2023-03-16 09:16:50 -03:00
Amr Bashir
1c8229fbe2
fix(cli.js): detect node-<version>
binary, closes #6427 ( #6432 )
...
* fix(cli.js): detect `node-<version>` binary, closes #6427
* use `?` instead of `*` and escape the hyphen
Co-authored-by: TurtleIdiot <18502738+TurtleIdiot@users.noreply.github.com>
---------
Co-authored-by: TurtleIdiot <18502738+TurtleIdiot@users.noreply.github.com>
2023-03-16 09:01:41 -03:00
amrbashir
e513b69d98
chore: fix info rendering in bug issue template
2023-03-06 15:37:27 +02:00
Lorenzo Lewis
cfcc7f3c20
Commit JS AST, update check-generated-file
checkout action ( #6262 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-02-22 10:10:54 -03:00
Lucas Fernandes Nogueira
5fdf8dcb8e
fix(core): mime type of .less, .sass and .styl files ( #6316 )
2023-02-19 16:23:18 -03:00
Lucas Fernandes Nogueira
36e4837cea
chore(examples): delete mobile.toml file ( #6317 )
2023-02-19 16:23:09 -03:00
Lucas Fernandes Nogueira
17bf7f1f0f
feat(ci): add workflow to check license header ( #6315 )
2023-02-19 10:33:59 -03:00
Lucas Fernandes Nogueira
46e6187c89
chore: update license year ( #6311 )
2023-02-19 10:17:49 -03:00
Lucas Fernandes Nogueira
3d16461b68
fix(core): pin time to 0.3.15 ( #6312 )
2023-02-19 09:02:36 -03:00
dependabot[bot]
8661e4a0d7
chore(deps): bump undici from 5.9.1 to 5.19.1 in /examples/api ( #6296 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 16:23:25 -03:00
Amr Bashir
f6c3ea6faa
chore: simplify windows_subsystem attribute ( #6273 )
2023-02-18 16:23:09 -03:00
Amr Bashir
bfa69691a5
fix(cli): detect --profile
. closes #6255 ( #6268 )
2023-02-18 16:20:21 -03:00