Commit Graph

366 Commits

Author SHA1 Message Date
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
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
Lucas Nogueira
3db9268a92 fix empty entitlements 2026-01-15 12:09:58 -03: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
Fabian-Lars
dcd1a65889 chore: fix tests (#14720)
* chore: fix tests

* windows
2026-01-02 16:02:23 +01:00
sftse
a2abe2e6bc refactor(cli): simplify features: Option<Vec<String>> to Vec<String> (#14607)
* refactor: use empty vector for features instead of None

* refactor: reorder

* add change file

* comment: highlight places where serialization is used

* refactor: simplify serialization

* Update .changes/empty-vec-instead-of-none.md

* Update crates/tauri-cli/src/mobile/ios/mod.rs

---------

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
2025-12-29 13:54:51 +08:00
Tony
51f0fcb69c docs: pixel units (#14702) 2025-12-28 10:40:03 +08:00
Tony
0650852d14 docs: things related to WebviewUrl (#14692)
* Typos

* Rename to `handler`/`protocol_handler`

* Fix the `AssetResolver::get` fallback docs

* Refactor and update the docs for `get_url`

* Rename the remaining ones to `get_app_url`

* Apply suggestions from code review

Co-authored-by: Fabian-Lars <github@fabianlars.de>

* Generate schema
2025-12-25 20:05:02 +08:00
renovate[bot]
7f48ee9068 chore(deps): update rust crate toml_edit to 0.24 (#14683)
* chore(deps): update rust crate toml_edit to 0.24

* Downgrade indexmap to 2.11.4 for MSRV

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
2025-12-21 22:04:33 +08:00
Lucas Nogueira
9dbbb3d415 Merge branch 'feat/bundler-liquid-glass-icon' into feat/cef 2025-12-18 09:44:38 -03:00
Lucas Nogueira
d5751e6ebf fix build 2025-12-18 09:43:47 -03:00
Tony
ff5d76ca21 fix: default WindowConfig::focus to false in Default::default (#14653) 2025-12-14 16:21:44 +08:00
sftse
2d28e3143e Cleanups (#14632)
* refactor(tauri-utils): current_dest and current_pattern always change in-sync, group them to one Option

* refactor(tauri-utils): pass path as explicit argument instead of implicitly through self

* refactor(tauri-utils): remove struct field that is never set to Some

* refactor(tauri-cli): use OsString, OsStr where possible

* refactor(tauri-cli): Deref Arc early

* refactor(tauri-cli): lock config before passing to build::setup()

* refactor(tauri-build, tauri-utils): bettern pattern matching and borrowing

* refactor(tauri-cli): dont need Arc if already have static

* fix(tauri-cli): race condition initializing static flag, remove unnecessary OnceLock

* refactor(tauri-cli): use expect

* refactor(tauri-cli): remove unnecessary OnceLock

* refactor(tauri-cli): better use of dunce api

* refactor(tauri-cli): rename
2025-12-09 21:38:14 +08:00
github-actions[bot]
f2e0405dc2 apply version updates (#14592)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-09 12:41:05 +01:00
Lucas Nogueira
0651215ef5 Merge remote-tracking branch 'origin/dev' into feat/cef 2025-12-08 10:30:48 -03:00
Lucas Nogueira
a0b5d84140 fix --aab flag 2025-12-08 08:33:40 -03:00
Tony
731dd5bfdc docs: remove $APP and $LOG from FsScope (#14623) 2025-12-07 23:09:11 +08:00
Tony
7b1b3514df changes(cli): log npm package version parse in debug level (#14621) 2025-12-07 21:06:27 +08:00
github-actions[bot]
4408f72af6 apply version updates (#14467)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-30 11:22:38 +01:00
hrzlgnm
f022b2d1ae fix(cli): Skip signing bundles entirely if --no-sign is requested (#14582)
Closes #14581
2025-11-30 11:45:43 +08:00
Lucas Nogueira
0201110835 fix clioptions not applying on initial mobile build 2025-11-25 13:06:48 -03:00
Fabian-Lars
2d2a1be429 docs(cli): fix formatting of paths 2025-11-20 15:02:46 +01:00
Fabian-Lars
79a7d9ec01 fix(cli): change Cargo.toml version check to debug log (#14468) 2025-11-18 16:08:17 +01:00
Tony
f855caf8a3 fix(cli): mismatched versions check for pnpm (#14481) 2025-11-18 18:16:29 +08:00
Tunglies
ee3cc4a91b perf: remove needless clones in various files for improved performance (#14475)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-11-17 15:27:49 +01:00
Lucas Nogueira
f287ea52bc update cef 2025-11-16 20:42:53 -03:00
Lucas Nogueira
10e3a8214e Merge remote-tracking branch 'origin/dev' into feat/cef 2025-11-16 20:35:05 -03:00
Tunglies
ce98d87ce0 refactor: remove needless collect (#14474)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-11-16 12:49:20 +01:00
amrbashir
18ff6466ca feat: add pattern-based header configuration support in HeaderConfig 2025-11-14 17:59:16 +02:00
github-actions[bot]
956031d73d apply version updates (#14458)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-13 09:14:14 -03:00
Lucas Nogueira
01f2252f19 rename 2025-11-12 11:45:41 -03:00
Lucas Nogueira
a61ba6c80d fix entitlmeents for cef 2025-11-12 10:56:26 -03:00
Lucas Nogueira
fd908431d5 pin cef 2025-11-12 07:24:57 -03:00
Lucas Nogueira
c86b2efa1b reuse bundler in macos_dev 2025-11-12 07:23:11 -03:00
Lucas Nogueira
f72af40bab wip CEF bundling 2025-11-11 23:38:08 -03:00
Lucas Nogueira
f1f5b58c88 update cef 2025-11-11 10:29:41 -03:00
Lucas Nogueira
147ff6be30 export library path 2025-11-11 07:59:58 -03:00
Lucas Nogueira
8a9100dde6 fix content area on macos 2025-11-10 16:09:09 -03:00
Lucas Nogueira
49e83d0544 lint 2025-11-10 11:23:43 -03:00
Lucas Nogueira
8bdd6fdb31 copy cef files to out dir 2025-11-10 10:51:28 -03:00
github-actions[bot]
9bb7e79e97 apply version updates (#14425)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-09 12:48:27 +01:00