From d8d1d25ec2584dd5e6dbddfca25eb78e8b60517b Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 8 Sep 2023 12:54:11 +0000 Subject: [PATCH] docs: changelog for 0.6.1 --- docs/changelog.rst | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 364e7c4..9d12265 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,27 @@ Those changes will likely come with some breakage in the config. However, I want to avoid breaking **use cases** that are satisfied by the current design. There will be beta/RC releases to give users a chance to evaluate. +0.6.1 +----- + +* |feature| add metric to detect filesystems rules that don't match any local dataset (thanks, `@gmekicaxcient `_). +* |bugfix| ``zrepl status``: hide progress bar once all filesystems reach terminal state (thanks, `@0x3333 `_). +* |bugfix| handling of tenative cursor presence if protection strategy doesn't use it (:issue:`714`). +* |docs| address setup with two or more external disks (thanks, `@se-jaeger `_). +* |docs| document ``replication`` and ``conflict_resolution`` options (thanks, `@InsanePrawn `_). +* |docs| docs: talks: add note on keep_bookmarks option (thanks, `@skirmess `_). +* |maint| dist: add openrc service file (thanks, `@gramosg `_). +* |maint| grafana: update dashboard to Grafana 9.3.6. +* |maint| run platform tests as part of CI. +* |maint| build: upgrade to Go 1.21 and update golangci-lint; minimum Go version for builds is now 1.20 + +.. NOTE:: + | zrepl is a spare-time project primarily developed by `Christian Schwarz `_. + | You can support maintenance and feature development through one of the following services: + | |Donate via Patreon| |Donate via GitHub Sponsors| |Donate via Liberapay| |Donate via PayPal| + | Note that PayPal processing fees are relatively high for small donations. + | For SEPA wire transfer and **commercial support**, please `contact Christian directly `_. + 0.6 --- @@ -80,13 +101,6 @@ There will be beta/RC releases to give users a chance to evaluate. * |docs| ``docs/overview`` improvements (Thanks, `@jtagcat `_). * |maint| Update to Go 1.19. -.. NOTE:: - | zrepl is a spare-time project primarily developed by `Christian Schwarz `_. - | You can support maintenance and feature development through one of the following services: - | |Donate via Patreon| |Donate via GitHub Sponsors| |Donate via Liberapay| |Donate via PayPal| - | Note that PayPal processing fees are relatively high for small donations. - | For SEPA wire transfer and **commercial support**, please `contact Christian directly `_. - 0.5 ---