3.6.0
666ghj/MiroFish3.6.0May 28, 2026by dtslvr
AI Summary
Introduces HTTP proxy support and a centralized `FetchService` for outbound requests, while extracting UI components and upgrading dependencies.
Key Highlights
- HTTP Proxy environment variable support
- New `FetchService` to centralize requests
- Floating action buttons (FAB) extracted to reusable component
- Upgraded NestJS and Yahoo Finance libraries
New Features
- HTTP Proxy support
- Centralized FetchService
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