You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,19 @@ Format follows [Keep a Changelog](https://keepachangelog.com/). Haven uses [Sema
11
11
12
12
---
13
13
14
+
## [3.32.0] — 2026-07-13
15
+
16
+
### Added
17
+
-**Restore progress bar (#5438).** Restoring a backup now shows a real upload percentage as the file transfers, then a server-side extraction bar as the archive is unzipped to disk, so a large restore no longer sits with no feedback for many minutes.
18
+
-**Notification pop-up cooldown.** Settings → Sounds has a new "Limit pop-up notifications" option (off by default) that throttles how often desktop/browser notification pop-ups appear, so a burst of messages or a flaky connection cannot keep popping the app up. Notification sounds and unread badges are unaffected.
19
+
20
+
### Changed
21
+
-**The status bar hides the server address by default every session.** It now starts hidden and is only shown after you click the eye toggle, and that choice is no longer remembered between sessions.
22
+
23
+
### Fixed
24
+
-**linux/arm64 Docker image restored (#5439).** Starting with 3.31.1 the published multi-arch image silently lost its arm64 variant, because the untagged per-arch child manifests from the push-by-digest build were being pruned from GHCR, forcing Apple Silicon Macs onto slow amd64 emulation. Each architecture is now published as its own persistent tag and merged into the multi-arch manifest, so both arches ship and survive, and the workflow now fails loudly if either is missing.
25
+
-**Sidebar collapse arrows no longer leave a gap.** On narrow windows the voice/users panel can shrink below its requested width; the collapse arrows now snap to the panel's actual edge once its width settles instead of hovering to its left.
<ahref="https://github.com/ancsemi/Haven" target="_blank">⛭ View on GitHub</a>
@@ -1437,7 +1437,11 @@ <h2>⬡ Haven Server — v3.31.2</h2>
1437
1437
<divclass="version-list">
1438
1438
<divclass="version-list-inner">
1439
1439
<divclass="version-item">
1440
-
<div><spanclass="v-name">v3.31.2</span><spanclass="v-tag latest">Latest</span> — <strong>The manual Download Backup button works on large servers again.</strong> Automatic backups were already fixed, but clicking Download Backup on a big server (tens of GB of files) built the whole archive before sending anything, so it sat silent long enough for a proxy in front of Haven to return a 502. The download now streams straight to your browser as it builds, so it starts right away (#5434).</div>
1440
+
<div><spanclass="v-name">v3.32.0</span><spanclass="v-tag latest">Latest</span> — <strong>Live progress bars when restoring a backup, plus a fix for Apple Silicon Docker images.</strong> Restoring a backup now shows a real upload percentage and then a server-side extraction bar, so a large restore no longer sits silent for many minutes (#5438). You can also throttle how often notification pop-ups appear from Settings, the status bar hides your server address by default each session until you click to reveal it, and the sidebar collapse arrows no longer leave a gap on narrow windows. The Docker image ships linux/arm64 again, so Apple Silicon Macs no longer fall back to slow emulation (#5439).</div>
<div><spanclass="v-name">v3.31.2</span> — <strong>The manual Download Backup button works on large servers again.</strong> Automatic backups were already fixed, but clicking Download Backup on a big server (tens of GB of files) built the whole archive before sending anything, so it sat silent long enough for a proxy in front of Haven to return a 502. The download now streams straight to your browser as it builds, so it starts right away (#5434).</div>
<ahref="https://github.com/ancsemi/Haven" target="_blank">⛭ View on GitHub</a>
@@ -1437,7 +1437,11 @@ <h2>⬡ Haven Server — v3.31.2</h2>
1437
1437
<divclass="version-list">
1438
1438
<divclass="version-list-inner">
1439
1439
<divclass="version-item">
1440
-
<div><spanclass="v-name">v3.31.2</span><spanclass="v-tag latest">Latest</span> — <strong>The manual Download Backup button works on large servers again.</strong> Automatic backups were already fixed, but clicking Download Backup on a big server (tens of GB of files) built the whole archive before sending anything, so it sat silent long enough for a proxy in front of Haven to return a 502. The download now streams straight to your browser as it builds, so it starts right away (#5434).</div>
1440
+
<div><spanclass="v-name">v3.32.0</span><spanclass="v-tag latest">Latest</span> — <strong>Live progress bars when restoring a backup, plus a fix for Apple Silicon Docker images.</strong> Restoring a backup now shows a real upload percentage and then a server-side extraction bar, so a large restore no longer sits silent for many minutes (#5438). You can also throttle how often notification pop-ups appear from Settings, the status bar hides your server address by default each session until you click to reveal it, and the sidebar collapse arrows no longer leave a gap on narrow windows. The Docker image ships linux/arm64 again, so Apple Silicon Macs no longer fall back to slow emulation (#5439).</div>
<div><spanclass="v-name">v3.31.2</span> — <strong>The manual Download Backup button works on large servers again.</strong> Automatic backups were already fixed, but clicking Download Backup on a big server (tens of GB of files) built the whole archive before sending anything, so it sat silent long enough for a proxy in front of Haven to return a 502. The download now streams straight to your browser as it builds, so it starts right away (#5434).</div>
0 commit comments