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
FabianLars 24ca81e23f
fix(notification): Fix is-installed logic to prevent issue when a custom build.target-dir is set
11 months ago
..
beta.md feat: update to tauri beta, add permissions (#862) 1 year ago
browser-headers.md fix(http): include browser headers if not set by user (#1354) 1 year ago
clipboard-expose-struct.md chore(clipboard): expose `Clipboard` struct (#1185) 1 year ago
clipboard-html.md feat(clipboard): Implement HTML and clear functionality (#977) 1 year ago
clipboard-manager-image.md feat(clipboard): support `readImage` & `writeImage` (#845) 1 year ago
clipboard-mobile.md fix(clipboard-manager): match Rust method parameters with native methods (#1379) 1 year ago
clipboard-refactor.md refactor(clipboard): refactor clipboard function arguments for better clarity about the needed type (#1218) 1 year ago
clipboard-text-command-rename.md feat(clipboard): support `readImage` & `writeImage` (#845) 1 year ago
config.json fmt 1 year ago
crate-notify-rust.md refactor(notification): pull notify_rust from crates.io (#1432) 12 months ago
deep-link-desktop.md feat(deep-link): Add deep link support for desktop (#916) 1 year ago
dialog-can-create-directories.md feat(dialog): allow setting `canCreateDirectories` on macOS (#978) 1 year ago
dialog-linux-freeze.md fix(dialog): Remove Linux specific code for rfd 0.14 compatibility (#1033) 1 year ago
dialog-main-thread.md fix(dialog): Create dialogs on main thread (#1073) 1 year ago
dialog-metadata.md chore: Remove dialog-js from changefile 1 year ago
dialog-path-return-mismatch.md fix(dialog): `open` function return mismatch (#1056) 1 year ago
enhance-fs-scope-type.md feat(fs): enhance scope config to accept string as well (#1053) 1 year ago
enhance-http-scope.md feat(http): enhance scope URL matching via urlpattern (#1030) 1 year ago
enhance-shell-raw-out.md feat(shell) raw-encoded pipe reader directly outputs buffer (no newline scan) (#1231) 1 year ago
feat-log-attachlogger.md Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2 1 year ago
feat-single-instance-semver.md Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2 1 year ago
feat-websocket-tls-connector.md Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2 1 year ago
file-autogen-fix.md fix: fix `plugins/fs` infinite loop on autoregen (#1029) 1 year ago
fix-android-warnings.md fix(android): adjust for Kotlin and project warnings 1 year ago
fix-authenticator-windows-compile.md chore(authenticator): Add missing changefile 1 year ago
fix-autolaunch-macos.md fix(autostart): Fix LaunchAgent macOS autostart (#1118) 1 year ago
fix-deep-link-is-registered-typo.md fix(deep-link): typo in js bindings for is_registered command (#1404) 12 months ago
fix-deep-link-linux.md fix(deep-link): prevent duplicate `;` in .desktop files on Linux (#1357) 1 year ago
fix-default-arg-value.md fix(ios): decoding with default value is not supported (#1236) 1 year ago
fix-fs-async-cmds.md fix(fs): Make read/write commands async to not block the main thread (#1477) 11 months ago
fix-fs-scope-deadlock.md fix(fs): Prevent deadlock when scope listeners are registered. (#1221) 1 year ago
fix-fs-watcher-basedir.md fix(fs): rename `dir` field to `base_dir` in `WatchOptions`, fixes #1081 (#1082) 1 year ago
fix-http-default-features.md fix(http): Enable tls support by default (#1166) 1 year ago
fix-http-scope-url-match.md fix(http): inconsistencies on urlpattern usage on scope (#1059) 1 year ago
fix-notification-install-detection.md fix(notification): Fix is-installed logic to prevent issue when a custom build.target-dir is set 11 months ago
fix-shutdown-timing.md fix: single instance doesn't shutdown immediately (#1019) 1 year ago
fix-updater-cleanup.md fix(updater): Enable rustls-tls feature flag by default (#1175) 1 year ago
fix-updater-default-features.md fix(updater): Enable rustls-tls feature flag by default (#1175) 1 year ago
fix-updater-installer-args-deserialization.md fix(updater): fallback to passive mode & fix `installerArgs` deserialzation (#1051) 1 year ago
fix-updater-installmode.md fix(updater): fallback to passive mode & fix `installerArgs` deserialzation (#1051) 1 year ago
fix-updater-msi-path.md fix(updater): Escape msi path string (#1495) 11 months ago
fix-updater-powershell-flashing.md refactor!(updater): migrate run updater using powershell to `ShellExecute` (#1054) 1 year ago
fix-zbus-import.md fix(single-instance): wrong zbus import, closes #980 (#981) 1 year ago
global-api-script-refactor.md refactor: only inject API IIFE script when withGlobalTauri is true (#1071) 1 year ago
global-hotkey-event.md feat(global-shortcut): support pressed/released states (#1244) 1 year ago
global-shortcut-refactor.md refactor!(global-shortcut): better APIs DX (#969) 1 year ago
http-cookies.md feat(http): enable cookies and set origin header (#1192) 1 year ago
http-origin-duplicated.md fix(http): fix check logic to decide whether to set `Origin` header (#1438) 1 year ago
http-origin-unsafe.md feat(http): allow setting `origin` for unsafe headers (#1392) 1 year ago
http-origin.md feat(http): enable cookies and set origin header (#1192) 1 year ago
http-tauri-beta-19.md chore(deps): update tauri monorepo (#1325) 1 year ago
http-unsafe-headers.md feat(http) add unsafe-headers feature flag (#1050) 1 year ago
http-user-agent.md fix(http): allow `User-Agent` header to be set (#983) 1 year ago
impl-ext-for-webview-windows.md feat(positioner, window-state): impl `WindowExt` for `WebviewWindow` (#1283) 1 year ago
msrv-1.75.md bump msrv 1 year ago
notifcation-permission-commands.md fix(notification): Add permission commands for Actions (#1459) 12 months ago
notification-fix-dev-check.md fix(notification): development mode check should use tauri::dev() (#1096) 1 year ago
notification-fix-dev-name.md fix(notification): update function dev to is_dev (#1385) 1 year ago
os-sync-functions.md refactor(os)!: make `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions sync (#1353) 12 months ago
pre.json publish new versions (#1393) 12 months ago
public-with-store.md fix(store): `with_store` and `StoreCollection` become private in #1011 (#1040) 1 year ago
readme.md ci: set up covector (#329) 2 years ago
remove-unc-path-prefix.md feat: Remove UNC prefix in paths returned to the frontend (#1168) 1 year ago
reqwest-0.12.md chore: add missing change files from #1139 (#1146) 1 year ago
restore-default-window-state.md fix(window-state): restore window state for stubbed zerord state (#1259) 1 year ago
scoped-resources-table.md fix: use webview's resources table (#1191) 1 year ago
shell-command-execute-extra-new-lines.md fix(core/shell): speedup `Command.execute` & fix extra new lines (#1299) 1 year ago
shell-command-execute-speed.md fix(core/shell): speedup `Command.execute` & fix extra new lines (#1299) 1 year ago
shell-command-lost-events.md fix(shell/command): retry sending events when it fails (#1298) 1 year ago
shell-execute-return.md fix(shell): use serde `untagged` not `flatten` (#1328) 1 year ago
shell-execute.md fix(shell): make `execute` command async (#1362) 1 year ago
shell-fix-schema-command-property-name.md chore(shell): change schema property name `command` to `cmd` (#1069) 1 year ago
shell-shellexcute.md chore(deps): update to `open-rs@5.1` (#1021) 1 year ago
single-instance.macos.md feat(single-instance): add MacOs unix domain socket impl (#1035) 1 year ago
sql-column-order.md feat(sql): preserve column order from query with indexmap (#1305) 1 year ago
sql-public-db-instances.md feat(sql): made DbInstances public for managing directly from Rust (#1381) 12 months ago
target-sdk-34.md chore: update Android target SDK to 34 (#1368) 1 year ago
tauri-beta-4.md updates 1 year ago
tauri-beta-8.md chore: Update tauri to beta.8 (#1005) 1 year ago
tauri-beta-9.md chore(deps): update to tauri beta.9 (#1037) 1 year ago
tauri-beta-14-dependencies.md chore: add missing change files from #1139 (#1146) 1 year ago
tauri-beta-14.md chore: bump tauri to 2.0.0-beta.14 (#1136) 1 year ago
tauri-beta-15.md fix: use webview's resources table (#1191) 1 year ago
tauri-beta-17.md chore(deps): change rust crate maplit version to `1` (#1270) 1 year ago
tauri-beta-20.md chore(deps): update tauri monorepo (#1363) 1 year ago
tauri-beta-22.md fix(deps): update tauri monorepo (#1382) 1 year ago
updater-download-install-js-binding.md feat(updater): add `download` and `install` js binding (#1330) 1 year ago
updater-msiexec.md fix(updater): use msiexec to install .msi updates (#1454) 12 months ago
updater-non-zip.md feat(updater): support non zipped updater (#1174) 1 year ago
updater-nsis-shortcuts.md fix(updater): pass `/NS` and `/UPDATE` to nsis installer to disable creating shortcuts on updates (#1162) 1 year ago
updater-zip-no-default-features.md chore(updater): disable zip crate default features (#1329) 1 year ago
upload-returnval.md fix(upload): return type on is now a string (#976) 1 year ago
watcher-debouncer-rename.md fix(fs): missing debouncer rename cache (#1245) 1 year ago
window-state-custom-filename.md feat(window-state): support using a custom filename (#1138) 1 year ago
window-state-default-filename.md feat(window-state): support using a custom filename (#1138) 1 year ago
window-state-js-binding.md fix(window-state): missing `restore_state` and `filename` js binding permission (#1180) 1 year ago
window-state-json.md refactor(window-state)!: use json instead of bincode (#1078) 1 year ago
window-state-map-label.md feat(window-state): add `Builder::map_label` method (#1497) 11 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
---

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