Note
We've been working actively on working torwards version 1.0 which will include many improvements to performance, security and the overall look & feel of Homarr. It will greatly overhaul the technical architecture of Homarr. This work is done by volunteers. Please consider supporting our work via donations at https://opencollective.com/homarr
Version 0.15.1: Fixes wih SSO, OMV integration and weekly weather forecast
SSO fixes & improvements
- Added environment variable
AUTH_OIDC_SCOPE_OVERWRITE
to override the OIDC scopes - Fixed redirection for OIDC logins
- Added the environment variable
AUTH_LDAP_SEARCH_SCOPE
to modify the LDAP search scope betweenbase
,one
orsub
. - Added debug information on the login page when authentication providers are set incorrectly:
OMV widget
@hillaliy has contributed a new system health widget that integrates with https://www.openmediavault.org/
Weekly forecast
The weather widget can now display a weekly forecast:
Lithuanian and Estonian languange support
We have added Lithuanian and Estonian to Homarr. As always, our community can translate Homarr into these languages:
https://crowdin.com/project/homarr
Improved torrent tile performance & ordering
Thanks to our contributors, the torrent widget now uses virtualization to lower the required work on the client when rendering the list of torrents. This results in more fluid scrolling and resizing of the widget:
https://github.com/ajnart/homarr/assets/162878798/8a21eec2-2f6e-4b0b-8653-7cd730d7d697
Ordering columns is also now possible:
What's Changed
- feat: add environment variable to overwrite oidc scopes by @Meierschlumpf in #1913
- fix: redirect OIDC by @Meierschlumpf in #1911
- fix: set maximum size for indexer manager to 12 by @Tagaishi in #1912
- feat: add OMV integration / widget by @hillaliy in #1879
- feat: add ldap search scope by @Meierschlumpf in #1948
- feat: AUTH_PROVIDER log when incorrect and show error in login page by @Tagaishi in #1943
- feat: add Lithuanian support by @ajnart in #1935
- feat: Mention Emby on Jellyfin integration by @Tagaishi in #1917
- feat: add weekly forecast to weather widget by @hillaliy in #1932
- feat: add Estonian language by @ajnart in #1931
- chore: new Crowdin updates by @ajnart in #1890
- fix: death links in readme by @Meierschlumpf in #1953
- feat: Improve TorrentTile rendering performance by @diederbert in #1951
- fix: death app links by @Meierschlumpf in #1955
- feat: add column ordering in torrent widget by @hillaliy in #1952
New Contributors
- @diederbert made their first contribution in #1951
Full Changelog: v0.15.0...v0.15.1