Lucas Nogueira
479ee98fdc
add ios_webview_ptr to tauri-runtime so we can always impl plugin init
2026-03-11 10:38:55 -03:00
Lucas Nogueira
0dc3a61590
further fixes
2026-03-11 09:04:38 -03:00
Lucas Nogueira
d494419b83
refactor: remove wry/cef feature flags, enforce runtime crates usage
2026-03-10 16:26:45 -03:00
Lucas Nogueira
72e8d5e9ca
Merge remote-tracking branch 'origin/dev' into feat/cef
2026-03-10 08:35:15 -03:00
Amr Bashir
9fee5b71d6
Revert "feat: add pattern-based header configuration support in HeaderConfig" ( #15063 )
...
* Revert "feat: add pattern-based header configuration support in HeaderConfig"
This reverts commit 18ff6466ca .
* clippy
2026-03-10 08:11:26 -03:00
FabianLars
2967cf2091
revert schema version to draft-07
2026-03-06 14:07:07 +01:00
FabianLars
fa2c0e91a9
don't add webkitgtk to deb/rpm deps for cef builds
2026-03-06 12:33:07 +01:00
Tony
8718d08163
enhance(cli): add context before prompting password ( #15033 )
...
* enhance(cli): add context before prompting password
* Add change file
2026-03-05 11:38:02 +08:00
github-actions[bot]
d86827980d
apply version updates ( #14897 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-04 16:37:29 +08:00
Tony
52cf195b78
refactor(cli): reduce some nesting code ( #14844 )
...
* refactor(cli): reduce some nesting code
* Handle all paths and config file change not first
* Bring back is_ignore
2026-03-03 21:27:55 +08:00
Tony
33754ae5e3
fix(cli): unusable empty password private keys ( #15022 )
...
* fix(cli): unusable empty password private keys
* Bump minisign to 0.9 and revert other changes
* Lock to `=0.7.3`
2026-03-03 20:23:50 +08:00
Lucas Nogueira
84a37feedb
include stderr in command error
2026-02-28 09:46:37 -03:00
Lucas Fernandes Nogueira
8f71640250
fix: CEF CI ( #14953 )
...
* fix: CEF CI
* fmt
* update to rust 1.88, edition 2024
* install x86_64-apple-darwin
* linux clippy
* fix --all-features
* more all-features fixes
* install x86 apple
* fix windows
* fix doc tests
* skip --all-featuress test for android and ios
* more clippy fixes
* install target
* fix build, clippy
* export cef for tests
* pin version
* fix arg
2026-02-18 11:24:11 -03:00
Lucas Nogueira
465b42cb21
Merge remote-tracking branch 'origin/dev' into feat/cef
2026-02-15 16:45:52 -03:00
Lucas Nogueira
b576881ca4
clippy
2026-02-15 16:18:38 -03:00
Lucas Fernandes Nogueira
0d1cb83bab
fix(cli): missing options on mobile dev/build commands ( #14932 )
...
* fix(cli): missing options on mobile dev/build commands
* avoid duplicated flags
* clippy
2026-02-12 21:12:00 -03:00
Lucas Nogueira
ece5dd1909
fix: avoid duplicated flags
2026-02-12 21:01:11 -03:00
Lucas Fernandes Nogueira
35c35f27ae
fix(cli): features should support a comma separated list ( #14931 )
2026-02-12 12:24:40 -03:00
Lucas Nogueira
642fbbb324
fix missing cli options on mobile dev/build commands
2026-02-12 10:51:08 -03:00
FabianLars
ede0c8ebe8
fix merge conflicts (macOS)
2026-02-03 16:18:43 +01:00
github-actions[bot]
c37368f339
apply version updates ( #14884 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-03 11:54:01 -03:00
FabianLars
b29823c226
fix merge conflicts
2026-02-03 15:53:43 +01:00
FabianLars
4118846d11
Merge remote-tracking branch 'origin/dev' into feat/cef
2026-02-03 15:12:07 +01:00
FabianLars
19ded696de
apply version updates
2026-02-02 23:05:28 +01:00
github-actions[bot]
8d67af37b6
apply version updates ( #14639 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-02 09:15:37 -03:00
sftse
32576120fd
Fix busy loop ( #14839 )
...
* refactor(tauri-cli): remove unneeded Arc<Mutex>
* fix(tauri-cli): remove busy-looping
2026-01-29 11:13:03 +08:00
sftse
e3fdcb5002
refactor tauri-cli ( #14836 )
...
* refactor(tauri-cli): use OsString where possible
* refactor(tauri-cli): remove needless scoping blocks
* refactor(tauri-cli): make return type concrete
* refactor(tauri-cli): use ?
* refactor(tauri-cli): coerce later to trait object
* refactor(tauri-cli): remove clone
* refactor(tauri-cli): make better use of static OnceLock
* fix(tauri-cli): upgrade atomics to SeqCst
* Add change file
* Update .changes/change-pr-14836.md
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-01-29 10:39:00 +08:00
sftse
d453e2e06a
refactor(tauri-cli): remove trait implemented only once ( #14840 )
2026-01-29 10:35:55 +08:00
Lucas Nogueira
568afcbcd9
let dev app be signed
2026-01-27 22:01:14 -03:00
FabianLars
217b70a100
fix wix bundler
2026-01-27 13:13:40 +01:00
sftse
3a4e165b6f
Less statics fixup ( #14833 )
...
* fix(tauri-cli): be more conservative to preserve behavior (#14804 )
* refactor(tauri-cli): move app path initialization into commands
2026-01-27 16:33:11 +08:00
Amr Bashir
fc405b3ae6
chore: update cef version to 144.1.0+144.0.7 ( #14827 )
2026-01-26 08:40:37 -03:00
Lucas Nogueira
5e36353d55
improve default features detection
2026-01-22 14:04:22 -03:00
Tony
53611c4d7b
fix(cli): only watch dependent workspace members ( #14747 )
...
* fix(cli): only watch dependent workspace members
* Use manifest path instead of `workspace_default_members`
* Add change file
* Merge remote-tracking branch 'upstream/dev' into only-watch-dependencies
* `bug` not `fix`
* Merge branch 'dev' into only-watch-dependencies
* Remove `CargoMetadataExpended`
* Merge remote-tracking branch 'upstream/dev' into only-watch-dependencies
* Remove top level `.taurignore`
* Load ignore files from workspace root
2026-01-20 17:52:34 +08:00
Lucas Fernandes Nogueira
62aa13a124
fix(cli): Android build --apk and --aab flags requiring a value ( #14629 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2026-01-19 20:32:43 +01:00
Lucas Fernandes Nogueira
eccff97588
fix(cli): possibly empty associated-domains entitlement ( #14779 )
2026-01-18 19:01:36 +01:00
Tony
08e35fcda0
refactor(cli): remove mutex on config ( #14791 )
...
* refactor(cli): remove mutex on config
* Fix ios
* Clippy
* Fix ios
* Unused import
* Fix ios closure and clippy
* Import `ConfigMetadata`
* Remove life time tags
2026-01-18 21:09:36 +08:00
Tony
10a8066db3
refactor(cli): reorder a few parameters ( #14792 )
2026-01-18 20:57:36 +08:00
Tony
ea31b07f19
fix(cli): inspect's description ( #14789 )
2026-01-17 19:23:12 +02:00
sftse
7f7d9aac21
Less statics ( #14668 )
...
* refactor(tauri-cli): introduce replacement functions
* refactor(tauri-cli): apply replacement to remove.rs
* refactor(tauri-cli): apply replacement to icon.rs
* refactor(tauri-cli): apply replacement to bundle.rs
* refactor(tauri-cli): apply replacement to build.rs
* refactor(tauri-cli): apply replacement to add.rs
* refactor(tauri-cli): apply replacement to dev.rs
* refactor(tauri-cli): less controlflow
* refactor(tauri-cli): split config loading from locking static
* refactor(tauri-cli): remove duplicate checks covered by if let Some(tauri_dir) = tauri_dir
tauri_dir.is_some() must be true, otherwise the entire block is not run, so the frontend_dir check
is irrelevant
* fmt
* refactor(tauri-cli): apply replacement to inspect.rs
* refactor(tauri-cli): dont use statics for config
* refactor(tauri-cli): finish threading directory paths through functions
* fix: clippy
* fixup CI
* refactor(tauri-cli): dont need mutex
* refactor(tauri-cli): rescope mutex use to minimal necessary
* fix CI, reduce mutex use
* fixup PR #14607
* fix: clippy
* refactor(tauri-cli): remove ConfigHandle
* refactor(tauri-cli): remove more unwraps and panicing functions
* refactor(tauri-cli): less mutexes
* refactor(tauri-cli): undo mistaken change, address review comment
* Split android build to 2 functions
* Pass in dirs to migration v1 like the v2 beta
* Add change file
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2026-01-17 23:52:42 +08:00
Lucas Nogueira
3db9268a92
fix empty entitlements
2026-01-15 12:09:58 -03:00
Wuelfhis Asuaje
1b0e335d3f
Fix: Updater signer failed signing file without extension ( #14713 )
...
* fixing bug where updater signer failed signing file withou extension
* removing unnecessary unwrap()
* Adding change file. Removing commnent. Adding TODO.
* Apply suggestions from code review
---------
Co-authored-by: Wuelfhis Asuaje <wasuaje@shorecg.com >
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2026-01-14 09:09:45 +08:00
FabianLars
29d3d196b2
Merge remote-tracking branch 'origin/dev' into feat/cef
2026-01-13 12:24:51 +01:00
Amr Bashir
84b04c4a8d
fix: fix leftover inconsistent env var in tauri signer sign command ( #14759 )
2026-01-11 20:37:52 +02:00
Lucas Nogueira
1919b078a2
pull version from Cargo.lock, version specific directory
2026-01-08 08:00:31 -03:00
Lucas Nogueira
d20ebe461a
use old registry for linux for now
2026-01-08 07:26:07 -03:00
Amr Bashir
270ba683df
fix: fix transparency ( #14743 )
2026-01-07 14:38:01 -03:00
Lucas Nogueira
1aa854cbd3
Merge remote-tracking branch 'origin/dev' into feat/cef
2026-01-07 10:25:05 -03:00
Lucas Nogueira
317cba830a
update cef
2026-01-07 10:11:54 -03:00
Tony
a03219ca19
refactor(cli): disable jsonschema resolving external resources ( #14725 )
...
* refactor(cli): disable jsonschema resolving external resources
* Move `CONFIG_SCHEMA_VALIDATOR` to fn
* Format
* Update ureq to fix compile on linux
* New clippy warnings
2026-01-03 19:30:42 +08:00