Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] dev from tauri-apps:dev #19

Open
wants to merge 2,920 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2920 commits
Select commit Hold shift + click to select a range
4a2d51a
fix(ci): add missing librsvg2-dev dependency for e2e tests (#11329)
lucasfernog Oct 12, 2024
1bfe248
Apply Version Updates From Current Changes (#11255)
github-actions[bot] Oct 12, 2024
627e90c
fix(ci): install librsvg2-dev on the publish cli workflow (#11331)
lucasfernog Oct 12, 2024
e63432f
docs: fix "Capability" documentation example (#11337)
pjdon Oct 13, 2024
e75f0d2
chore(deps) Update Rust crate proc-macro2 to v1.0.87 (#11192)
renovate[bot] Oct 13, 2024
f3f521f
fix(core): fallback to `WRY_ANDROID_PACKAGE` with backticks replaced …
amrbashir Oct 14, 2024
68d4460
docs(android): warn users that passing raw bytes over ipc is not poss…
kartonrad Oct 14, 2024
bcf2792
feat(core): add `ContextMenu::hpopupmenu` on Windows (#11354)
amrbashir Oct 14, 2024
e3b09be
feat(core): add channel interceptor API (#11362)
lucasfernog Oct 14, 2024
ef2482d
fix(core): crash on macOS older than Sequoia (#11366)
lucasfernog Oct 15, 2024
3cb73d0
fix(core): mark event commands as async (#11355)
lucasfernog Oct 15, 2024
df83e5c
apply version updates (#11361)
github-actions[bot] Oct 15, 2024
25cc565
chore(ci): delete processed change file
lucasfernog Oct 15, 2024
2e88633
chore: remove references to unused __TAURI_INTERNALS__.metadata (#11369)
lucasfernog Oct 15, 2024
e4c9268
feat(cli): make tauri/cli fully support projects with non-standard st…
regexident Oct 17, 2024
20c142f
chore(deps) Update Rust crate json-patch to v3 (#11377)
renovate[bot] Oct 17, 2024
e1bf6ef
fix(core): expose `content-range` header in `asset` protocol (#11374)
chrox Oct 17, 2024
ea50f65
chore(deps) Update Rust crate brotli to v7 (#11197)
renovate[bot] Oct 17, 2024
add09c8
chore(deps) Update Rust crate brotli to v7 (#11195)
renovate[bot] Oct 17, 2024
f8b559d
chore(deps) Update Rust crate windows-registry to 0.3.0 (#11193)
renovate[bot] Oct 17, 2024
8278a36
chore(deps) Update Rust crate uuid to v1.11.0 (#11049)
renovate[bot] Oct 17, 2024
6cd917c
feat(core): add methods for predefined items with specific text on `M…
amrbashir Oct 17, 2024
37557ff
chore(deps) Update Tauri CLI (dev) (#10808)
renovate[bot] Oct 17, 2024
bd1b2a1
chore(deps) Update Tauri API Definitions (#10807)
renovate[bot] Oct 17, 2024
c8f55b6
feat(bundler): add `wix > version` option (#11388)
amrbashir Oct 17, 2024
eb61d44
feat(core): fallback to Window and AppHandle resource table on close …
lucasfernog Oct 17, 2024
fbb45c6
fix(api): broken `addPluginListener` implementation, closes #8068 (#1…
lucasfernog Oct 20, 2024
1367ff5
apply version updates (#11373)
github-actions[bot] Oct 20, 2024
8ca0e4d
chore(ci): bump tauri-utils with WiX version change
lucasfernog Oct 20, 2024
7a1a327
chore: bump tauri-utils dependency versions
lucasfernog Oct 21, 2024
a5bf48e
fix: CLI version on metadata file
lucasfernog Oct 21, 2024
f0da0bd
feat(core): add WebviewWindow::resolve_command_scope (#11439)
lucasfernog Oct 21, 2024
e0d1307
feat(cli) Make `tauri migrate` update $schema in tauri.conf.json (#11…
Czxck001 Oct 21, 2024
1f31183
enhance(cli): add context to public/secret key decoding errors (#11405)
amrbashir Oct 21, 2024
6dea12a
feat(bundler): add `recommends` for deb and rpm (#11402)
amrbashir Oct 21, 2024
8c6d1e8
fix(runtime-wry): run `cursor_position` getter on main thread (#11401)
amrbashir Oct 22, 2024
8e083c9
chore(deps) Update Tauri Build to v1.0.91 (#11456)
renovate[bot] Oct 23, 2024
d4b3659
chore(deps) Update Rust crate proc-macro2 to v1.0.89 (#11459)
renovate[bot] Oct 23, 2024
0d31fe9
chore(deps) Update Rust crate thiserror to v1.0.65 (#11463)
renovate[bot] Oct 23, 2024
d0c1189
chore(deps) Update Tauri API Definitions (#11464)
renovate[bot] Oct 23, 2024
ccf20eb
chore(deps) Update Rust crate json-patch to v3 (#11467)
renovate[bot] Oct 23, 2024
ed78f52
chore(deps) Update Rust crate json-patch to v3 (#11466)
renovate[bot] Oct 23, 2024
ce864ce
chore(deps) Update Rust crate image to v0.25.4 (dev) (#11457)
renovate[bot] Oct 23, 2024
54cbf59
fix(api/menu): fix submenus when created using an object in `items` f…
amrbashir Oct 23, 2024
516c7d9
chore(deps) Update Rust crate syn to v2.0.83 (#11473)
renovate[bot] Oct 24, 2024
8036c78
feat(core/path): add `PathResolver::home_dir` on Android (#11455)
amrbashir Oct 24, 2024
0014f9a
chore(deps) Update dependency @types/node to v20.17.0 (#11470)
renovate[bot] Oct 24, 2024
888277e
chore(deps) Update Rust crate syn to v2.0.85 (#11472)
renovate[bot] Oct 24, 2024
a8105ec
docs: fix wrongly rendered links on `docs.rs` (#11483)
cijiugechu Oct 24, 2024
ac22950
fix(cli): Fix mixup of `TAURI_APP_PATH` and `TAURI_FRONTEND_PATH` (#1…
regexident Oct 27, 2024
1065f63
feat(cli): remove UNC path prefix in `TAURI_APP_PATH` and `TAURI_FRON…
bizarre Oct 28, 2024
c43d5df
feat(cli): associate newly created capability with the main window (#…
lucasfernog Oct 28, 2024
d25dd9e
docs: fix capability configuration examples (#11537)
andrii-bodnar Oct 29, 2024
9f47259
chore(deps) Update Rust crate serde to v1.0.214 (#11540)
renovate[bot] Oct 30, 2024
12ffc19
chore(deps) Update Rust crate regex to v1.11.1 (#11542)
renovate[bot] Oct 30, 2024
129414f
fix: fix webview not focused by default (#11569)
amrbashir Nov 4, 2024
c33bbf4
enhance: include the path in ACL I/O errors (#11575)
kornelski Nov 4, 2024
f8994b2
fix(event): handle AnyLabel listeners in `emit_to` (#11581)
Mikkel-T Nov 4, 2024
058c0db
feat(bundler): add option to configure RPM compression (#11584)
amrbashir Nov 5, 2024
f37e97d
feat: add `use_https_scheme` for Windows and Android (#11477)
amrbashir Nov 5, 2024
4191a7a
fix(tray): build tray on main thread (#11583)
amrbashir Nov 5, 2024
100a445
fix(cli): fix yarn berry detection (#11529)
amrbashir Nov 5, 2024
7af01ff
fix(cli): fix `tauri migrate` failing to install NPM deps when runnin…
amrbashir Nov 5, 2024
17c6952
enhance(core): use `diagnostic::on_unimplemented` on rustc 1.78 and n…
amrbashir Nov 5, 2024
1b6b2cf
feat(cli): process `bundle > windows > wix > fragmentPaths` with Hand…
amrbashir Nov 5, 2024
2a75c64
feat(core): add window_class name API on Windows (#11469)
amrbashir Nov 5, 2024
cbc095e
feat: add `WebviewWindow/Webview::devtools` (#11451)
amrbashir Nov 5, 2024
5c4b830
feat(api): add `SERIALIZE_TO_IPC_FN` const and implement it for dpi t…
amrbashir Nov 5, 2024
0382858
chore(deps) Update Tauri API Definitions (#11543)
renovate[bot] Nov 6, 2024
0a170d0
chore(deps) Update Rust crate anyhow to v1.0.92 (#11594)
renovate[bot] Nov 6, 2024
e835751
chore(deps) Update Rust crate syn to v2.0.87 (#11595)
renovate[bot] Nov 6, 2024
8061fb2
chore(deps) Update Rust crate anyhow to v1.0.93 (#11598)
renovate[bot] Nov 6, 2024
58392a5
chore(deps) Update Rust crate handlebars to v6.2.0 (dev) (#11544)
renovate[bot] Nov 6, 2024
e8c0c57
chore(deps) Update Tauri Codegen (dev) (#11596)
renovate[bot] Nov 6, 2024
b63353b
chore(deps) Update Tauri API Definitions (dev) (#11597)
renovate[bot] Nov 6, 2024
15d6515
chore(deps) Update dependency @types/node to v22 (dev) (#11545)
renovate[bot] Nov 6, 2024
3781429
enhance: always check parent directory (fix #8679) (#11429)
griffi-gh Nov 6, 2024
6b3c82a
chore(deps) Update Tauri macOSSign (dev) (#11541)
renovate[bot] Nov 6, 2024
fabc2f2
feat: add HeaderConfig to SecurityConfig (#11485)
39zde Nov 6, 2024
4d545ab
feat: background color APIs (#11486)
amrbashir Nov 6, 2024
f550a3f
chore(deps) Update Tauri Bundler (dev) (#11601)
renovate[bot] Nov 6, 2024
8e8312b
ci: unpin ravif (#11608)
Legend-Master Nov 7, 2024
6bf9179
feat(cli): add `tauri remove` command (#11322)
ShaunSHamilton Nov 7, 2024
c561786
docs: fix typos in drag&drop event.payload (#11620)
Uninen Nov 8, 2024
229d7f8
fix(core): fix child webviews on macOS and Windows treated as full we…
amrbashir Nov 8, 2024
b284358
chore(deps) Update Rust crate thiserror to v2 (dev) (#11604)
renovate[bot] Nov 8, 2024
60e86d5
fix(cli): `android dev` not working on Windows without `--host` (#11624)
lucasfernog Nov 9, 2024
3f6f07a
chore(deps): update `wry` to `0.47` and `tao` to `0.30.6` (#11627)
amrbashir Nov 9, 2024
86f22f0
apply version updates (#11440)
github-actions[bot] Nov 9, 2024
0fcef3f
docs: document vanilla JS import alternative (#11632)
kornelski Nov 11, 2024
5e94354
fix(api/dpi): fix toLogical and toPhysical for positions (#11639)
dgerhardt Nov 11, 2024
e8a50f6
fix(core): hard code `BaseDirectory` integer values to avoid regressi…
amrbashir Nov 11, 2024
7f81f05
chore: rename change file
amrbashir Nov 11, 2024
ef2592b
Apply Version Updates From Current Changes (#11646)
github-actions[bot] Nov 11, 2024
c3b1fce
docs: correct payload property for DragDropEvent.over example (#11648)
idootop Nov 11, 2024
74212d4
feat(cli): include linux DE and session type in `tauri info` (#11653)
amrbashir Nov 12, 2024
4693521
fix: parse json5 capability files when `config-json5` is enabled (#11…
Legend-Master Nov 12, 2024
dc4d794
feat(windows, linux): add `WebviewWindowBuilder/WebviewBuilder::exten…
SpikeHD Nov 12, 2024
cccb308
feat(bundler): create signature for `.deb` bundle (#11562)
jLynx Nov 13, 2024
9cb6cad
chore(deps) Update Rust crate serde to v1.0.215 (#11666)
renovate[bot] Nov 13, 2024
ff39ad9
chore(deps) Update Tauri Codegen (#11667)
renovate[bot] Nov 13, 2024
f2814ed
fix(cli/info): use `XDG_SESSION_DESKTOP` instead of `DESKTOP_SESSION`…
amrbashir Nov 14, 2024
b63262c
fix(api.js): Change cb type in mockIPC to return unknown (#11724)
FabianLars Nov 18, 2024
2bc46b0
docs(examples): fix file-assoc readme cargo build command (#11711)
FabianLars Nov 18, 2024
93a3a04
fix(windows): add Portuguese language in nsis bundle (fix #11725) (#1…
Kiyozz Nov 18, 2024
d86aacc
enhance: allow show_menu_on_left_click on Windows (#11729)
sandercox Nov 18, 2024
72feaf9
refactor(bundler): remove unused fs utils, add http utils (#11716)
FabianLars Nov 18, 2024
b37c208
chore(deps) Update Tauri API Definitions (#11668)
renovate[bot] Nov 19, 2024
a09e48e
fix(core): manually simplify patterns for fs scope (#11730)
amrbashir Nov 19, 2024
020ea05
feat: Implement Badging API (#11661)
ahqsoftwares Nov 20, 2024
12a48d1
fix(api): transform icon when creating icon menu item and predefined …
amrbashir Nov 21, 2024
7a9b920
docs: Remove header images from inline docs (#11749)
liigo Nov 21, 2024
fc30b20
feat(api/tray): add `TrayIcon.setShowMenuOnLeftClick` method (#11726)
amrbashir Nov 21, 2024
f884bae
feat: add `tauri::Builder::on_tray_icon_event` (#11742)
amrbashir Nov 21, 2024
ba6f370
fix(core): Initialize command cache when a capability is added (#11785)
lars-berger Nov 26, 2024
5188c0f
feat(core): Add `Scope::is_forbidden` (#11767)
FabianLars Nov 26, 2024
df27b4d
chore(deps) Update Tauri Macros (#11803)
renovate[bot] Nov 27, 2024
9f0d902
chore(deps) Update Tauri Build to v1.0.215 (#11744)
renovate[bot] Nov 27, 2024
53f8086
feat(bundler): add option to disable `CI` for just the dmg bundler (#…
FabianLars Nov 28, 2024
18bd639
feat(macos): Add `with_data_store_identifier` to `WebviewBuilder` (#1…
lars-berger Nov 28, 2024
d6bed20
refactor(bundler): Move appimage bundler script logic into rust (#11758)
FabianLars Nov 28, 2024
a6e84f7
fix(api.js): wrong command for isAbsolute (#11835)
ilittlebig Nov 30, 2024
2c3e000
chore(deps) Update Rust crate url to v2.5.4 (#11745)
renovate[bot] Dec 2, 2024
983634a
chore(deps) Update dependency @types/node to v22.9.1 (#11750)
renovate[bot] Dec 2, 2024
0e2f0b2
docs: Add missing info regarding the drop position offset. (#11406)
shi-yan Dec 2, 2024
b50a1ac
fix(core): Add background color permissions (#11850)
FabianLars Dec 2, 2024
8ba5e16
ci: msrv compliant lockfile. test cli with 1.77.2 instead of stable. …
FabianLars Dec 2, 2024
a692c89
fix(bundler): create tauri tools dir first. make tools executable. (#…
FabianLars Dec 2, 2024
89e30ef
fix(core): Remove os check on `data_store_identifier` (#11817)
FabianLars Dec 2, 2024
882b0ad
chore: apply clippy suggestions. (#11849)
FabianLars Dec 2, 2024
01c74f4
chore(deps) Update Tauri API Definitions (#11867)
renovate[bot] Dec 4, 2024
e61225b
chore(deps) Update Rust crate anyhow to v1.0.94 (#11864)
renovate[bot] Dec 4, 2024
475597f
chore(deps) Update Rust crate syn to v2.0.90 (#11865)
renovate[bot] Dec 4, 2024
9f51bbf
chore(deps) Update Tauri Codegen (#11866)
renovate[bot] Dec 4, 2024
1f65fd2
fix(cli): Statically compile msvc runtime (#11769)
FabianLars Dec 4, 2024
2b8a981
refactor(cli): use `cargo run` for `tauri dev` (#11694)
FabianLars Dec 5, 2024
b37741d
fix(feature/specta): Resolve error when using latest version of spect…
johncarmack1984 Dec 5, 2024
afad806
chore(deps): update `tao` to `0.31` (#11906)
amrbashir Dec 9, 2024
0ae06c5
fix: the exclude path in file Cargo.toml of plugin template generated…
wtto00 Dec 9, 2024
2a120bd
chore(deps) Update Rust crate syn to v2.0.90 (#11935)
renovate[bot] Dec 11, 2024
22b26a2
chore(deps) Update Tauri Build to v1.0.94 (#11938)
renovate[bot] Dec 11, 2024
6bbf364
chore(deps) Update Tauri Codegen (#11939)
renovate[bot] Dec 11, 2024
f5eacf3
chore(deps) Update Tauri API Definitions (#11936)
renovate[bot] Dec 11, 2024
17bcec8
chore(deps): update all js dev dependencies (#11941)
Legend-Master Dec 11, 2024
ca7f025
fix(core): return an error when accessing unmanaged state in command …
amrbashir Dec 12, 2024
2601811
chore(deps) Update Tauri Build to v1.0.24 (dev) (#11998)
renovate[bot] Dec 19, 2024
f116714
chore(deps) Update dependency @types/node to v22.10.2 (dev) (#11943)
renovate[bot] Dec 19, 2024
7d38ee9
chore(deps) Update Tauri Codegen (dev) (#11999)
renovate[bot] Dec 19, 2024
fdaf48f
chore: fix crates.io link (#12018)
ferreira-tb Dec 21, 2024
e349dfe
fix: fix panic caused by removed_resource.is_none (fix #11955) (#12000)
stringhandler Dec 23, 2024
faeec8e
chore(deps) Update Rust crate syn to v2.0.91 (#12046)
renovate[bot] Dec 27, 2024
3ac76be
chore(deps) Update Tauri Build to v1.0.95 (#12047)
renovate[bot] Dec 27, 2024
253b187
chore(deps) Update Tauri API Definitions (#12050)
renovate[bot] Dec 27, 2024
cdd1ebf
chore(deps) Update Tauri Codegen (#12049)
renovate[bot] Dec 27, 2024
c870065
fix(tauri-cli): prevent accidental object permission rm (#11985)
ShaunSHamilton Dec 29, 2024
ed118da
fix: fix typo in AndroidConfig docstring (#12003)
leekeh Dec 29, 2024
8f282c6
deps: fix crate vulnerabilities (#12080)
rex4539 Dec 31, 2024
b794ca4
chore(deps) Update Rust crate syn to v2.0.93 (#12083)
renovate[bot] Jan 1, 2025
f87e048
chore(deps) Update Tauri API Definitions (#12084)
renovate[bot] Jan 1, 2025
838b2b8
chore(deps) Update Tauri Build (#12087)
renovate[bot] Jan 1, 2025
361fdb3
chore(deps) Update Rust crate syn to v2.0.94 (dev) (#12088)
renovate[bot] Jan 1, 2025
2df426e
chore(deps) Update Rust crate syn to v2.0.94 (dev) (#12094)
renovate[bot] Jan 1, 2025
1737df3
chore(deps) Update Tauri Bundler (dev) (#11669)
renovate[bot] Jan 1, 2025
da95839
chore(config): migrate renovate config (#12096)
renovate[bot] Jan 1, 2025
ccce63f
chore(config): migrate renovate config (#12099)
renovate[bot] Jan 1, 2025
5319325
chore(deps): update dependency @napi-rs/cli to v2.18.4 (dev) (#12097)
renovate[bot] Jan 1, 2025
b0ddee8
chore(deps): update rust crate wry to 0.48 (dev) (#12101)
renovate[bot] Jan 2, 2025
231e9a5
chore(deps): update rust crate image to 0.25.5 (dev) (#12105)
renovate[bot] Jan 2, 2025
a16796a
fix(api): use array for channel queueing (#12069)
Legend-Master Jan 2, 2025
d7f48cb
chore(deps): Update `jsonschema` to `0.28` (#12089)
Stranger6667 Jan 2, 2025
c0a5a10
chore(deps): update rust crate notify-debouncer-mini to 0.5 (dev) (#1…
renovate[bot] Jan 2, 2025
0198354
chore(deps): update rust crate oxc crates to 0.38 (dev) (#12122)
renovate[bot] Jan 2, 2025
832ad10
chore(deps): update rust crate cargo_metadata to 0.19 (dev) (#12113)
renovate[bot] Jan 2, 2025
bc4dfcd
chore(deps): update rust crate pico-args to 0.5 (dev) (#12125)
renovate[bot] Jan 2, 2025
50e92d0
chore(deps): update rust crate worker to 0.5 (dev) (#12127)
renovate[bot] Jan 2, 2025
3d8a39a
chore(deps): update rust crate resvg to 0.44.0 (dev) (#12126)
renovate[bot] Jan 2, 2025
cd841d8
Apply Version Updates From Current Changes (#11659)
github-actions[bot] Jan 2, 2025
8817294
fix(cli): Ignore file access events (#12164)
FabianLars Jan 3, 2025
d150a40
Apply Version Updates From Current Changes (#12165)
github-actions[bot] Jan 3, 2025
aaa7d9b
ci: Switch to upstream create-pull-request (#12123)
FabianLars Jan 3, 2025
208d896
ci(deps): Update repository-dispatch to v3 (#12169)
FabianLars Jan 3, 2025
c681d83
chore(deps): update dependency vite to v6 (dev) (#12133)
renovate[bot] Jan 3, 2025
90dc7b1
chore(deps): update rust crate which to v7 (dev) (#12144)
renovate[bot] Jan 3, 2025
26fc955
fix(cli): Re-add TriggeredKill in dev watcher logic (#12178)
FabianLars Jan 3, 2025
f86e238
apply version updates (#12183)
github-actions[bot] Jan 4, 2025
a0f2c84
feat(cli): Add 64x64 png to default `tauri icon` command (#12204)
pjf-dev Jan 4, 2025
701778a
chore(deps): update dependency fast-glob to v3.3.3 (dev) (#12233)
renovate[bot] Jan 5, 2025
22d5852
chore(deps): update dependency rollup to v4.29.2 (dev) (#12238)
renovate[bot] Jan 5, 2025
3acf679
chore(deps): update dependency rollup to v4.30.0 (dev) (#12263)
renovate[bot] Jan 6, 2025
70f96e3
chore(deps/driver): update hyper to version 1 (#12240)
getong Jan 6, 2025
ae75a35
chore: update copyright year (#12170)
maxktz Jan 6, 2025
848d0e0
chore(deps): update cargo_toml for edition 2024 [fix #10412] (#12270)
aurelj Jan 6, 2025
cd1d026
fix: fails to build if the project path contains glob characters (#11…
Legend-Master Jan 7, 2025
ef21ed9
fix(cli): iOS build crashing when development team has spaces (#12290)
lucasfernog Jan 7, 2025
c130af6
chore(deps): update dependency rollup to v4.30.1 (dev) (#12291)
renovate[bot] Jan 7, 2025
98f62e6
fix(cli): `tauri add` NPM packages for community plugins (#12246)
marcomq Jan 7, 2025
b9a99a5
fix(cli): Skip File Access events in dev server (#12297)
FabianLars Jan 7, 2025
a28b501
chore(deps): update rust crate ico to 0.4 (dev) (#12298)
renovate[bot] Jan 7, 2025
b0d7527
chore(deps): update rust crate windows-registry to 0.4 (dev) (#12301)
renovate[bot] Jan 7, 2025
cde0ff7
chore: Fix clippy 1.84 warnings (#12328)
FabianLars Jan 10, 2025
89c6f08
Apply Version Updates From Current Changes (#12218)
github-actions[bot] Jan 10, 2025
cfe1af2
chore(deps): update rust crate notify to v8 (dev) (#12342)
renovate[bot] Jan 10, 2025
f8e50e8
chore(deps): update rust crate tauri-winres to 0.2 (dev) (#12341)
renovate[bot] Jan 10, 2025
cad5504
fix(cli): Fix npm package name in `tauri add` (#12354)
FabianLars Jan 11, 2025
a8aca70
Apply Version Updates From Current Changes (#12355)
github-actions[bot] Jan 11, 2025
75d56e8
fix: fix Specta integration (#12371)
oscartbeaumont Jan 13, 2025
61e69db
chore: Add changefile for #12371 (#12376)
FabianLars Jan 13, 2025
4c3f047
Apply Version Updates From Current Changes (#12377)
github-actions[bot] Jan 13, 2025
cd7d08b
chore(deps): update dependency eslint-config-prettier to v10 (#12386)
renovate[bot] Jan 15, 2025
b643dcc
docs(utils): Fix typo in useLocalToolsDir (#12409)
FabianLars Jan 15, 2025
d2c8f0e
fix: run tauri's internal init scripts before user's scripts (#12424)
mattyg Jan 17, 2025
07ccdc4
fix(bundler/nsis): Include WebView2Loader.dll if found to match msi (…
FabianLars Jan 17, 2025
cf771bf
fix(bundler/wix): Prevent dlls from overwriting root resources (#12402)
FabianLars Jan 17, 2025
72748cc
fix(windows): Resolve broken installation directory handling in MSI &…
don41382 Jan 17, 2025
a70e690
apply version updates (#12425)
github-actions[bot] Jan 18, 2025
0b79af7
enhance(cli): log message to inform user of DevCommand being used (#1…
3lpsy Jan 18, 2025
bc43c73
fix(cli): Add `clipboard-manager` to known plugins (#12442)
FabianLars Jan 19, 2025
4ed2ab7
chore(deps): update dependency rollup to v4.31.0 (dev) (#12446)
renovate[bot] Jan 19, 2025
90c6546
chore: Rewrite simply "Localhost free term" in README.md within #1051…
tamadamas Jan 20, 2025
b8eb288
enhance(nsis): clean up reg keys in uninstaller (#12427)
Legend-Master Jan 20, 2025
fbe7c9e
fix(bundler): fix injectedbundle search path (#12466)
FabianLars Jan 21, 2025
0ea8894
chore(deps): prepare for objc2 frameworks v0.3 (#12468)
madsmtm Jan 21, 2025
de8600b
fix(bundler): Bump nsis tauri utils to 0.4.2 (#12471)
anatawa12 Jan 22, 2025
9d02c18
chore(deps-dev): bump vite from 6.0.7 to 6.0.9 (#12469)
dependabot[bot] Jan 23, 2025
9a30bed
fix(macos): frameworks being signed with entitlements unnecessarily (…
tr3ysmith Jan 23, 2025
bf912b8
chore(deps): update rust crate dirs to v6 (dev) (#12372)
renovate[bot] Jan 23, 2025
5432752
chore(deps): update dependency vitest to v3 (dev) (#12421)
renovate[bot] Jan 23, 2025
f5a59b9
fix(bundler): change build metadata verification into a warning (#12136)
unknovvn Jan 23, 2025
6cbfc48
refactor: document `Emitter`/`Listner` traits panics, refactor check …
sftse Jan 24, 2025
27096cd
fix(cli): don't force native-tls feature on desktop (#12445)
FabianLars Jan 25, 2025
9a9d120
chore(deps): update dependency rollup to v4.32.0 (dev) (#12502)
renovate[bot] Jan 25, 2025
9dac286
fix(bundler): Don't self-sign dmg (#12323)
FabianLars Jan 25, 2025
46c7b16
ci(renovate): Disable oxc_ PRs
FabianLars Jan 25, 2025
fb294af
fix(tauri-driver): Parse ms:edgeOptions separately (#12383)
bicarlsen Jan 25, 2025
1a86974
fix(cli): let xcode handle building for `ios build --open` (#12406)
bradleat Jan 25, 2025
dc1997b
apply version updates (#12439)
github-actions[bot] Jan 25, 2025
8e9134c
fix(cli): Apply --bins flag on build instead of dev (#12511)
FabianLars Jan 25, 2025
82d634f
Apply Version Updates From Current Changes (#12512)
github-actions[bot] Jan 25, 2025
477e9c0
fix(core): Use safe_block_on in mobile proxy (#12514)
FabianLars Jan 25, 2025
5a3647b
Apply Version Updates From Current Changes (#12515)
github-actions[bot] Jan 25, 2025
a2d36b8
feat: disable background throttling (#12181)
bastiankistner Jan 25, 2025
3dbcbe7
fix(tauri): `Webview::navigate` unnecessarily borrows `&mut self` (#1…
WSH032 Jan 25, 2025
abdd558
feat(tauri/Emitter): add `emit_str*` method to emit serialized data d…
WSH032 Jan 26, 2025
e9c9c4d
feat: derive Clone for PathResolver (#12529)
amrbashir Jan 26, 2025
6b70fbc
chore(deps): update dependency rollup to v4.32.1 (dev) (#12548)
renovate[bot] Jan 28, 2025
0a11b87
chore(deps): update rust crate tauri-winres to 0.3 (dev) (#12559)
renovate[bot] Jan 29, 2025
bfc71e8
chore(deps): update rust crate ureq to v3 (dev) (#12524)
renovate[bot] Jan 29, 2025
a6ada76
docs: update devUrl on config schema (#12592)
Smankusors Feb 1, 2025
e3b0260
chore(deps): update dependency rollup to v4.34.0 (#12593)
renovate[bot] Feb 2, 2025
6038f09
chore(deps): bump openssl from 0.10.68 to 0.10.70 (#12606)
dependabot[bot] Feb 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 6 additions & 3 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[advisories]
ignore = [
"RUSTSEC-2020-0095", # difference is unmaintained (used by `mockito`)
"RUSTSEC-2020-0071", # potential segfault in the time crate (not fixed on `zip` and `mac-notification-sys`)
"RUSTSEC-2020-0159" # potential segfault in `localtime_r` invocations on the chrono crate (not fixed on `mac-notification-sys`)
# rsa Marvin Attack
"RUSTSEC-2023-0071",
# difference is unmaintained
"RUSTSEC-2020-0095",
# proc-macro-error is unmaintained
"RUSTSEC-2024-0370",
]
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[env]
# workaround needed to prevent `STATUS_ENTRYPOINT_NOT_FOUND` error in tests
# see https://github.com/tauri-apps/tauri/pull/4383#issuecomment-1212221864
__TAURI_WORKSPACE__ = "true"
44 changes: 44 additions & 0 deletions .changes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Changes

##### via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version _number_, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a `.md`, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do _not_ need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

```md
---
'package-a': 'patch:enhance'
'package-b': 'patch:enhance'
---

Change summary goes here
```

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a `major`, `minor` or `patch` as further described in [semver](https://semver.org/).

Given a version number MAJOR.MINOR.PATCH, increment the:

- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).

Additionally you could specify a tag for the change file to group it with other changes by prefixing the bump with `:<tag>`, for example:

```md
---
'package-a': 'patch:enhance'
---

Change summary goes here
```

which will group this change file with other changes that specify the `bug` tag.

For list of available tags, see the `changeTags` key in [./config.json](./config.json)
6 changes: 0 additions & 6 deletions .changes/allow-conf-gitignore.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/allowlist-clipboard.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/allowlist-dialog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/allowlist-process.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/allowlist-window.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/always-rebuilding.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-WebviewWindow-fileDropEnabled.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-add-log-dir.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-app-window-browser.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-change-events.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-dialog-ask-message-confirm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-emit-payload-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-features.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-fetch-empty-reponse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-file-dialog-title.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-fix-os-platform-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-format-callback.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-raw-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-relaunch-cleanup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-remove-current-dir.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-remove-ts-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-use-uint8array.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-window-type-for-size-and-position.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-any-thread.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/app-folder-structure.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/asset-allowlist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/asset-cors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/asset-protocol-feature-flag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/asset-resolver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/async-cli.js.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/async-runtime-refactor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/async-runtime-set.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/async-runtime-spawn-blocking.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/before-script-envs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/build-rerun-if-resource-sidecar-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/build-specify-win-sdk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/builder-create-window-result.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-add-provider-short-name.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/bundler-add-tsp-signing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-appimage-fuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-fix-appimage.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-msi-init-installdir.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-print-cfg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/callback-validation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/clap-3.0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/clap-beta.4-core.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/clap-beta.4.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/cli-config-path.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cli-improve-waiting-devserver-msg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/cli-include-vswhere.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cli-private-key-pwd-panic.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/cli-runner-args.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cli-runner-error-message.md

This file was deleted.

Loading