nicotsx Products
All nicotsx Release Notes (30)
- Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
v0.35.0
Zerobyte adds mirror backfill from the UI, a new docs site, and safer backups with volume health checks.
New features
Mirror repositories can now be backfilled from the UI by reviewing missing snapshots and syncing only the ones you choose. This is especially useful when adding a mirror to an existing backup schedule. Thanks @eric-hess for the implementation
Improvements
New documentation site: Zerobyte now has a dedicated docs website at zerobyte.app
Bug fixes
Backups now verify volume health before starting: If a volume has gone stale or become unreachable, Zerobyte now fails fast or remounts first when auto-remount is enabled
Original source - Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
All of your release notes in one feed
Join Releasebot and get updates from nicotsx and hundreds of other software products.
- Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
- Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
- Apr 12, 2026
- Date parsed from source:Apr 12, 2026
- First seen by Releasebot:Apr 12, 2026
v0.34.0
Zerobyte adds automatic backup retries, supports loading APP_SECRET from APP_SECRET_FILE for Docker and Kubernetes setups, and improves backup reliability with fixes for large snapshot lists, custom RCLONE_CONFIG_DIR detection, and SMB UTF-8 filename handling.
We now have a Discord server
New features
Automatic backup retries: scheduled backups now retry after failures with configurable retry count and delay. Thanks @Der-Penz for the implementation
Zerobyte can now read APP_SECRET from APP_SECRET_FILE, which is useful for Docker and Kubernetes secret-based setups.
Bug fixes
Snapshot loading is more reliable on large repositories: repositories with large snapshot lists no longer fail because of command output buffer limits
Slack webhook channel overrides are no longer configurable since it is not supported initially by Slack
Rclone remotes are now correctly detected when using a custom RCLONE_CONFIG_DIR
SMB-backed volumes now handle UTF-8 filename encoding more reliably, reducing backup failures on shares with special characters in file names.
Original source - Apr 12, 2026
- Date parsed from source:Apr 12, 2026
- First seen by Releasebot:Apr 12, 2026
- Apr 9, 2026
- Date parsed from source:Apr 9, 2026
- First seen by Releasebot:Apr 10, 2026
- Apr 4, 2026
- Date parsed from source:Apr 4, 2026
- First seen by Releasebot:Apr 5, 2026
v0.33.1
Zerobyte adds dedicated edit pages and a consistent UX redesign while fixing locale, mirror copy, and snapshot browsing bugs.
Dedicated edit pages for backups, volumes, and notifications with redesign for consistent UX across all the pages.
Fix language detection bug when the browser sends multiple locales with quality param
Fix mirror copy concurrency causing dead locks
Fixed snapshot browsing for snapshots created from Windows or other non-POSIX paths.
Original source - Apr 4, 2026
- Date parsed from source:Apr 4, 2026
- First seen by Releasebot:Apr 5, 2026
v0.33.1-beta.2
Zerobyte fixes schedule saving by disabling manual-only mode.
fix(schedule): disable if saving with manual-only mode
Original source - Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 1, 2026
v0.33.0
Zerobyte adds on-demand backups, flexible date and time preferences, and expanded volume filters for WebDAV, SFTP, and rclone. It also improves snapshot browsing and restore selection, and tightens SFTP setup for safer configuration.
New features
Backups can now be created without a recurring cron schedule and run on demand with Backup now.
Custom date and time preferences: users can now choose their preferred date format (MM/DD/YYYY, DD/MM/YYYY, or YYYY/MM/DD) and time format (12h or 24h) in Settings.
Expanded volume filtering: the Volumes page now includes filters for WebDAV, SFTP, and rclone backends.
Bug Fixes
Snapshot browsing and restore selection now handle all cases. There was a bug causing older snapshots to render nothing if the root path of the backup was changed
SFTP setup is now stricter and safer: known_hosts is required unless host key verification is explicitly skipped, preventing incomplete SFTP configurations.
Original source - Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Apr 1, 2026
v0.33.0-beta.3
Zerobyte fixes snapshot restores for snapshots with unrelated root paths.
fix: restoring snapshots that have unrelated root paths
Original source - Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Apr 1, 2026
v0.33.0-beta.2
Zerobyte fixes React hydration issues by keeping the same locale during SSR and hydration.
fix: react hydration issues by using the same locale during ssr and h…
Original source - Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Apr 1, 2026
v0.33.0-beta.1
Zerobyte fixes SFTP volume and repository known hosts validation to require users to provide known hosts values.
fix: force user to provide known hosts values in sftp volume / reposi…
Original source - Mar 23, 2026
- Date parsed from source:Mar 23, 2026
- First seen by Releasebot:Mar 24, 2026
v0.32.5-beta.1
Zerobyte improves E2E reports by attaching browser logs and full errors.
test(e2e): attach browser logs and full errors in report
Original source - Mar 23, 2026
- Date parsed from source:Mar 23, 2026
- First seen by Releasebot:Mar 24, 2026
v0.32.4
Zerobyte fixes the CLI targeting the correct internal file.
Fix CLI not targeting correct internal file
Original source