feat: add use_https_scheme for Windows and Android#11477
Conversation
Package Changes Through eda3f1dThere are 8 changes which include tauri with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime-wry with minor, @tauri-apps/api with patch, tauri-utils with minor, tauri-runtime 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 |
FabianLars
left a comment
There was a problem hiding this comment.
no need to apply the suggestions, i know it's easier to do locally (esp since you have to regen the schema).
Also this part
Changing this value between releases will change the IndexedDB, cookies and localstorage location and your app will not be able to access them.
is a bit off, i have to assume that the last part will be interpreted as "no indexeddb access at all" by a few non native speakers.
What about something simple like this?
Changing this value between releases will change the IndexedDB, cookies and localstorage location and your app will not be able to access the old data.
Co-authored-by: Fabian-Lars <github@fabianlars.de>
|
for the migration: what about the dangerousUseHttpsScheme config? Since it's marked dangerous i wouldn't mind ignoring it, just asking in case you forgot that config. |
|
will add that as well |
closes #11252