Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions quilt-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,17 @@
<!-- markdownlint-disable MD013 -->
# Changelog

## [v0.20.1-alpha2] - 2026-08-03

### Fixed

- Files ticked for download on the installed-package page are no longer cleared when the package changes underneath you; the app bar's Refresh still starts clean (<https://github.com/quiltdata/quilt-rs/pull/814>)
- "Select all" shows a dash when only some files are ticked, instead of looking empty (<https://github.com/quiltdata/quilt-rs/pull/814>)
## [v0.20.1] - 2026-08-03

### Changed

- The installed-package page updates in place when the package changes instead of blanking to a spinner; opening a different package still shows one (<https://github.com/quiltdata/quilt-rs/pull/814>)

## [v0.20.1-alpha1] - 2026-08-03

### Fixed

- The installed-package page no longer reloads on a timer: with autosync on it used to refetch every 30 s whether or not anything had changed, flashing a spinner and clearing the file selection to redraw the view already on screen. It now refreshes only when the package's state actually changes (<https://github.com/quiltdata/quilt-rs/pull/813>)
- Files ticked for download on the installed-package page are no longer cleared when the package changes underneath you; the app bar's Refresh still starts clean (<https://github.com/quiltdata/quilt-rs/pull/814>)
- "Select all" shows a dash when only some files are ticked, instead of looking empty (<https://github.com/quiltdata/quilt-rs/pull/814>)

## [v0.20.0] - 2026-07-30

Expand Down
2 changes: 1 addition & 1 deletion quilt-sync/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quilt-sync"
version = "0.20.1-alpha2"
version = "0.20.1"
authors = ["Quilt Data, Inc."]
description = "Cross-platform desktop application for editing Quilt data packages"
documentation = "https://docs.quiltdata.com"
Expand Down