| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-01 | 1.2 kB | |
| v2.6.0 source code.tar.gz | 2026-05-01 | 5.2 MB | |
| v2.6.0 source code.zip | 2026-05-01 | 5.4 MB | |
| Totals: 3 Items | 10.6 MB | 0 | |
Improve auth system, performance, and infrastructure
This release focuses on authentication improvements, performance optimizations, and infrastructure updates.
š Authentication
- Added flexible authentication modes with local bypass support
- Improved authentication handling
- Fixed session management issues when using subpaths
šØ UI Improvements
- Introduced BaseCheckbox component
- Refactored checkbox usage across the application
ā” Performance
- Increased API fetch limit to improve recent items uniqueness
- Optimized TMDB and OMDB API calls
- Improved AI search merging from O(N²) to O(N)
š³ Infrastructure
- Updated Docker workflows
- Improved GHCR authentication handling
- Fixed Docker image publishing
- Added automatic push to GHCR (GitHub Container Registry) alongside existing Docker Hub publishing
š¦ Dependencies
- Updated backend and frontend dependencies
āļø Configuration
- Added option to include adult content in TMDB searches (@DarkseidAM)
š§¹ Misc
- General cleanup and minor fixes