Releases: JohnnyMeister/DiscBox
Releases · JohnnyMeister/DiscBox
DiscBox v0.1.1
- Add a modal Sync Cloud progress window that blocks app interaction until sync finishes
- Prevent users from manually closing the cloud sync progress window
- Replace the slow deep Discord message verification during normal sync to avoid webhook rate-limit stalls
- Add a remove button next to each drive in the sidebar
- Add a confirmation dialog before removing a drive
- Switch to another available drive after removing the active drive, or clear the active state when no drives remain
- Add .gitignore cleanup for generated build, release, IDE, and binary artifacts
DiscBox v0.1.0
DiscBox v0.1.0
First public release of DiscBox.
DiscBox is a desktop cloud storage application that uses Discord webhooks as a personal storage backend. It provides a modern drive-like interface for uploading, downloading, organizing, and managing files stored as chunks on Discord.
Highlights
- Modern Avalonia desktop UI
- Discord webhook-based storage
- Chunked file upload and download system
- Local SQLite metadata indexing
- Multi-drive support
- Multiple webhook support
- Drive renaming and drive management
- Optional per-drive AES-256-GCM encryption
- Upload/download progress tracking
- Portable Windows build
- Windows installer
- SHA-256 checksum included
Downloads
DiscBox-0.1.0-win-x64-portable.zip— portable Windows versionDiscBoxSetup-0.1.0.exe— Windows installerDiscBox-0.1.0-win-x64-portable.zip.sha256— checksum file
Setup
- Create a private Discord channel.
- Create a webhook for that channel.
- Add the webhook inside DiscBox as a new drive.
- Start using DiscBox as your personal Discord-powered cloud drive.
Note
DiscBox was inspired by the original Disbox project and is compatible with the same Discord-backed storage concept, allowing users to back up or migrate Disbox-style drives into DiscBox.