kandrelczyk
9ac5fe84e7
feat(updater): support bundle-specific targets ( #2624 )
...
* fallback targets
* linux test
* linux ready
* RPM installation
* small error fix
* fix windows build
* windows tests
* add aider files to .gitignore
* get bundle type out of patched variable
* windows tests
* patch windows binary
* format
* fix bundler
* remove local tauri dependency
* remove print
* rever Cargo.lock
* move __TAURI_BUNDLE_TYPE to tauri::utils
* get_current_bundle_type
* update tauri
* fix macos integration test
* fix fallback logic
Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net >
* amend! fallback targets
fallback targets
* reformat
* fix tests
* reformat
* bump tari versio
* fix fallback logic
* restore Cargo.lock
* Bump tauri and add notes
* Rename some staffs
* move target logic
* Refactor the target fallback to a function
* Format and clippy
* Keep target in `Update` since it's public
* Keep updater/tests/app-updater/src/main.rs lf
* Revert changes in tests/app-updater/src/main.rs
* Clean up
* changefile
* Bump updater-js as well
* update pub fn target docs
* update pub fn target docs
* Update plugins/updater/src/error.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de >
* Update plugins/updater/src/updater.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de >
* Update plugins/updater/src/updater.rs
Co-authored-by: Fabian-Lars <github@fabianlars.de >
* suggestios
* add comment
* restore error
* Revert "Bump tauri and add notes"
This reverts commit 0a495ccc6a .
* Revert "bump tari versio"
This reverts commit 5b4c1c164b .
---------
Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Tony <legendmastertony@gmail.com >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-08-26 09:33:58 -03:00
Tony
2d731f8022
fix(updater): format Update.date to RFC 3339 ( #2573 )
...
* fix(updater): format `Update.date` to RFC 3339
* Messed up on argument in #2572
* Format
* Update example
* Avoid extra to_string
* Deprecate `Update.available`
2025-03-29 08:36:50 +08:00
jLynx
f8f2eefe03
feat(updater): Add .deb Package Support to Linux Updater ( #1991 )
2024-11-26 13:48:37 +02:00
Amr Bashir
04a0aea0ab
feat(updater)!: add option to use insecure transport protocol ( #1814 )
2024-09-24 18:38:53 +03:00
Amr Bashir
f8255e1db5
feat(updater): allow passing headers & timeout in Update.download* methods ( #1661 )
...
closes #1634
2024-09-03 01:02:16 +03:00
Tony
1fa4d30eab
feat(updater): support non zipped updater ( #1174 )
2024-04-30 17:48:04 +03:00
Amr Bashir
506ce4835b
refactor(updater): accomodate to new tauri config restructure ( #924 )
...
* refactor(updater): accomodate to new tauri config restructure
RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md
RFC#5 PR implementation: https://github.com/tauri-apps/tauri/pull/8723
* lint and update configs
2024-02-03 09:14:39 -03:00
Amr Bashir
0879a87a7e
refactor(updater): migrate to tauri's new resource table ( #899 )
...
* refactor(updater): migrate to tauri's new resource table
* fmt
* fmt
* Create updater-js-started-event.md
2024-01-18 12:48:44 +01:00
Fabian-Lars
78e60e6618
fix(updater): Typo in error enum ( #812 )
2023-12-11 15:19:05 -03:00
kris-ava
e7c72c9816
fix(updater): fix appimage extraction ( #784 )
...
* fix updater on linux
* review changes
* Apply suggestions from code review
* change file
---------
Co-authored-by: Kris Krolak <krzysiek.krolak@gmail.com >
2023-11-30 20:46:02 +02:00
Amr Bashir
4ab90f048e
feat(updater): refactor and improvements ( #431 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-08-07 16:01:21 -03:00
Lucas Fernandes Nogueira
caf8456864
fix: adjust feature flags, wrong zip usage ( #367 )
2023-05-17 18:47:12 -03:00
Lucas Fernandes Nogueira
702b7b36bd
refactor: move deleted tauri APIs, prepare for next release ( #355 )
2023-05-13 12:32:30 -03:00
Lucas Fernandes Nogueira
a95fb473a2
feat(updater): add plugin ( #350 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-05-11 13:33:24 -03:00