Add CHANGELOG and refresh stale README tech stack

Documents 1.0.0, 1.0.1 and the upcoming 1.1.0 in Keep a Changelog format.

The tech stack table still claimed Laravel 12 and listed
maennchen/zipstream-php, which was dropped in 1.0.1 when ZIP downloads
moved to native ZipArchive.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Reinhold / reini
2026-07-23 11:46:50 +02:00
co-authored by Claude Opus 4.8
parent d2e8a135c5
commit 992f3da084
2 changed files with 71 additions and 2 deletions
+2 -2
View File
@@ -25,12 +25,12 @@ A simple, self-hosted file sharing solution built with Laravel. Upload files, ge
| Layer | Technology |
|-------|-----------|
| **Framework** | Laravel 12 |
| **Framework** | Laravel 13 |
| **Application Server** | FrankenPHP (via Laravel Octane) |
| **Frontend** | Livewire 4, Alpine.js, Tailwind CSS 4, DaisyUI 5, Mary UI |
| **Authentication** | Laravel Fortify |
| **Encryption** | Chunked AES-256-GCM with PBKDF2-SHA256 key derivation |
| **ZIP Streaming** | maennchen/zipstream-php |
| **ZIP Downloads** | Native PHP ZipArchive |
| **Testing** | Pest 4 |
| **Code Style** | Laravel Pint |
| **Build Tool** | Vite |