Fabian-Lars
fd2f8ab774
ci(1.x): Remove nodejs14 test in cli.js publishing workflow ( #9569 )
2024-04-25 12:45:06 +02:00
github-actions[bot]
caddd5bdd8
Apply Version Updates From Current Changes (v1) ( #9544 )
...
* apply version updates
* downgrade tokio deps
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
tauri-bundler-v1.5.2
tauri-v1.6.2
@tauri-apps/api-v1.5.4
tauri-cli-v1.5.12
@tauri-apps/cli-v1.5.12
2024-04-22 12:34:26 -03:00
Lucas Fernandes Nogueira
72c2636527
chore(ci): fix MSRV downgrade ( #9543 )
2024-04-22 11:17:33 -03:00
Lucas Fernandes Nogueira
83e024c670
chore(ci): downgrade home crate ( #9542 )
...
* chore(ci): downgrade home crate
* chore: update deps
2024-04-22 10:57:59 -03:00
Lucas Fernandes Nogueira
07c9e352df
fix(ci): downgrade cc crate for MSRV compatibility ( #9541 )
2024-04-22 10:15:52 -03:00
Fabian-Lars
d00178d60c
ci: Fix package downgrades in covector workflow ( #9538 )
...
* ci: Fix package downgrades in covector workflow
* some more packages
2024-04-22 09:16:16 -03:00
Lucas Fernandes Nogueira
705da977a9
fix: optional chaining is not supported on older webviews ( #9529 )
2024-04-21 20:53:51 -03:00
Fabian-Lars
1675e41f05
fix(bundler): don't convert product name to snake case when cross compiling ( #9481 )
...
* fix(bundler): Don't convert product name to snake case when cross compiling
fixes #9221
* Update bundler-cross-uppercase-productname.md
* Update .changes/bundler-cross-uppercase-productname.md
2024-04-18 17:04:17 +02:00
Fabian-Lars
f9638b6315
fix(cli): append extension to app binary manually on rename ( #9491 )
...
fixes #9488
fixes #8848
2024-04-18 05:31:07 +02:00
Amr Bashir
aeddc40b9e
fix(cli/info): fix crash when checking node version ( #9411 )
...
closes #9396
2024-04-15 11:39:17 +02:00
Amr Bashir
fe6f81fa88
chore: fix clippy false positive ( #9329 )
2024-04-01 13:11:09 -03:00
Jet Li
9dd67abd93
fix(cli): upgrade heck to better support Chinese/Japanese prodcut name on Linux ( #9298 )
2024-04-01 17:23:15 +02:00
Fabian-Lars
dbe81b8410
fix(bundler/nsis): Don't use /R flag on installation dir ( #9282 )
2024-03-27 00:55:57 +02:00
Fabian-Lars
017861e4d5
fix(bundler): Fix nsis resource paths on non-windows build systems. ( #9281 )
...
* fix(bundler): Fix nsis resource paths on non-windows build systems.
* remove leftover from alternative
2024-03-27 00:40:29 +02:00
Fabian-Lars
77cc49ac3c
fix(cli): Clone Options struct after mutating it. ( #9188 )
2024-03-19 10:37:12 -03:00
Amr Bashir
e3b6d38d26
fix(core/path): remove suffix in basename only once ( #9166 )
...
* fix(core/path): remove suffix in basename only once
ref: #9064
* Update tooling/api/src/path.ts
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-03-18 08:40:18 -03:00
github-actions[bot]
b705f89a10
Apply Version Updates From Current Changes (v1) ( #9074 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
tauri-cli-v1.5.11
tauri-bundler-v1.5.1
@tauri-apps/cli-v1.5.11
2024-03-07 15:18:27 -03:00
Amr Bashir
97a05145fb
fix(cli): migrate to stable features of log crate ( #9119 )
...
* fix(cli): migrate to stable features of `log` crate
* to_cow_str
2024-03-07 13:39:32 -03:00
anatawa12
b15948b11c
fix(cli): use matched_path_or_any_parents when checking if a file is ignored ( #8903 )
...
* fix: taurignore ignoreing folders not working for watch
* docs: add to changes
* fix: panic: path is expected to be under the root
* Update taurignore-ignoring-folders-not-working-for-watch.md
* Update taurignore-ignoring-folders-not-working-for-watch.md
2024-03-06 21:12:41 +02:00
bifs
5163861588
fix(bundler): escape potentially problematic strings in an XML ( #9040 )
...
* fix(bundler): escape potentially problematic strings in an XML (#9030 )
- replace characters invalid in XML with their escaped form to properly bundle resources with such characters in their pathnames.
* change file
2024-03-04 21:08:12 +02:00
github-actions[bot]
80a215a6f3
Apply Version Updates From Current Changes (v1) ( #9013 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
tauri-v1.6.1
tauri-runtime-wry-v0.14.5
2024-02-28 00:11:02 -03:00
Amr Bashir
01ae1218dc
ci: downgrade thread_local to 1.1.7 in msrv list ( #9012 )
2024-02-27 23:03:28 -03:00
Amr Bashir
d42668ce17
fix(runtime-wry): avoid panic during clipboard initialization on wayland ( #9003 )
...
closes #8964
2024-02-27 14:35:22 -03:00
Amr Bashir
1ab0db6352
chore: port PR template from dev branch ( #9004 )
2024-02-27 18:48:00 +02:00
Lucas Nogueira
e816a46b95
chore: update lock files
tauri-cli-v1.5.10
2024-02-18 23:46:17 -03:00
Lucas Nogueira
a4b82d9dba
chore: bump tauri-utils
tauri-utils-v1.5.3
2024-02-18 22:31:35 -03:00
github-actions[bot]
b735b6799f
Apply Version Updates From Current Changes (v1) ( #8475 )
...
* chore: change bump to patch
* apply version updates
---------
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
tauri-runtime-wry-v0.14.4
tauri-v1.6.0
tauri-bundler-v1.5.0
@tauri-apps/cli-v1.5.10
2024-02-18 19:31:52 -03:00
amrbashir
7b5e8712e7
ci: update msrv test and cargo.lock
2024-02-14 04:01:01 +02:00
Lucas Fernandes Nogueira
2421073576
fix(macos): use BTreeMap for windows map to prevent crash on idle ( #8117 )
...
* fix(macos): use BTreeMap for windows map to prevent crash on idle
* use arc [skip ci]
* add change file
2024-02-14 01:15:21 +02:00
Fabian-Lars
510b62261c
chore(core): Add missing changefile for #8546 ( #8822 )
2024-02-08 16:27:19 +02:00
Amr Bashir
b0f27814b9
fix(cli): map --profile dev to debug folder when finding executable ( #8776 )
2024-02-05 16:12:08 +02:00
John Smith
cc3d8e7731
fix(core): Command::output suspend while wait for response ( #8539 )
...
* fix: Command::output suspend while wait for response
* add change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-02-01 08:06:05 -03:00
Amr Bashir
8ce51cec3b
feat: retain cli args when relaunching after update, closes #7402 ( #7718 )
...
* feat: retain cli args when relaunching after update, closes #7402
* 1.61 compatible OsString join
* fix msi impl as well
* fix tests
* Update .changes/tauri-bundler-nsis-args.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio >
* Update .changes/tauri-updater-retain-args.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio >
* more typos
* fix update args
* pull args from Env
* check if not empty
* pin memchr
* Update core.rs
* Update core.rs
* move /args
* fix build
* lint
* more lints
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio >
2024-01-31 16:02:48 -03:00
Fabian-Lars
0bff8c325d
fix(cli): Ignore query parameter in dev server ( #8697 )
...
* fix(cli): Ignore query parameter in dev server
fixes #8148
additional ref: https://discord.com/channels/616186924390023171/1201199918379974766
* Update .changes/cli-devserver-queryparam.md
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2024-01-29 14:58:23 +02:00
Fabian-Lars
a9b2c0625c
chore: Commit Cargo.lock ( #8586 )
...
* chore: Commit Cargo.lock
* memchr for non-windows
* cfg-expr for non-windows
* add msrv check to covector
* update script
* downgrade arboard
* downgrade petgraph
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-01-17 16:21:45 -03:00
Naman Garg
7aa30dec85
feat: Add Section, Priority and Changelog options ( #8620 )
...
* Init section, priority and changelog
* Add section. priority and changelog support
* fix variable name
* Add .changes file
* Fix Formatting
* Apply suggestions from code review
2024-01-17 04:21:46 +02:00
Naman Garg
4926648751
deps: Libflate to flate2 ( #8618 )
...
* Replace libflate with flate2
* Add .changes file
* Cargo fmt
2024-01-16 15:52:19 +02:00
Amr Bashir
06890c70c6
feat: enable socks-proxy for bundler download ( #8596 ) ( #8611 )
...
* feat: enable socks-proxy for bundler download
* change file
Co-authored-by: Lai Zn <laizenan@gmail.com >
2024-01-16 15:42:53 +02:00
阿良仔
1ca69bcf2f
fix(clipboard): build issues on wayland ( fix #8515 ) ( #8546 )
...
* fix(clipboard): fail to build on wayland
* specify exact version
* bump MSRV to 1.63
* revert msrv changes
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2024-01-15 19:52:49 +02:00
Naman Garg
6bdba1f330
fix(bundler/deb): use lintian-compliant permissions , closes #7992 ( #8585 )
2024-01-15 18:08:07 +02:00
Fabian-Lars
b546b42db7
fix(core): Retain order of map keys in ipc, fixes #7922 ( #8577 )
...
* fix(core): Retain order of map keys in ipc, fixes #7922
* enable dep on http-api feature instead of http-request
* Create fix-formbody-order.md
* Update fix-formbody-order.md
2024-01-10 21:03:25 +02:00
Fabian-Lars
67d7877f27
fix(cli): Watch workspace members if tauri dir is workspace root ( #8520 )
...
* fix(cli): Watch workspace members if tauri dir is ws root
See title. This PR also includes a fix/workaround for paths with funny characters that may not make the glob expansion panic.
Fixes #8509
* extract into function
* cleanup
2024-01-04 01:37:05 +02:00
Jason Tsai
89911296e4
feat(bundler): codesign nested code on macos ( #8259 )
...
* feat(bundler): codesign nested code on macos
* chore: update changelog tag
* typo
* also sign stuff in the Libraries folder
tested this for spacedrive, which has a bunch of dylib inside the libraries folder
* Update .changes/mac-bundler-nested-code-sign.md [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-12-28 13:58:24 -03:00
Amr Bashir
8f8729d918
fix(core): allow canceling data-tauri-drag-region maximization on macOS, closes #8306 ( #8312 )
...
* fix(core): allow canceling `data-tauri-drag-region` maximization on macOS, closes #8306
* Update .changes/tauri-data-drag-region-macos-maximize.md
* fix typo
* cancel if mouse moves
* Update tauri-data-drag-region-macos-maximize.md
[skip ci]
* Update core/tauri/scripts/core.js [skip ci]
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2023-12-28 09:13:48 -03:00
Amr Bashir
446fc99bbe
ci: use default options for repository-dispatch ( #8456 )
2023-12-27 13:00:37 -03:00
Amr Bashir
6e48837860
feat: re-export Url ( #8474 )
...
* feat: re-exoprt `Url`
`Url` is used/returned from public API, we should re-export it
* Update .changes/export-url.md
2023-12-27 12:59:26 -03:00
renovate[bot]
883e52153e
chore(deps) Update Tauri API Definitions (1.x) ( #8449 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-20 14:16:58 -03:00
github-actions[bot]
5966812735
Apply Version Updates From Current Changes (v1) ( #8396 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
tauri-runtime-v0.14.2
tauri-macros-v1.4.3
tauri-utils-v1.5
tauri-codegen-v1.4.2
tauri-v1.5.4
tauri-bundler-v1.4.8
tauri-bundler-v1.4
tauri-runtime-wry-v0.14.3
@tauri-apps/cli-v1.5.9
tauri-cli-v1.5.9
tauri-v1.5
tauri-build-v1.5.1
@tauri-apps/api-v1.5.3
tauri-utils-v1.5.2
tauri-cli-v1.5
2023-12-20 13:50:17 -03:00
Amr Bashir
b44e9c0fcb
feat(bundler): redownload outdated/mis-hashed files ( #8431 )
...
* feat(bundler): redownload outdata/mis-hashed files
* change import location
* Update util.rs
* Update util.rs
* Update bundler-mishashed-files.md
* Update bundler-mishashed-files.md
* rename fn
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-12-20 12:46:19 -03:00
Fabian-Lars
b2f83f03a8
fix(core): Replace Rc with Arc to prevent crashes when sending events ( #8402 )
...
* fix(core): Prevent crash when sending events.
* add change file
* use dedicated type for windows refcell map
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-12-20 12:13:00 -03:00