-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(tauri-plugin): add build::mobile::update_info_plist #13888
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
Conversation
Package Changes Through 62e0eddThere are 4 changes which include tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-plugin with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(untested but i mean 🤷)
.changes/update-info-plist.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"tauri-plugin": patch:feat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
technically a minor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah.. well this isn't tauri itself so i'll take it (kinda wanted to get the deep link PR merged sooner)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recently we didn't really care about the timeframe for tauri minors either 🤷
also, tony forgot to keep the dev branch free for patches so the cli also has a minor waiting for release already.
Also relevant for this kind of discussion: https://discord.com/channels/616186924390023171/1232318266542915617/1345034806710243358
tldr: only 1/3 of the subset of devs we asked would prefer slower minor releases. Good enough for me to just do vibe releasing 😂
* feat: android deeplinks * feat: explicit app link declarations * feat: add ios code * fix: add ios deeplink adaptation * feat: ios working (some swift plugin api improvements needed) * fix: revert ios to prior logic * fix(cleanup): regen android files with old names * fix: web link criteria * fix: conditional auto verify intent filter for android app links * fix: default to true * fix: typo * fix: pnpm version * cleanup * fix: web link regression * trim androidmanifest update * fix deep link validation broken due to appLink=true default * implement update_info_plist from tauri-apps/tauri#13888 * fix: remove old patch crates * fix: use latest patch tauri * lint --------- Co-authored-by: Lucas Nogueira <[email protected]>
needed for tauri-apps/plugins-workspace#2870