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 Nogueira 7659b9515d
merge from v2
1 year ago
..
alpha.16.md chore: update to tauri alpha.16, api alpha.9 (#673) 2 years ago
alpha.17.md feat: update to alpha.17, typed mobile plugin IPC arguments (#676) 2 years ago
alpha.18.md chore: Update Tauri to alpha.18 (#802) 1 year ago
alpha.20.md chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839) 1 year ago
api-alpha.9.md feat: update to alpha.17, typed mobile plugin IPC arguments (#676) 2 years ago
api-alpha.11.md feat: update to alpha.17, typed mobile plugin IPC arguments (#676) 2 years ago
api-alpha.12.md chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839) 1 year ago
api-alpha.13.md chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839) 1 year ago
beta.md feat: update to tauri beta, add permissions (#862) 1 year ago
biometric-initial-release.md feat(mobile): add biometric plugin (#829) 1 year ago
config.json fix(ci): set dependencies on covector config 1 year ago
deep-link-initial-release.md feat: Add deep link plugin for mobile (#504) 2 years ago
dialog-async-message-dialog.md fix(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 (#445) 2 years ago
dialog-default-path-windows-slash.md fix(core/dialog): reconstruct path using appropriate separator (#820) 1 year ago
dialog-export-fileresponse.md feat(dialog): Re-export FileResponse (#837) 1 year ago
dialog-message-android.md fix(dialog): On Android, do not add a `Cancel` button to message dialogs (#873) 1 year ago
dialog-pin-rfd.md fix(dialog): Pin rfd to 0.12 to prevent freeze on Linux (#796) 2 years ago
dialog-return-result.md fix(dialog): fix message dialog return with custom buttons, fixes #711 (#769) 2 years ago
fix-cmd-spawn-deadlock.md fix(shell): deadlock on read line error (#923) 1 year ago
fix-debounced-event-type.md fix(fs): Fix DebouncedEvent type to match what notify-rs returns (#848) 1 year ago
fix-deep-link-alpha-20.md fix(deep-link): issue with tauri alpha.20 emit breaking change (#844) 1 year ago
fix-docs-build.md refactor: remove window and app plugins (#671) 2 years ago
fix-emit-all-usage.md feat: update to alpha.17, typed mobile plugin IPC arguments (#676) 2 years ago
fix-fs-write-default-option.md fix(fs): match default value of `create` option with js documentation (#865) 1 year ago
fix-invoke-usage.md Fix invoke calls in dialog & shell init scripts (#675) 2 years ago
fix-notification-schedule-export.md fix(notification): export the missing `Schedule` class (#874) 1 year ago
fix-number-query-params.md fix(sql): Encode JSON numbers as f64 to fix JSON_EXTRACT queries (#797) 2 years ago
fix-permission-notification.md fix(notification): permission on mobile returns `prompt` (#627) 2 years ago
fix-scheduled-notification.md fix(notification): scheduled notifications not working (#909) 1 year ago
fix-updater-macos.md fix(updater): installation on macos #591 (#592) 2 years ago
fix-window-state-api.md Fix invoke calls in dialog & shell init scripts (#675) 2 years ago
fs-create-new.md fix(fs): fix panic due to unwrap & truncate by default (#847) 1 year ago
fs-exists-2nd-arg.md fix(fs): add options argument for `exists` function closes #734 (#744) 2 years ago
fs-improve-error-message.md feat(fs): include full error message (#826) 1 year ago
fs-improved-apis.md feat(fs): improved API (#751) 1 year ago
fs-replace-notify-debouncer.md feat(fs/watch): migrate to `notify-debouncer-full` (#885) 1 year ago
fs-scope-tauri.md refactor(fs): use scope from tauri core (#825) 1 year ago
fs-trunacte-non-append.md fix(fs): fix panic due to unwrap & truncate by default (#847) 1 year ago
fs-unwtach-rid.md fix(fs): use correct arg name for unwatch (#857) 1 year ago
fs-wiret-binary-file.md fix(fs-js): fix `writeBinaryFile` invalid command usage (#454) 2 years ago
fs-write-panic.md fix(fs): fix panic due to unwrap & truncate by default (#847) 1 year ago
global-shortcut-app-handle.md feat(global-shortcut): pass app handle to the closure, closes #657 (#658) 2 years ago
http-init-fetch-option-connectTimeout.md fix: fix http plugin fetch init with connectTimeout. (#858) 1 year ago
http-multipart-refactor.md feat(http): refactor and improvements (#428) 2 years ago
http-plugin-refactor.md feat(http): refactor and improvements (#428) 2 years ago
http-proxy-config.md feat(http): expose proxy configuration (#824) 1 year ago
http-remove-cmd-property.md fix(http): remove `cmd` property from `http|fetch` invoke, closes #587 (#588) 2 years ago
http-response.md feat(http): improve performance (#558) 2 years ago
msrv-1.70.md chore: update to tauri alpha.16, api alpha.9 (#673) 2 years ago
nfc-initial-release.md feat(mobile): add NFC plugin (#830) 1 year ago
notification-init-script.md fix(notification): Fix init.js script for use without global tauri object. (#414) 2 years ago
notification-revert-sound.md fix(notification): remove default notification sound on Windows (#440) 2 years ago
notification-sound.md feat(notification): play default sound on WIndows 2 years ago
os-OsType.md fix(os): correct typo in OsType (#561) 2 years ago
os-plugin-refactor.md refactor(os): refactor EOL const (#427) 2 years ago
os-reading-undefined.md fix(os): use an internal object instead of ` window.__TAURI__`, closes #719 (#721) 2 years ago
permissions.md feat: update to tauri beta, add permissions (#862) 1 year ago
persisted-scope-asset.md Merge v1 into v2 (#468) 2 years ago
persisted-scope-glob.md Merge v1 into v2 (#468) 2 years ago
positioner-tray-flag.md feat: update to alpha.11 (#555) 2 years ago
pre.json merge from v2 1 year ago
readme.md ci: set up covector (#329) 2 years ago
scanner-initial-release.md feat: add barcode scanner plugin (#536) 2 years ago
shell-command-apis.md feat(window): refactor and improvements (#426) 2 years ago
shell-detached.md feat(shell): ensure launched processes are detached (#463) 2 years ago
sql-decode-floats.md chore: Merge branch v1 into v2 (#702) 2 years ago
stronghold-arg-name.md Merge v1 into v2 (#468) 2 years ago
stronghold-argon2.md chore: Merge branch v1 into v2 (#702) 2 years ago
stronghold-constructor.md fix(stronghold): remove constructor, add static load function (#416) 2 years ago
tauri-alpha-15.md chore: update deps, make mobile script paths relative (#649) 2 years ago
tauri-alpha.11.md refactor: remove window and app plugins (#671) 2 years ago
tauri-alpha.12.md refactor: remove window and app plugins (#671) 2 years ago
tauri-http-plugin-errror-invalid-rid.md refactor(http): migrate to tauri's new resource table (#834) 1 year ago
tray-position.md chore: Merge branch v1 into v2 (#702) 2 years ago
updater-appimage.md fix(updater): fix appimage extraction (#784) 2 years ago
updater-escaped-path.md fix(updater): Use escaped installer path to start the msi updater (#728) 2 years ago
updater-js-started-event.md refactor(updater): migrate to tauri's new resource table (#899) 1 year ago
updater-nsis-admin.md fix(updater): fix nsis updater unable to launch installers requiring elevation (#444) 2 years ago
updater-nsis-basicui.md fix(core/updater): check if installer args are not empty before passing `-ArgumentList` (#818) 1 year ago
updater-nsis.md feat(updater): backport changes from tauri v1 (#405) 2 years ago
updater-on-chunk-fn-mut.md refactor(updater): migrate to tauri's new resource table (#899) 1 year ago
updater-plugin-refactor.md feat(updater): refactor and improvements (#431) 2 years ago
updater-proxy.md chore: add change file for updater proxy change (#907) 1 year ago
updater-string-replace-round2.md fix(updater): replace url vars in query params (#756) 2 years ago
updater-string-replace.md fix(updater): Fix endpoint string replacements, fixes #655 (#662) 2 years ago
updater.md refactor(updater): accomodate to new tauri config restructure (#924) 1 year ago
upload-bufwriter.md chore: Merge branch v1 into v2 (#702) 2 years ago
v2-alpha.md refactor: remove window and app plugins (#671) 2 years ago
websocket-fix-arg-name.md fix(websocket): Fix argument mismatch, fixes #661 (#663) 2 years ago
websocket-headers.md chore: Merge branch v1 into v2 (#702) 2 years ago
window-state-decorated.md fix(window-state): port fixes from v1 (#436) 2 years ago
window-state-promise.md fix(window-state): port fixes from v1 (#436) 2 years ago
window-state-zero-positions.md chore: merge v1 into v2 for the last time 1 year 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
---

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).