Releases: andrecrjr/cool-copyparty-front
Releases · andrecrjr/cool-copyparty-front
v1.1.0
v1.0.0
1.0.0 (2026-02-20)
Bug Fixes
- build: correct build-front directory creation and copying (51ba605)
- file-manager: correct path navigation in file manager (d06c1fc)
- file-manager: handle localStorage access (4bacdb4)
- file-manager: prevent caching issues by adding cache-busting and no-store (2c5c0bb)
Features
- add "use client" directive to offline page (9b21b8c)
- auth: implement cookie-based authentication and api middleware (174ae00)
- auth: implement session-based password management (64e8fb2)
- auth: persist login state using localStorage (d406937)
- auth: persist server url in localStorage and restore session (97204dc)
- demo: restrict operations and permissions in demo mode (66ca84f)
- file-list: add thumbnail support and improve file display (c215c1b)
- file-manager: add create folder functionality and update app name (21d892c)
- file-manager: add direct file proxy with cache and download options (7b1d00b)
- file-manager: add grid view and rename functionality (f180a36)
- file-manager: persist view mode preference in localStorage (d0461e1)
- file-upload: improve upload reliability with listing verification (84f3cdf)
- implement automated semantic releases via GitHub Actions, including configuration and Makefile adjustments for standalone builds. (af51979)
- implement file manager UI with authentication and upload functionality (17e0e70)
- improve mobile responsiveness and add demo mode (eb5134e)
- increase middleware client max body size limit (48d1242)
- login-form: update authentication to use basic auth (0d5361c)
- pwa: add progressive web app support (3b4f493)
- restructure app with landing page and auth flow (83a1cf6)
- update landing page title to reflect new frontend (2462347)
Bump Next 16 for Security
- Minor fix for Demo Mode only
- Update Next 16 security