mirror of
https://github.com/skidoodle/safebin.git
synced 2026-04-28 11:17:42 +02:00
1.7 KiB
1.7 KiB
Changelog
3.0.0 (2026-01-16)
⚠ BREAKING CHANGES
- Docker volume paths and environment variables have been updated. The internal storage path in the container has changed from
/home/appuser/storageto/app/storage. Existing deployments must update their volume mappings and environment variable names to maintain persistence.
Code Refactoring
- relocate core logic to internal package and modernize project structure (43be383)
2.0.0 (2026-01-16)
⚠ BREAKING CHANGES
- The encryption scheme and URL structure have been completely redesigned. Links generated with previous versions of safebin are no longer compatible and cannot be decrypted by this version.
Features
- overhaul encryption to zero-knowledge at rest and modernize UI (599347e)
1.1.0 (2026-01-14)
Features
- implement chunked uploads and environment-based configuration (1ccc80a)
1.0.1 (2026-01-14)
Bug Fixes
- better dockerfile (c1ecbe5)
1.0.0 (2026-01-13)
Features
- add automated release and docker workflow (e40e6d0)