Amr Bashir
a3a70218f3
fix(cli): pass --no-default-features
to runner instead of app, closes #5415 ( #5474 )
2022-10-25 10:26:30 -03:00
Webber Takken
cb6ee77e69
fix(docs): remove parameter from example that's not in the api [skip ci] ( #5471 )
...
* Remove parameter from example that's not in the API
* Update filter extensions
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2022-10-23 21:46:40 +02:00
Jonas Kruckenberg
5b1e99f264
Fix/hook env vars ( #5452 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-22 10:33:15 -03:00
renovate[bot]
161d5be49a
chore(deps) Update dependency eslint-plugin-promise to v6.1.1 ( #5444 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-20 10:54:24 -03:00
Lucas Fernandes Nogueira
e7ccbd8573
feat(cli): detect JSON5 and TOML configuration files in the dev watcher ( #5439 )
2022-10-19 15:37:54 -03:00
Tnze
9076d5d2e7
feat(cli): add prompt information when file changing detected, closes #5417 ( #5428 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-19 10:24:56 -03:00
renovate[bot]
ef41c5bfd4
chore(deps) Update Tauri API Definitions ( #5438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 10:07:23 -03:00
renovate[bot]
0b43033c5c
chore(deps) Update dependency eslint-config-standard-with-typescript to v23 ( #5187 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 10:06:48 -03:00
renovate[bot]
a65b5fea3d
chore(deps) Update Rust crate clap to v4 ( #5353 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-19 10:04:13 -03:00
renovate[bot]
87ebf4e084
chore(deps) Update Tauri JS CLI ( #5351 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 09:43:15 -03:00
Lucas Nogueira
e37b7677cd
chore: update schema.json
2022-10-19 09:40:34 -03:00
renovate[bot]
fc2bac959b
chore(deps) Update Tauri API Definitions ( #5350 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-19 09:26:46 -03:00
Caesar Schinas
4137ab44a8
feat(macos): add tabbing_identifier
option, closes #2804 , #3912 ( #5399 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-19 09:20:17 -03:00
Lucas Nogueira
b713aed21b
chore(cli): update Cargo.lock
2022-10-18 09:39:52 -03:00
Lucas Fernandes Nogueira
357480f4ae
feat(core): custom protocol headers on Linux, closes #4496 ( #5421 )
2022-10-17 12:08:59 -03:00
Lucas Fernandes Nogueira
95f467add5
feat(core): add window accept_first_mouse
option, closes #5347 ( #5374 )
2022-10-17 11:07:45 -03:00
renovate[bot]
b8bf8e0fac
chore(deps) Update Rust crate attohttpc to 0.23 ( #5392 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-17 11:06:56 -03:00
я котик пур-пур
60bf067913
chore(examples): remove the legacy X-UA-Compatible meta ( #5394 )
2022-10-17 11:05:31 -03:00
Lucas Fernandes Nogueira
4036e15f5a
feat(core): reimplement window initial focus flag, closes #5120 ( #5338 )
2022-10-08 16:37:12 -03:00
Kasper
8357ce5b2e
Fix dialog.save return type ( #5373 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2022-10-08 15:59:13 -03:00
Amr Bashir
1129f4f575
refactor: simplify api.js bundling ( #4277 )
...
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-04 16:56:35 -03:00
Amr Bashir
d4cac20292
fix(bundler): fix japanese lang code, closes #5342 ( #5346 )
2022-10-04 13:25:58 -03:00
Amr Bashir
095b18620b
fix(cli.js): fix invoking cli from a node shim, closes #5343 ( #5345 )
2022-10-04 13:25:02 -03:00
Amr Bashir
a4aec9f0a8
feat(cli): expose TAURI_TARGET_TRIPLE
to before*Commands, closes #5091 ( #5101 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-03 16:11:06 -03:00
Kasper
39bf895b73
feat(macOS): Add application show
and hide
methods ( #3689 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-03 14:49:59 -03:00
Lucas Fernandes Nogueira
7c0fa1f3f9
fix(bundler): clear env before calling wix, closes #4791 ( #4819 )
2022-10-03 14:43:34 -03:00
Eric Hagman
a6c94119d8
feat(core): expose user_agent to window config ( #5317 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-10-02 10:37:53 -03:00
Kasper
321f3fed19
feat(macos): title_bar_style
and hidden_title
window options, closes #2663 ( #3965 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-30 17:15:45 -03:00
Amr Bashir
6f41a27124
fix(api.js): fix Monitor
initialization, closes #4672 ( #5314 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-30 14:39:51 -03:00
Tomáš Vojtášek
8f1ace7795
feat: expose set_title
for MacOS tray ( #5182 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-30 14:08:11 -03:00
Rafael Keramidas
ca3cd8b3d1
fix(api): fs/exists return type previously set to void when it should be boolean ( #5252 )
2022-09-29 15:55:45 -03:00
Lucas Nogueira
0d3a97ec7b
chore(cli): update to tokio 1.21.2
2022-09-29 10:35:44 -03:00
renovate[bot]
04201d43b1
chore(deps) Update Rust crate notify to v5, clap to v4 ( #5109 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-29 10:34:50 -03:00
renovate[bot]
d9d430e5a5
chore(deps) Update Tauri API Definitions ( #5299 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 09:28:29 -03:00
Caesar Schinas
5d89905e39
feat(api): add app-specific directory APIs, closes #5263 ( #5272 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-28 19:34:09 -03:00
jabza
eedfa5e618
feat(core): Expose "ignore_cursor_events" to Tauri and API ( #5032 )
...
Co-authored-by: Thomas Kilsby <>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-28 16:55:35 -03:00
Lucas Fernandes Nogueira
7d9aa3987e
feat: bump MSRV to 1.59 ( #5296 )
2022-09-28 14:33:35 -03:00
renovate[bot]
f98e1b128c
chore(deps) Update Tauri API Definitions ( #5249 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-28 13:48:06 -03:00
renovate[bot]
82e915c487
chore(deps) Update Rust crate env_logger to 0.9.1 ( #5248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-28 13:47:50 -03:00
Amr Bashir
628285c1cf
feat(bundler): add publisher
field, closes #5273 ( #5283 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-28 13:42:26 -03:00
Amr Bashir
54c337e06f
feat(cli): hotreload support for frontend static files, closes #2173 ( #5256 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-28 13:16:58 -03:00
Amr Bashir
b9316a64ea
fix(cli): validate productName
in config, closes #5233 ( #5262 )
2022-09-28 11:44:14 -03:00
Caesar Schinas
08a44490d7
docs: correct path for desktop_dir, closes #5267 ( #5268 )
2022-09-28 11:36:15 -03:00
renovate[bot]
3baa6ac9b8
chore(deps) Update Rust crate image to 0.24.4 ( #5289 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-28 11:11:44 -03:00
Lucas Nogueira
013fb354d9
docs(path): fix log directory documentation
2022-09-23 20:06:52 -03:00
Amr Bashir
adba73a9ff
ci: migrate to the org-level token
2022-09-23 18:00:13 +02:00
Amr Bashir
1d7171a1ec
chore: add prettierignore and fmt the repo ( #5192 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-18 09:16:35 -03:00
renovate[bot]
ecb489a77c
chore(deps) Update Tauri API Definitions ( #5184 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-18 09:16:19 -03:00
Lucas Fernandes Nogueira
18b17a954c
chore(cli): remove unused dependencies ( #5219 )
2022-09-18 09:07:06 -03:00
github-actions[bot]
e4292ce7be
apply version updates ( #5216 )
2022-09-16 14:30:18 -03:00
Amr Bashir
db26aaf2b4
fix: fix wrong cli metadata ( #5214 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2022-09-16 13:54:09 -03:00
Fabian-Lars
c764408da7
fix: Add missing allowlist config for cursor apis, closes #5207 ( #5211 )
2022-09-16 13:26:27 -03:00
Lucas Nogueira
2954f6d252
fix(cli): wrong metadata
2022-09-15 14:51:42 -03:00
Lucas Nogueira
0967da262e
fix(cli.js): revert jest update
2022-09-15 14:36:31 -03:00
Lucas Nogueira
e939e6d9e4
fix(ci): adjust publish-cli-js workflow to only install prod deps
2022-09-15 14:14:59 -03:00
Lucas Nogueira
3ceed62686
chore: add exists
function to the changelog
2022-09-15 12:35:05 -03:00
github-actions[bot]
83a6dab7b2
Revert "Apply Version Updates From Current Changes ( #5198 )"
...
This reverts commit 9190206387
.
2022-09-15 12:34:10 -03:00
github-actions[bot]
9190206387
Apply Version Updates From Current Changes ( #5198 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-09-15 12:32:51 -03:00
github-actions[bot]
fbdd0a7ca9
Apply Version Updates From Current Changes ( #4753 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-09-15 12:03:45 -03:00
Fabian-Lars
3c62dbc902
feat(api): Add exists
function to the fs module. ( #5060 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2022-09-15 11:28:52 -03:00
Yuyi Wang
9b793eeb68
Remove futures
& futures-lite
and use futures-util
directily. ( #5172 )
2022-09-12 19:24:57 -03:00
Amr Bashir
5e74aefd4a
chore(api.js): add @since
tag where appropriate ( #5169 )
2022-09-12 16:45:57 -03:00
Lucas Nogueira
6b737315b0
fix(api): revert broken @rollup/plugin-node-resolve
2022-09-12 16:41:33 -03:00
renovate[bot]
1c98751da4
chore(deps) Update Rust crate url to 2.3 ( #5157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-10 09:45:32 -03:00
Fabian-Lars
3fdd287704
fix(cli): fix wrong filename for 256px png icon ( #5164 )
2022-09-08 15:14:22 -03:00
renovate[bot]
5b0b8ef83f
chore(deps) Update dependency @rollup/plugin-node-resolve to v14 ( #5156 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-07 12:05:19 -03:00
Lucas Fernandes Nogueira
e9412fb983
chore(deps): use less specific version for tokio and once_cell ( #5158 )
2022-09-07 11:55:21 -03:00
renovate[bot]
83eefccefd
chore(deps) Update Rust crate once_cell to 1.14 ( #5152 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-07 10:46:15 -03:00
renovate[bot]
cdb5c8e068
chore(deps) Update dependency jest to v29.0.2 ( #5151 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-07 10:45:23 -03:00
renovate[bot]
824aec9e40
chore(deps) Update Tauri API Definitions ( #5153 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-07 10:45:04 -03:00
Lucas Nogueira
bf5a9ab9e6
chore(cli): update lockfile
2022-09-04 13:49:13 -03:00
Fabian-Lars
12e9d811e6
feat(cli): Add icon
command (tauricon) ( #4992 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-03 14:37:41 -03:00
Fabian-Lars
0837454b00
fix(api): Remove unused @ts-expect-error
( #5131 )
2022-09-03 11:56:15 -03:00
renovate[bot]
8183153a86
chore(deps) Update dependency eslint-config-standard-with-typescript to v22 ( #4603 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-03 09:38:47 -03:00
Rafael Keramidas
a9381f3b40
refactor(core/api): use constants for events in core, add new enum for core events in api ( #5100 )
2022-09-03 01:04:55 -03:00
Josh Soref
8fd79b8fc0
Spelling ( #4880 )
...
Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2022-09-03 01:03:02 -03:00
renovate[bot]
4cd8507ea0
chore(deps) Update dependency jest to v29 ( #5110 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-02 20:57:46 -03:00
renovate[bot]
bca796be2f
chore(deps) Update Tauri API Definitions ( #5108 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-02 20:57:17 -03:00
Lucas Fernandes Nogueira
b9fb53ed73
docs(cli): clarify passing arguments to the application on tauri dev
closes #5079 ( #5086 )
2022-08-29 09:31:21 -03:00
Lucas Fernandes Nogueira
2901145c49
chore: update license headers ( #5067 )
2022-08-28 15:13:21 -03:00
Lucas Fernandes Nogueira
8f6ab87fb4
feat(cli): package license files ( #5066 )
2022-08-27 10:10:05 -03:00
renovate[bot]
cf6f0c511b
chore(deps) Update Tauri API Definitions to v5.35.1 ( #5034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 09:24:34 -03:00
Jonas Kruckenberg
4fa968dc0e
fix(api): add async mockIPC()
handler signature ( #5056 )
2022-08-26 13:12:24 +02:00
renovate[bot]
ab5a307bc1
chore(deps) Update Tauri API Definitions ( #5018 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 12:40:50 -03:00
renovate[bot]
238fdc9563
chore(deps) Update Tauri JS CLI ( #5019 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 12:40:40 -03:00
Mateo Gallardo
d35cc77831
docs(clipboard): Added allowlist section to the Clipboard module ( #5014 )
2022-08-23 13:54:32 -03:00
Amr Bashir
169682219a
covector: reduce cargo audit/publish noise in release notes ( #5011 )
2022-08-23 12:04:28 -03:00
Dave Lage
02a2ec52f1
fix: Grammar in signer generate ( #5004 )
2022-08-22 18:12:41 -03:00
Lucas Fernandes Nogueira
436f3d8d66
feat(cli): load Cargo configuration to check default build target ( #4990 )
2022-08-21 17:48:28 -03:00
Fabian-Lars
fea70effad
refactor(cli): Use cargo metadata
to detect the workspace root and target directory, closes #4632 , #4928 . ( #4932 )
2022-08-21 10:42:26 -03:00
renovate[bot]
e16b366174
chore(deps) Update Tauri API Definitions ( #4960 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 10:25:34 -03:00
renovate[bot]
8bf0f66c06
chore(deps) Update dependency @napi-rs/cli to v2.11.4 ( #4961 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 10:24:36 -03:00
Lucas Fernandes Nogueira
c53d9ea1b3
refactor(cli): prepare for mobile implementation ( #4952 )
2022-08-16 10:13:14 -03:00
Amr Bashir
20a7036ba5
Revert "fix(core): avoid conflict with user-defined cmd
arg in invoke, closes #4875 ( #4892 )" ( #4924 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-08-12 20:34:17 -03:00
Amr Bashir
8958e9fdb5
docs: fix bullet point alignment in js api ( #4922 )
2022-08-12 19:08:18 -03:00
Lucas Nogueira
96885b6e5a
chore(cli): remove unused encode_unicode
dependency
2022-08-10 08:46:01 -03:00
renovate[bot]
9e48da502f
chore(deps) Update Rust crate attohttpc to 0.22 ( #4906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 08:39:11 -03:00
renovate[bot]
3951aac930
chore(deps) Update Tauri JS CLI ( #4905 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 08:38:55 -03:00
renovate[bot]
e86c9df9f0
chore(deps) Update Tauri API Definitions to v22.0.2 ( #4904 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 08:38:39 -03:00
Amr Bashir
57ab9847eb
feat(cli): add beforeBundleCommand
, closes #4879 ( #4893 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-08-09 12:54:44 -03:00
Lorenzo Lewis
4c24d10ff3
Update path.ts ( #4895 )
2022-08-09 11:36:50 -03:00
Amr Bashir
5813f08386
ci: publish cli.js *.node
modules to the existing cli.js release ( #4883 )
2022-08-09 11:36:21 -03:00
Amr Bashir
4e8b122df6
refactor(cli/core/bundler): use absolute path for msiexec and powershell ( #4884 )
2022-08-08 18:59:59 -03:00
Amr Bashir
5109c27501
fix(core): avoid conflict with user-defined cmd
arg in invoke, closes #4875 ( #4892 )
2022-08-08 15:51:56 -03:00
Lucas Fernandes Nogueira
d88b9de7aa
feat(core): add fips_compliant
wix config option, closes #4541 ( #4843 )
2022-08-04 14:58:26 -03:00
renovate[bot]
49f9334e19
chore(deps) Update Tauri API Definitions ( #4844 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-04 14:05:17 -03:00
renovate[bot]
3be8c238cc
chore(deps) Update Rust crate os_info to 3.5 ( #4845 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-04 14:05:01 -03:00
renovate[bot]
e59407f2bd
chore(deps) Update Rust crate serde_json to 1.0.83 ( #4855 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-04 14:04:46 -03:00
Paul Soporan
f7d2dfc7a6
chore: add libc field to node packages ( #4856 )
2022-08-04 01:04:24 -03:00
Lucas Fernandes Nogueira
fa23310f23
fix(cli): set MACOSX_DEPLOYMENT_TARGET env var, closes #4704 ( #4842 )
2022-08-02 19:54:31 -03:00
Lucas Fernandes Nogueira
d6f7d3cfe8
Add cwd option to before
commands, add wait option to dev #4740 #3551 ( #4834 )
2022-08-02 18:54:50 -03:00
Lucas Fernandes Nogueira
90d5929fea
feat(cli.rs): add support to cargo-binstall, closes #4651 ( #4817 )
2022-08-02 18:54:40 -03:00
Lucas Fernandes Nogueira
331f346002
feat(core): add option to use vendored openssl, closes #4470 ( #4809 )
2022-08-02 18:54:05 -03:00
Lucas Fernandes Nogueira
ae83d008f9
feat: add support to TOML config file Tauri.toml
, closes #4806 ( #4813 )
2022-08-02 14:12:26 -03:00
Lucas Fernandes Nogueira
d576e8ae72
feat(core): do not follow redirects if max_redirects
is 0 closes #4795 ( #4812 )
2022-07-31 20:00:48 -03:00
Lucas Fernandes Nogueira
0983d7ce7f
feat(cli): add --no-watch
argument to the dev command, closes #4617 ( #4793 )
2022-07-29 18:34:43 -03:00
Brian Li
024620529e
fix(bundler): cache appimage bundle tools ( #4790 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2022-07-29 18:34:12 -03:00
Lucas Fernandes Nogueira
596fa08d48
feat(cli): automatically use .taurignore
, ref #4617 ( #4623 )
2022-07-28 18:58:38 -03:00
renovate[bot]
77e48ab7db
chore(deps) Update dependency rollup to v2.77.2 ( #4781 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 18:24:08 -03:00
horochx
d8cf9f9fcd
Command support for specified character encoding, closes #4644 ( #4772 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-07-27 18:23:27 -03:00
renovate[bot]
810b3be080
chore(deps) Update Tauri API Definitions ( #4776 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 14:54:08 -03:00
renovate[bot]
77f4a7173b
chore(deps) Update dependency @napi-rs/cli to v2.10.3 ( #4778 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-27 14:53:49 -03:00
Danil Karpenko
aa9f1243e6
Improved EventEmitter for tauri api shell ( #4697 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-07-25 19:35:35 -03:00
Lucas Nogueira
816f474c3e
fix(cli): only try to read updater private key if we've bundled it
2022-07-25 14:04:52 -03:00
Lucas Fernandes Nogueira
47fab6809a
fix(cli): dev watcher incorrectly killing process on multiple file write ( #4684 )
2022-07-25 13:51:04 -03:00
renovate[bot]
e903dfe762
chore(deps) Update Tauri API Definitions ( #4660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 12:46:50 -03:00
renovate[bot]
b47d8c88c5
chore(deps) Update Rust crate ureq to 2.5 ( #4661 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 12:46:19 -03:00
renovate[bot]
9b7caab672
chore(deps) Update dependency jest to v28.1.3 ( #4666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 12:46:08 -03:00
Lorenzo Lewis
2adef93faf
Update readme badges ( #4696 )
2022-07-25 12:03:18 -03:00
renovate[bot]
fd4c851ee9
chore(deps) Update Rust crate image to 0.24.3 ( #4716 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 11:05:45 -03:00
renovate[bot]
d2b6351157
chore(deps) Update Rust crate serde_with to v2 ( #4719 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 11:01:20 -03:00
dependabot[bot]
c2c1e6f081
chore(deps): bump terser from 5.7.0 to 5.14.2 in /tooling/api ( #4718 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 11:00:43 -03:00
Amr Bashir
6d4945c9f0
feat(cli): prompt for before*Command, closes #4691 ( #4721 )
...
* feat(cli): prompt for before*Command, closes #4691
* fix default command
* add allow_empty argument
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-07-25 10:59:08 -03:00
Lucas Fernandes Nogueira
b2a8930b3c
feat(cli): validate updater private key when signing ( #4754 )
2022-07-25 10:58:25 -03:00
Axel Lindeberg
b48962ed15
fix(cli): don't warn on first dev server connection attempt ( #4751 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2022-07-24 09:41:37 -03:00
github-actions[bot]
679abc6a9a
Apply Version Updates From Current Changes ( #4701 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-07-22 12:08:38 -03:00
Lucas Fernandes Nogueira
635f23b88a
fix(bundler): correctly set debian architecture for aarch64 ( #4700 )
2022-07-17 09:19:40 -03:00
github-actions[bot]
b1d53426d1
Apply Version Updates From Current Changes ( #4650 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-07-14 18:36:35 -03:00
Lucas Nogueira
89cb252640
fix(bundler): pin linuxdeploy version
2022-07-14 15:12:57 -03:00
Lucas Fernandes Nogueira
597c98203c
feat(bundler): use known Id for the sidecar files on WiX, ref #4546 ( #4658 )
2022-07-12 16:55:37 -03:00
Lucas Fernandes Nogueira
261d1bc9d4
feat(bundler): load WiX extensions used on fragments, closes #4546 ( #4656 )
2022-07-12 14:08:08 -03:00
Lucas Fernandes Nogueira
c635a0dad4
refactor(cli): do not capture and force colors of cargo build output ( #4627 )
2022-07-12 09:49:23 -03:00
Vinícius Miguel
bc370e3268
feat: reduce the amount of heck
-related allocations ( #4634 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-07-11 16:07:39 -03:00
Lorenzo Lewis
47666c4a0b
Fix/docs qol improvements ( #4641 )
2022-07-11 10:14:31 -03:00
github-actions[bot]
7bbf167c1c
Apply Version Updates From Current Changes ( #4560 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-07-06 14:32:55 -03:00
renovate[bot]
a30f95f76e
chore(deps) Update Tauri JS CLI ( #4608 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 14:28:37 -03:00
Lucas Nogueira
6fb49fd19b
fix(cli.js): add timeout to manifest watcher to prevent deadlock
2022-07-06 12:45:34 -03:00
Lucas Fernandes Nogueira
9170c92070
feat(core): improve config deserialization error messages ( #4607 )
2022-07-06 10:33:45 -03:00
Lucas Fernandes Nogueira
d5e910ebcc
chore(api): remove type-fest
( #4605 )
2022-07-06 10:07:46 -03:00
Lucas Fernandes Nogueira
fa028ebf3c
refactor: do not pass entire config from CLI to core, send patch instead ( #4598 )
2022-07-06 09:29:26 -03:00
Lucas Fernandes Nogueira
2e61abaa9a
feat(cli): allow dynamic link vcruntime, closes #4565 ( #4601 )
2022-07-06 09:29:03 -03:00
renovate[bot]
038c2cc8b1
chore(deps) Update Tauri API Definitions ( #4599 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 09:24:31 -03:00
renovate[bot]
adea3f1e81
chore(deps) Update Tauri CLI ( #4602 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 09:23:59 -03:00
Lucas Fernandes Nogueira
8e3e7fc646
feat(cli): improve bundle identifier validation, closes #4589 ( #4596 )
2022-07-05 19:57:31 -03:00
Lucas Fernandes Nogueira
92aca55a6f
feat(api): add support to ArrayBuffer ( #4579 )
2022-07-05 17:40:36 -03:00
Lucas Fernandes Nogueira
b02fc90f45
feat(api): add abstractions to updater and window event listeners ( #4569 )
2022-07-05 16:57:53 -03:00
Lucas Fernandes Nogueira
64416100c6
refactor(cli): reuse Rust build logic for dev and build commands ( #4578 )
2022-07-05 10:21:20 -03:00
Lucas Fernandes Nogueira
f8a3becb28
feat(core): add option to disable tray menu on left click, closes #4584 ( #4587 )
...
* feat(core): add option to disable tray menu on left click, closes #4584
* Update .changes/menu-on-left-click.md [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2022-07-05 09:05:01 -03:00
Lucas Fernandes Nogueira
f7c59ecfc8
fix(bundler): support macOS 10.13.6+ on notarization, closes #4549 ( #4593 )
2022-07-05 09:04:40 -03:00
Lucas Fernandes Nogueira
b8cd2a7993
feat(api): call toString()
on dialog title and message, closes #4583 ( #4588 )
2022-07-04 22:30:06 -03:00
Lucas Nogueira
f65eb4f84d
fix(cli.js): revert run
command to be nonblocking
2022-07-04 09:09:00 -03:00
Lucas Fernandes Nogueira
23d3d847d1
fix(bundler): ensure RequestUUID and Status parser adds a \n, closes #4549 ( #4559 )
2022-07-03 21:36:33 -03:00
Amr Bashir
9105588373
feat: add implicit default menu for macOS only, closes #4551 ( #4570 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-07-03 20:26:32 -03:00
Lucas Fernandes Nogueira
dbb8c87b96
feat(cli): watch Cargo workspaces in the dev command, closes #4222 ( #4572 )
2022-07-03 19:48:05 -03:00
Robin van Boven
8dd03e69b0
fix(bundler): Build AppImages inside the target folder ( #4521 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-07-03 18:24:03 -03:00
Lucas Fernandes Nogueira
573b4c0b3c
refactor(cli): move watch and manifest logic to the Rust impl ( #4571 )
2022-07-02 15:05:18 -03:00
github-actions[bot]
35b53784ee
Apply Version Updates From Current Changes ( #4545 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-06-30 18:45:58 -03:00
Lucas Fernandes Nogueira
3df6c8c645
feat(bundler): enable TLS 1.2 before downloading webview2 bootstrapper ( #4543 )
2022-06-30 18:07:11 -03:00
renovate[bot]
9217d88f94
chore(deps) Update Tauri API Definitions ( #4523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-06-30 17:52:43 -03:00
Jonas Kruckenberg
8e808fece9
fix(cli.rs): conflicts_with arg doesn't exist closes ( #4538 )
...
* fix: conflicts_with path doesn't exist
* add change file
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-06-30 10:38:57 -03:00
renovate[bot]
3125a5a383
chore(deps) Update Rust crate serde_json to 1.0.82 ( #4522 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 08:48:58 -03:00
Lucas Nogueira
1b581747c5
docs(api): revert typedoc update
2022-06-29 16:53:41 -03:00
github-actions[bot]
df5fd52a4c
Apply Version Updates From Current Changes ( #4382 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2022-06-29 14:34:20 -03:00
Lucas Fernandes Nogueira
5105b428c4
feat(cli): change app template to only set default menu on macOS ( #4518 )
2022-06-29 14:03:42 -03:00
Fabian-Lars
de645a32e9
fix(cli): Typo in beforeBuildCommand error message ( #4516 )
2022-06-29 09:38:03 -03:00
renovate[bot]
49e49f5bba
chore(deps) Update dependency jest to v28.1.2 ( #4515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-29 09:07:21 -03:00
Lucas Nogueira
0257004be1
chore(deps): update lockfiles
2022-06-29 01:06:16 -03:00
renovate[bot]
be4831fdfb
chore(deps) Update Tauri API Definitions ( #4512 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-06-29 00:58:07 -03:00
Lucas Nogueira
445e05d9bd
chore(config): add link to doc page
2022-06-29 00:01:31 -03:00
Lucas Nogueira
eac56c32fe
chore(cli): update lockfile
2022-06-28 23:52:18 -03:00
Robin van Boven
bf45ca1df6
fix(cli,bundler): prefer AppImage libraries with ABI version ( #4505 )
2022-06-28 23:45:36 -03:00
Robin van Boven
0e6edeb14f
fix(cli): Don't add pkg-config
to deb
( #4508 )
2022-06-28 23:44:14 -03:00
MentalGear
94e581b8d0
docs: fixed readdir example code ( #4510 )
2022-06-28 17:56:44 -03:00
dswd
b0133083dd
Fix appimage creation in container when host has appimagelauncher enabled ( #4457 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-06-27 10:36:37 -03:00
Lucas Fernandes Nogueira
094b3eb352
fix(cli): file name instead of path on updater sig comment, closes #4467 ( #4484 )
2022-06-27 09:56:37 -03:00
Fabian-Lars
68a09b3588
fix(docs): Fix typos in js path api docs. Extend rust path api docs. ( #4482 )
2022-06-27 08:41:00 -03:00
Lucas Fernandes Nogueira
956af4f30f
feat(bundler): validate wix toolset files, ref #4474 ( #4475 )
2022-06-26 18:00:33 -03:00
Lucas Fernandes Nogueira
2ca762d207
feat(bundler): extend webview2 installation options, closes #2882 #2452 ( #4466 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2022-06-26 15:45:31 -03:00
Fabian-Lars
82eb6e79e8
fix(bundler): Fix appimage bundler crashing if path has spaces ( #4471 )
...
* fix(bundler): Fix appimage bundler crashing if path has spaces
* add changefile
2022-06-26 09:28:29 -03:00
Lucas Nogueira
23a049c593
chore: fix clippy warnings, remove license template
...
The license template has been removed from rustfmt nightly :(
2022-06-24 22:01:13 -03:00
Lucas Fernandes Nogueira
13b8a2403d
feat(cli): validate target argument ( #4458 )
2022-06-24 13:16:19 -03:00
Jiwon Choi
08a73acde8
fix(bundler): fix language code. closes #4437 ( #4444 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-06-24 00:19:31 -03:00
renovate[bot]
4b5291d9d9
chore(deps) Update dependency prettier to v2.7.1 ( #4436 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 00:10:40 -03:00
Lucas Fernandes Nogueira
b025b9f581
refactor(cli): set binary name on dev ( #4447 )
2022-06-23 22:09:37 -03:00
Lorenzo Lewis
d277881d7f
fix: add supported OSs to readme, update status badges to stable ( #4432 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2022-06-23 15:31:11 -03:00
Lucas Nogueira
95e77e591d
docs(api): enhance theme api doc
2022-06-23 15:31:12 -03:00
renovate[bot]
d38e66aca2
chore(deps) Update Tauri API Definitions ( #4442 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 09:49:01 -03:00
Lucas Fernandes Nogueira
6650e5d672
fix(cli): preserve Cargo manifest formatting when possible ( #4431 )
2022-06-22 00:14:46 -03:00
Lucas Fernandes Nogueira
672174b822
feat(bundler): validate version before bundling with WiX ( #4429 )
2022-06-22 00:14:39 -03:00
Lucas Fernandes Nogueira
e0e5f77243
feat(cli): improve cargo not found
error message, closes #4428 ( #4430 )
2022-06-22 00:14:27 -03:00