Skip to content

Commit 6c22a02

Browse files
authored
Release QuiltSync v0.20.1 (#816)
1 parent 533c582 commit 6c22a02

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quilt-sync/CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,17 @@
99
<!-- markdownlint-disable MD013 -->
1010
# Changelog
1111

12-
## [v0.20.1-alpha2] - 2026-08-03
13-
14-
### Fixed
15-
16-
- 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>)
17-
- "Select all" shows a dash when only some files are ticked, instead of looking empty (<https://github.com/quiltdata/quilt-rs/pull/814>)
12+
## [v0.20.1] - 2026-08-03
1813

1914
### Changed
2015

2116
- 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>)
2217

23-
## [v0.20.1-alpha1] - 2026-08-03
24-
2518
### Fixed
2619

2720
- 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>)
21+
- 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>)
22+
- "Select all" shows a dash when only some files are ticked, instead of looking empty (<https://github.com/quiltdata/quilt-rs/pull/814>)
2823

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

quilt-sync/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quilt-sync"
3-
version = "0.20.1-alpha2"
3+
version = "0.20.1"
44
authors = ["Quilt Data, Inc."]
55
description = "Cross-platform desktop application for editing Quilt data packages"
66
documentation = "https://docs.quiltdata.com"

0 commit comments

Comments
 (0)