diff --git a/.changeset/brave-carrots-report.md b/.changeset/brave-carrots-report.md deleted file mode 100644 index e766197..0000000 --- a/.changeset/brave-carrots-report.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'renterd': patch -'walletd': patch -'hostd': patch ---- - -The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79 diff --git a/.changeset/brave-tables-nail.md b/.changeset/brave-tables-nail.md deleted file mode 100644 index ba5c50e..0000000 --- a/.changeset/brave-tables-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': patch ---- - -The bootstrap option now defaults to true. diff --git a/.changeset/dull-bobcats-prove.md b/.changeset/dull-bobcats-prove.md deleted file mode 100644 index 27b4e51..0000000 --- a/.changeset/dull-bobcats-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'renterd': patch -'hostd': patch ---- - -Copying the recovery phrase value is now only required if the value has changed. diff --git a/.changeset/flat-horses-play.md b/.changeset/flat-horses-play.md deleted file mode 100644 index ed214e2..0000000 --- a/.changeset/flat-horses-play.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'renterd': minor -'hostd': minor ---- - -The recovery phrase is now displayed in a locked state if a saved value exists. Closes https://github.com/SiaFoundation/desktop/issues/67 diff --git a/.changeset/stupid-parrots-bathe.md b/.changeset/stupid-parrots-bathe.md deleted file mode 100644 index ae9cb4a..0000000 --- a/.changeset/stupid-parrots-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'renterd': minor -'hostd': minor ---- - -Recovery phrase and password visibility selections no longer persist between app start, they now reset to hidden. diff --git a/.changeset/tough-ghosts-jog.md b/.changeset/tough-ghosts-jog.md deleted file mode 100644 index 74f97cc..0000000 --- a/.changeset/tough-ghosts-jog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'renterd': minor -'hostd': minor ---- - -Regenerating the recovery phrase now warns the user and asks for confirmation. Closes https://github.com/SiaFoundation/desktop/issues/67 diff --git a/hostd/CHANGELOG.md b/hostd/CHANGELOG.md index fb2c1b9..08c4d25 100644 --- a/hostd/CHANGELOG.md +++ b/hostd/CHANGELOG.md @@ -1,5 +1,18 @@ # hostd +## 0.15.0 + +### Minor Changes + +- 009fdc6: The recovery phrase is now displayed in a locked state if a saved value exists. Closes https://github.com/SiaFoundation/desktop/issues/67 +- 009fdc6: Recovery phrase and password visibility selections no longer persist between app start, they now reset to hidden. +- 009fdc6: Regenerating the recovery phrase now warns the user and asks for confirmation. Closes https://github.com/SiaFoundation/desktop/issues/67 + +### Patch Changes + +- c3d0772: The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79 +- 009fdc6: Copying the recovery phrase value is now only required if the value has changed. + ## 0.14.0 ### Minor Changes diff --git a/hostd/package.json b/hostd/package.json index c442560..707842d 100644 --- a/hostd/package.json +++ b/hostd/package.json @@ -1,6 +1,6 @@ { "name": "hostd", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "private": true, "description": "The hostd desktop app", diff --git a/renterd/CHANGELOG.md b/renterd/CHANGELOG.md index 6bca79e..c614e53 100644 --- a/renterd/CHANGELOG.md +++ b/renterd/CHANGELOG.md @@ -1,5 +1,18 @@ # renterd +## 0.12.0 + +### Minor Changes + +- 009fdc6: The recovery phrase is now displayed in a locked state if a saved value exists. Closes https://github.com/SiaFoundation/desktop/issues/67 +- 009fdc6: Recovery phrase and password visibility selections no longer persist between app start, they now reset to hidden. +- 009fdc6: Regenerating the recovery phrase now warns the user and asks for confirmation. Closes https://github.com/SiaFoundation/desktop/issues/67 + +### Patch Changes + +- c3d0772: The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79 +- 009fdc6: Copying the recovery phrase value is now only required if the value has changed. + ## 0.11.1 ### Patch Changes diff --git a/renterd/package.json b/renterd/package.json index b327b36..9182b85 100644 --- a/renterd/package.json +++ b/renterd/package.json @@ -1,6 +1,6 @@ { "name": "renterd", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "private": true, "description": "The renterd desktop app", diff --git a/walletd/CHANGELOG.md b/walletd/CHANGELOG.md index e810a59..abcab5e 100644 --- a/walletd/CHANGELOG.md +++ b/walletd/CHANGELOG.md @@ -1,5 +1,12 @@ # walletd +## 0.7.1 + +### Patch Changes + +- c3d0772: The tray icon now matches the system theme on MacOS. Closes https://github.com/SiaFoundation/desktop/issues/79 +- ae8dbe0: The bootstrap option now defaults to true. + ## 0.7.0 ### Minor Changes diff --git a/walletd/package.json b/walletd/package.json index 2eeb905..a6f0922 100644 --- a/walletd/package.json +++ b/walletd/package.json @@ -1,6 +1,6 @@ { "name": "walletd", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "private": true, "description": "The walletd desktop app",