v0.12.1
🚨 Critical bugfixes
Howdy hosters,
this version is a smaller fix for issues that were introduced in 0.12.
We're sorry for the trouble and inconvenience this might has caused.
Fixed the status pings
Due to a code change, only new installations of Homarr had working status codes.
We have fixed this, by automatically converting the old values to the new format on the first page load.
This change may take a few seconds to apply after updating your Homarr, and you need to save your config once to permanently fix it.
Fixed calendar sizing and indicators
0.12 introduced weird UI bugs, so indicators in the calender were stacked and not visible.
Although this has been resolved in 0.12.1, we are still experiencing issues with the layout and will continue to make improvements in future versions.
Fixed the expected video stream type
We have fixed the video stream widget, so it can play now any supported file type.
Fixed RSS crash
We noticed, that the widget could crash if your configuration contained an older data format.
This has been resolved similarly to the status pings and requires a save to be fixed permanently.
Fixed iframe width
Some users reported, that the iframe was not expanding correctly.
This has been fixed and it will not expand to the entire available space of your widget.
Fixed compile & runtime warnings
We were still using deprecated imports, which caused warnings in the browser.
This has been fixed and your console will no longer contain them.
What's Changed
- ✏️ Fix typo in media request widget by @ajnart in #828
- 🐛 Fix media request not using external address by @ajnart in #826
- 🐛 Fix Calendar by @ajnart in #825
- ✨Allow Video Stream widget to play any video file type. by @LarveyOfficial in #835
- 🌐 New Crowdin updates by @ajnart in #829
- 🐛 fix: ping array by @manuel-rw in #823
- 🔖 Update version in package.json by @manuel-rw in #844
- 📝 Update README.md by @manuel-rw in #822
- 🐛 Fix rss widget crash with legacy string by @manuel-rw in #848
- 💄 Fix max iframe width by @manuel-rw in #851
- 🐛 Fix calendar sizing by @manuel-rw in #852
- 🚨 Fix runtime zustand warnings for imports by @manuel-rw in #853
Full Changelog: v0.12.0...v0.12.1