3.6.0
jellyfin/jellyfin-desktop3.6.0May 28, 2026by dtslvr
AI Summary
Added HTTP/HTTPS/NO_PROXY environment variable support, centralized outbound HTTP requests via FetchService, and extracted floating action buttons into a reusable component.
Key Highlights
- Added HTTP_PROXY, HTTPS_PROXY, and NO_PROXY support
- Centralized outbound HTTP requests with FetchService
- Extracted floating action buttons to reusable component
- Upgraded NestJS framework
New Features
- HTTP proxy environment variable support
- Centralized FetchService
- Reusable FAB component
Full Release Notes
### Added - Added `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variable support to outbound HTTP requests - Added the `FetchService` to centralize outbound HTTP requests ### Changed - Extracted the floating action buttons (FAB) to a reusable component - Upgraded `nestjs` from version `11.1.19` to `11.1.21` - Upgraded `yahoo-finance2` from version `3.14.0` to `3.14.2` ### Special Thanks - @DavidReque - @dtslvr - @gadicc - @KenTandrian