github-actions[bot]
be3a79c864
apply version updates ( #12856 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-03-20 15:34:59 -03:00
Tony
4062e49914
fix: always delete auto start registry entry ( #13006 )
2025-03-17 08:21:14 -03:00
Levi Zim
f981a5ee8b
feat: basic support for linux riscv64 ( #12602 )
2025-03-16 16:33:17 -03:00
animesh chaudhri
2b960dfd9f
feat(uninstaller): remove autostart entry during uninstallation ( #12643 )
...
* feat(uninstaller): remove autostart entry during uninstallation
Signed-off-by: animeshchaudri <animeshchaudhri3@gmail.com >
* add change file
* check when not updating
* delete registry value only if install mode is "currentUser"
---------
Signed-off-by: animeshchaudri <animeshchaudhri3@gmail.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-03-16 16:28:10 -03:00
ninjadev64
3626b7a92b
fix(bundler): bundle resources to correct path during RPM bundling when resources are specified as a map ( #12759 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-03-09 16:19:18 +01:00
github-actions[bot]
7d618f12d8
apply version updates ( #12518 )
...
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2025-02-26 12:45:31 -03:00
Fabian-Lars
d6520a21ce
chore(deps): wry@0.50 muda@0.16 tray-icon@0.20 windows@0.60 webview2-com@0.36 objc@0.6 window-vibrancy@0.6 tao@0.32 ( #12541 )
...
* chore(deps): Update windows to 0.59. Update webview2-com to 0.35
* wry and other crates and objc2
* window-vibrancy 0.6
* Update windows059-webview035.md
* win compile error
* tao
* tao 0.32.1
* updatus maximus
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-02-25 19:41:00 +02:00
Nazar Antoniuk
5eba0785c4
feat: add Ukrainian translation for the custom tauri messages in the nsis bundle ( #12605 )
2025-02-06 17:44:48 +02:00
renovate[bot]
bfc71e845b
chore(deps): update rust crate ureq to v3 (dev) ( #12524 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-01-29 23:23:38 +01:00
github-actions[bot]
dc1997b77d
apply version updates ( #12439 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-01-25 15:29:40 +01:00
Fabian-Lars
9dac2863af
fix(bundler): Don't self-sign dmg ( #12323 )
2025-01-25 11:46:16 +01:00
Andzej Korovacki
f5a59b93bf
fix(bundler): change build metadata verification into a warning ( #12136 )
...
Co-authored-by: akorovacki <andzej.korovacki@geniussports.com >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-01-23 15:25:11 +01:00
renovate[bot]
bf912b8e08
chore(deps): update rust crate dirs to v6 (dev) ( #12372 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-23 13:58:00 +01:00
Trey Smith
9a30bed98c
fix(macos): frameworks being signed with entitlements unnecessarily ( #12423 )
2025-01-23 12:14:33 +01:00
anatawa12
de8600b4d9
fix(bundler): Bump nsis tauri utils to 0.4.2 ( #12471 )
...
* chore: bump nsis-tauri-utils
* docs(changelog)): Bump nsis-tauri-utils to 0.4.2
2025-01-22 03:01:04 +02:00
Fabian-Lars
fbe7c9ead7
fix(bundler): fix injectedbundle search path ( #12466 )
2025-01-21 16:52:41 +02:00
Tony
b8eb28877f
enhance(nsis): clean up reg keys in uninstaller ( #12427 )
2025-01-20 22:33:54 +02:00
github-actions[bot]
a70e690fe7
apply version updates ( #12425 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-01-18 10:07:28 +01:00
Felix Eckhardt
72748cc45c
fix(windows): Resolve broken installation directory handling in MSI & NSIS, preventing duplicate installations during updates ( #12365 )
2025-01-17 21:25:15 +01:00
Fabian-Lars
cf771bf69a
fix(bundler/wix): Prevent dlls from overwriting root resources ( #12402 )
2025-01-17 16:41:31 +01:00
Fabian-Lars
07ccdc499c
fix(bundler/nsis): Include WebView2Loader.dll if found to match msi ( #12324 )
...
* fix(bundler/nsis): Include WebView2Loader.dll if found to match msi behavior
* Update fix-nsis-webviewloaderdll.md
* only include dll in gnu builds
2025-01-17 17:12:58 +02:00
github-actions[bot]
89c6f08e82
Apply Version Updates From Current Changes ( #12218 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-01-10 15:08:21 +01:00
Fabian-Lars
cde0ff7798
chore: Fix clippy 1.84 warnings ( #12328 )
2025-01-10 13:47:37 +01:00
renovate[bot]
b0d7527250
chore(deps): update rust crate windows-registry to 0.4 (dev) ( #12301 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-07 23:04:03 +01:00
Tony
cd1d026f97
fix: fails to build if the project path contains glob characters ( #11961 )
...
* Escape glob patterns
* Add change file
* Reword the change
2025-01-07 09:22:43 -03:00
Fabian-Lars
881729448c
fix(cli): Ignore file access events ( #12164 )
2025-01-03 15:00:31 +01:00
github-actions[bot]
cd841d8e33
Apply Version Updates From Current Changes ( #11659 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-02 19:29:17 +01:00
renovate[bot]
231e9a5ee1
chore(deps): update rust crate image to 0.25.5 (dev) ( #12105 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-01-02 01:11:42 +01:00
renovate[bot]
b0ddee8992
chore(deps): update rust crate wry to 0.48 (dev) ( #12101 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-02 01:01:31 +01:00
renovate[bot]
1737df3e33
chore(deps) Update Tauri Bundler (dev) ( #11669 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-01 23:12:29 +01:00
Fabian-Lars
2b8a981050
refactor(cli): use cargo run for tauri dev ( #11694 )
...
* x
* todo
* lint
* lint
* rename fn
* lint
* lint
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-12-05 07:38:06 -03:00
Fabian-Lars
882b0aded1
chore: apply clippy suggestions. ( #11849 )
...
* chore: apply clippy suggestions.
* .
* .
2024-12-02 20:36:06 -03:00
Fabian-Lars
a692c8937f
fix(bundler): create tauri tools dir first. make tools executable. ( #11852 )
...
* not sure what's going on yet
* .
* fix(bundler): try to create tauri tools dir
* Discard changes to .github/workflows/test-cli-js.yml
* fix
2024-12-02 20:29:42 -03:00
Fabian-Lars
d6bed20a0e
refactor(bundler): Move appimage bundler script logic into rust ( #11758 )
2024-11-28 04:52:24 +02:00
Fabian-Lars
53f808674b
feat(bundler): add option to disable CI for just the dmg bundler ( #11799 )
2024-11-28 04:41:19 +02:00
Liigo Zhuang
7a9b920c3e
docs: Remove header images from inline docs ( #11749 )
2024-11-21 14:48:49 +02:00
Fabian-Lars
72feaf99fc
refactor(bundler): remove unused fs utils, add http utils ( #11716 )
2024-11-19 01:23:20 +02:00
Kévin TURMEL
93a3a043d3
fix(windows): add Portuguese language in nsis bundle ( fix #11725 ) ( #11727 )
2024-11-19 00:11:16 +02:00
jLynx
cccb308c7b
feat(bundler): create signature for .deb bundle ( #11562 )
2024-11-13 03:12:06 +02:00
github-actions[bot]
86f22f0ec9
apply version updates ( #11440 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-11-09 15:47:39 +02:00
renovate[bot]
b28435860c
chore(deps) Update Rust crate thiserror to v2 (dev) ( #11604 )
...
* chore(deps) Update Rust crate thiserror to v2
* thiserror v2 on all crates
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-11-08 08:21:38 -03:00
Amr Bashir
1b6b2cfaa1
feat(cli): process bundle > windows > wix > fragmentPaths with Handlebars ( #11521 )
...
* feat(cli): process `bundle > windows > wix > fragmentPaths` with Handlebars
closes #11520
* remove unneeded register_template_string
* Update crates/tauri-bundler/src/bundle/windows/msi/mod.rs
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-11-05 14:46:54 -03:00
Amr Bashir
058c0db72f
feat(bundler): add option to configure RPM compression ( #11584 )
2024-11-05 14:08:08 +02:00
Amr Bashir
6dea12a067
feat(bundler): add recommends for deb and rpm ( #11402 )
...
closes #10351
2024-10-21 15:38:14 -03:00
Lucas Nogueira
7a1a3276c4
chore: bump tauri-utils dependency versions
2024-10-21 07:30:06 -03:00
github-actions[bot]
1367ff5ec6
apply version updates ( #11373 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-20 10:29:13 -03:00
Amr Bashir
c8f55b615d
feat(bundler): add wix > version option ( #11388 )
...
* feat(bundler): add `wix > version` option
closes #11253
* Update crates/tauri-bundler/src/bundle/settings.rs
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-10-17 12:37:15 -03:00
renovate[bot]
f8b559dacd
chore(deps) Update Rust crate windows-registry to 0.3.0 ( #11193 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-17 10:23:30 -03:00
github-actions[bot]
1bfe2485bb
Apply Version Updates From Current Changes ( #11255 )
...
* apply version updates
* tauri 2.0.3 (patch bump)
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-12 12:28:16 -03:00
Amr Bashir
61bffa4feb
fix(bundler): match on Path::extension instead of using Path::ends_with ( #11327 )
2024-10-12 10:31:11 -03:00