Skip to content

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

Open
pull[bot] wants to merge 3611 commits into
ebfork:devfrom
tauri-apps:dev
Open

[pull] dev from tauri-apps:dev#19
pull[bot] wants to merge 3611 commits into
ebfork:devfrom
tauri-apps:dev

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Mar 17, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

bipsBro and others added 27 commits October 14, 2025 15:01
…lds (#14194)

* add new api (auto_increment_version_code) in android configuration

* ensure increment is only ran once

* skip on dev

* update doc

* change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* feat(core): back button event and exit on Android, closes #8142

I've used https://github.com/ionic-team/capacitor-plugins/blob/main/app/android/src/main/java/com/capacitorjs/plugins/app/AppPlugin.java as a reference here, checking if there's a back button event handler with a default of webview's goBack implementation

* missing change file

* remove exit impl

* fmt

* update wry

* fix default back press

* add remove_listener
…oid hooks (#14328)

* feat(core): add pause, destroy and configuration changed Android hooks

* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(deps-dev): bump vite from 7.1.5 to 7.1.11

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Dedupe

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add info to error message

* changes file and  linux only warning

Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net>

* Update change file

---------

Signed-off-by: Krzysztof Andrelczyk <cristof@curiana.net>
Co-authored-by: Tony <legendmastertony@gmail.com>
…14364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The getByLabel method is a static method on WebviewWindow, not Webview.
Updated the JSDoc example to import and use the correct class name.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Replace `fs::write` with `write_if_changed` in two places. This can
prevent unnecessary rebuilds. (I didn’t encounter any, but this should
be ok nonetheless.)
* chore: fix new clippy warnings (derive default)

* Fix left over `#[cfg(feature = "isolation")]`
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: Premultiply alpha before resizing

* feat: Use rayon for process speedup

* Fix change tag

* `cargo fmt`

* Document reasoning & use imageops::resize directly

---------

Co-authored-by: Tony <legendmastertony@gmail.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tunglies and others added 30 commits April 30, 2026 10:11
…4173 (#14473)

* feat(macros): add support for alias command macro in tauri-macros #14173

* feat(macro): rename alias command to improve clarity in tauri-macros

* feat(wrapper): refactor rename handling in WrapperAttributes for improved clarity

* feat(wrapper): update rename policy to use TokenStream2 for improved flexibility

* feat(handler): streamline command definition parsing for improved efficiency

* feat(wrapper): simplify macro export logic in wrapper function for clarity

* fix(handler): optimize command zipping for improved readability

* fix: code style compectiable with rust 1.77.2

* fix const not in scope when command is defined in another mod

* update examples

* update change file

* fmt

* style: fix pnpm:check errors

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
…5250)

* fix(macOS): fix incorrect window position on multi-monitor setups

* avoid 'flash' on current monitor when targeting another display for fullscreen

* simplify fullscreen monitor selection

* change file

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* feat(cli): add --no-sign and --archive-only to tauri ios build

* feat(cli): fix manual IPA packaging for --no-sign

* feat(cli): add explicit Payload/ directory to IPA zip

* separate fn

* fmt

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
… to the window (feat #15181) (#15199)

* wip

* docs: adds documentation for forwarded tao events

* docs: adds change log

* feat: updates js api build

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* fix(macOS): correct value for work_area.position.y

* Update macos.rs

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>

* Add change file for #14655

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: pin napi for msrv

docker image runs Rust 1.82, let's stick with that

ref napi-rs/napi-rs#2491

* pin cli too
… (#15336)

* fix(core): requestPermission crash regression on Android, closes #15323

regression from #14484

PluginManager::onActivityCreate is never called, this fixes it

* tag

* super
* check .localhost suffix on windows and android

i didn't actually run this on windows, i'm relying on CI to tell me

* Create tauri-sec-localhost-suffix.md

---------

Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com>
they are actually implemented by tao now
noticed while testing tauri-apps/tao#1211
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactor: make error dialog take `&'static str`

* Add comments
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.53.11 to 5.55.7.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.7/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.55.7
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
* fix: resources after empty directory not copied

* typo

* Add empty directory test
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix(bundler): clarify nsis config path errors

* Address NSIS path context review

* Fix NSIS test module order

* Address NSIS review comments

* Add more `fs_context`s

---------

Co-authored-by: Tony <legendmastertony@gmail.com>
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.6)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump ws from 8.18.0 to 8.20.1 (via audit fix)

Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.20.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.20.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.20.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix missing override in the commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.