3.7.0
jellyfin/jellyfin-desktop3.7.0Jun 2, 2026by dtslvr
AI Summary
Added support for OpenRouter web_fetch tool, extended country mapping via Trackinsight, and removed deprecated portfolio attributes from the details endpoint.
Key Highlights
- Support for routing requests through OpenRouter web_fetch tool
- Extended countries mapping in asset profile data
- Removed deprecated attributes from portfolio details
- Upgraded Nx framework to 22.7.5
Breaking Changes
- Removed deprecated attributes (assetClass, assetSubClass, countries, currency, dataSource, holdings, name, sectors, symbol, url) from portfolio details endpoint response
New Features
- OpenRouter web_fetch tool support
- Extended country mapping via Trackinsight
- Centralized asset profile override logic
Full Release Notes
### Added - Added support for routing selected requests through the _OpenRouter_ `web_fetch` tool in the `FetchService` ### Changed - Extended the countries mapping in the data enhancer for asset profile data via _Trackinsight_ - Removed the deprecated attributes (`assetClass`, `assetClassLabel`, `assetSubClass`, `assetSubClassLabel`, `countries`, `currency`, `dataSource`, `holdings`, `name`, `sectors`, `symbol` and `url`) from the holdings of the portfolio details endpoint response - Upgraded `Nx` from version `22.7.2` to `22.7.5` ### Fixed - Resolved an issue in the impersonation mode where the values did not match the owner’s currency - Fixed the environment variable expansion in the `.env` file when debugging via _Visual Studio Code_ ### Special Thanks - @dtslvr - @KenTandrian