You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes
Lucas Fernandes Nogueira 60765694f5
refactor(geolocation): simplify API, defer permission checks (#1773)
9 months ago
..
android-dialog-save.md feat(dialog): Implemented android save dialog. (#1657) 10 months ago
barcode-dependencies.md chore(barcode): remove unused Android dependencies (#1749) 9 months ago
barcode-scanner-validate-plist.md feat(barcode-scanner): validate missing Info.plist configuration (#1758) 9 months ago
config.json feat(deep-link): implement getCurrent on Windows/Linux (#1759) 9 months ago
consolidate-permission-state.md feat: use PermissionState type from tauri, closes #979 (#1701) 9 months ago
deep-link-event.md fix(deep-link): emit new-url event on app load (#1770) 9 months ago
deep-link-get-current-desktop.md chore: update docs 9 months ago
deep-link-on-new-url.md feat(deep-link): add `on_open_url` Rust API (#1780) 9 months ago
deep-link-register-all.md feat(deep-link): implement getCurrent on Windows/Linux (#1759) 9 months ago
dialog-asset-scope.md fix(dialog): update asset protocol scope on directory open, closes #1553 (#1769) 9 months ago
dialog-file-response-non-exhaustive.md refacator(dialog): mark `FileResponse` as `#[non_exhaustive]` (#1660) 10 months ago
dialog-return-path.md feat(fs): resolve content URIs on Android (#1658) 9 months ago
fix-barcodae-scanner-imports.md chore: Add changefile for #1777 9 months ago
fix-clipboard-warnings-sdk.md fix(clipboard): Android warnings and build on SDK under 28 (#1771) 9 months ago
fix-deep-link-config.md fix(deep-link): allow empty config values (#1732) 9 months ago
fix-fs-app-scopes.md fix(fs): app scopes not properly enabling paths (#1774) 9 months ago
fix-fs-write-file-android.md fix(fs): writeFile command implementation on Android (#1708) 9 months ago
fix-http-plugin-abort.md fix(http): properly invoke abort (#1662) 10 months ago
fix-ios-file-dialog-default-mode.md fix(dialog): iOS file picker default to file selection instead of photo (#1706) 9 months ago
fix-linux-updater-permission-error.md fix(updater): linux not retaining AppImage permissions, enhance tests (#1636) 10 months ago
fix-restore-minimized-window-position.md fix(window-state): saving a minimized window's state changes its position to -32000 (#1702) 9 months ago
fix-restore-minimized-window-state.md fix(window-state)!: saving minimized state (#1743) 9 months ago
fix-restore-window-state-deadlock.md fix(window-state): deadlock when trying to restore window states on initial load (#1787) 9 months ago
fix-upload-handle-non-success-download.md [upload - http-extra] fix: download content to file when unsuccessful response (and test) #1750 (#1783) 9 months ago
fs-dialog-file-path-methods.md refactor: add methods and implement traits for `FilePath` and `SafeFilePath` (#1727) 9 months ago
fs-dialog-file-path-traits.md refactor: add methods and implement traits for `FilePath` and `SafeFilePath` (#1727) 9 months ago
fs-dialog-non-exhaustive-error.md refactor: add methods and implement traits for `FilePath` and `SafeFilePath` (#1727) 9 months ago
fs-dialog-safe-file-path.md refactor: add methods and implement traits for `FilePath` and `SafeFilePath` (#1727) 9 months ago
fs-scope-recursive-allow-read-dir.md feat(fs): `scope-*-recursive` permission allows read dir, closes #1307 (#1696) 9 months ago
fs-windows-path.md fix(fs): can't use Windows path (#1710) 9 months ago
fs-write-file-utf8-chars.md fix(fs): support any UTF-8 path in writeFile (#1640) 9 months ago
geolocation-permission-refactor.md refactor(geolocation): simplify API, defer permission checks (#1773) 9 months ago
geolocation-release.md feat: Add geolocation and haptics plugins (#1599) 10 months ago
global-shortcut-0.6.md chore(deps): update windows-sys crate to `0.59` and global-hotkey to `0.6` (#1665) 10 months ago
haptics-release.md feat: Add geolocation and haptics plugins (#1599) 10 months ago
iife-varname-spacing.md fix: use `_` as word boundary in IIFE var names (#1630) 10 months ago
ios-dialog-save.md feat(dialog): implement save API on iOS (#1707) 9 months ago
notification-body-optional-ios.md fix(notification): body should be optional on iOS (#1737) 9 months ago
notification-permission-type-change.md feat: use PermissionState type from tauri, closes #979 (#1701) 9 months ago
pre.json Publish New Versions (v2) (#1794) 9 months ago
rc.md feat: bump to RC 10 months ago
readme.md chore: trigger CI 10 months ago
remove-target-sdk.md refactor(android): Remove targetSdk = 34 from every gradle build files (#1649) 10 months ago
resolve-content-uris.md feat(fs): resolve content URIs on Android (#1658) 9 months ago
shell-open-regex-match-string.md feat(shell): enhance regex validators to match on entire string (#1603) 10 months ago
shell-regex-match-string.md feat(shell): enhance regex validators to match on entire string (#1603) 10 months ago
single-instance-deep-link.md feat(deep-link): implement getCurrent on Windows/Linux (#1759) 9 months ago
single-instance-optional-deep-link.md chore(single-instance): put deep link integration behined a feature (#1766) 9 months ago
single-instance-windows-sys.0.59.md chore(deps): update windows-sys crate to `0.59` and global-hotkey to `0.6` (#1665) 10 months ago
sql-uuid-type.md feat(sql): added uuid type in postgres decoder (#1375) 9 months ago
store-remove-mobile-plugin.md fix(store): remove Android and iOS plugins, closes #1256 (#1695) 9 months ago
swift-build-older-versions.md fix: explicitly set a minimum macOS version for older Swift versions (#1679) 10 months ago
tauri-rc-8.md feat: use PermissionState type from tauri, closes #979 (#1701) 9 months ago
update-fs-api-docs.md chore(fs): update API documentation (#1645) 10 months ago
update-geolocation-api.md refactor(geolocation): simplify API, defer permission checks (#1773) 9 months ago
update-tauri-rc-3.md chore(deps): tauri 2.0.0-rc.3 (#1671) 10 months ago
update-tauri-rc-12.md chore(deps): update tauri to 2.0.0-rc.12 (#1785) 9 months ago
updater-js-headers-download-crate.md chore: Add missing changefile for updater rust changes (#1735) 9 months ago
updater-js-headers-download.md feat(updater): allow passing headers & timeout in `Update.download*` methods (#1661) 9 months ago
window-state-physical-size.md fix(window-state)!: saving minimized state (#1743) 9 months ago

readme.md

Changes

via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do not need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

---
"package-a": patch
"package-b": minor:feat
---

Change summary goes here

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a major, minor or patch as further described in semver.

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).