Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
api-example
[2.0.0-rc.8]
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
api-example-js
[2.0.0-rc.5]
Dependencies
[email protected]
cli
[2.0.0-rc.2]
Matches
,SubcommandMatches
andArgData
structs.deep-link
[2.0.0-rc.7]
fs
[2.0.0-rc.6]
dialog
[2.0.0-rc.8]
Dependencies
[email protected]
breaking
MessageDialogBuilder::ok_button_label
andMessageDialogBuilder::cancel_button_label
toMessageDialogBuilder::buttons
which takes an enum nowhttp
[2.0.0-rc.6]
Dependencies
[email protected]
persisted-scope
[2.0.0-rc.6]
Dependencies
[email protected]
positioner
[2.0.0-rc.2]
handleIconState
function for use in JavaScript event handlers. This allows one to update the TrayIcon state through JavaScript and fully create and handle the TrayIcon without requiring Rust (and the side-effect of creating a TrayIcon).positioner-js
[2.0.0-rc.2]
handleIconState
function for use in JavaScript event handlers. This allows one to update the TrayIcon state through JavaScript and fully create and handle the TrayIcon without requiring Rust (and the side-effect of creating a TrayIcon).shell
[2.0.0-rc.4]
sidecar
property even though it is optional #1839 by @amrbashir) Fix the plugin schema requiring to setsidecar
property when it is in fact optional.single-instance
[2.0.0-rc.5]
Dependencies
[email protected]
sql
[2.0.0-rc.3]
store
[2.0.0-rc.4]
f12d356 (feat(store)!: fully rework and add auto save #1550 by @Legend-Master) Add a setting
auto_save
to enable a store to debounce save on modification (on calls like set, clear, delete, reset)Breaking change: Removed the
with_store
API and addedStoreExt::store_builder
.store-js
[2.0.0-rc.2]
Store
constructor and added thecreateStore
API.updater
[2.0.0-rc.4]
+
when making updater requests which can be cause incorrectly interpolating the endpoint when using{{current_version}}
in the endpoint where the current version contains a build number, for example1.8.0+1
.UpdaterBuilder::endpoints
method to return aResult
.dangerousInsecureTransportProtocol
config option to allow using insecure transport protocols, likehttp