Skip to content

v0.12.3

Compare
Choose a tag to compare
@manuel-rw manuel-rw released this 10 Jun 15:09
· 1457 commits to dev since this release
0bfa8ac

More Iframe settings

The iframe supports now more permissions:

image

Open bookmarks in new tab

You can now open bookmarks in a new tab:

image

Mixin RSS feed with HTML

Some feeds contain HTML. By default, we do not display this for security reasons.
However, if you want to sanitize and display it anyway, you can now do this with the new option:

Widget menu for error boundary

To avoid crashes, we use error boundaries which will display a replacement if your widget doesn't work.
However, in 0.12.2 and previous releases, the edit button was hidden by this and users weren't able to roll back.
This has now been fixed.

Updated default config

The default config for new instances was slightly outdated and has been updated on our side.
This should guarantee, that instances will just work out of the box with pings.

Fixed incompabillity with Jellyfin API

In 0.8, the Jellyfin migrated to ES modules. This causes Homarr to break partially.
We mitigated the issue by transpiling the dependency correctly.

Fix API with Dash.

The API for Dash. was broken by a newer version of Dash.
We have updated our implementation and it will display your storage again.

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3