Releases: ajnart/homarr
v0.11.2
Bugfixes for 0.11.1 and 0.11.0
Thank you everyone for your support.
We're happy to serve you the next version of Homarr, 0.11.2
.
This version contains important bugfixes and improvements from your feedback.
SVGs are back
In 0.11, SVGs were broken. We fixed them again, so you can use them at your disposal.
Fancy detail popup for your torrents
We added a fancy popover, that displays some interesting information about your torrents in one glance:
Transparency for all of them!
Yes, we also added proper transparency for all elements on your dashboard, so background's look even cooler:
You can also use the following custom CSS to apply some blur to your images:
body {
backdrop-filter: blur(10px);
}
Fixed several issues with credentials and modals
Some users reported issues with their credentials and configurations.
Most of them have been fixed with this version, but we'll continue to improve using your feedback.
What's Changed
- 🐛 Fix config migrator wrapper positons by @manuel-rw in #575
- 🌐 New Crowdin updates by @ajnart in #571
- 📝 Update README.md by @digdilem in #581
- 🐛 #579 fix svg images for app tiles by @manuel-rw in #582
- ♻️ Work on app tile design by @ajnart in #591
- 🐛 Make PublicPort for Docker containers nullable by @ajnart in #589
- ✨ Make all icons transparent by @ajnart in #593
- 🐛 Fixing zIndex when using "add to Homarr" by @ajnart in #588
- 🌐 New Crowdin updates by @ajnart in #583
- 💄 Fix Calendar widget UI by @ajnart in #594
- ✨ Add detail popover for torrents list and better error handling for torrents by @manuel-rw in #587
- 🔧 Fix wrapper position in default config by @manuel-rw in #603
- 🐛 rename okStatus to statusCodes by @ajnart in #597
- 🌐 New Crowdin updates by @ajnart in #599
- 🎨 Tighten up sidebars by @ajnart in #595
- 🐛 Fix crash with disabled modules in migrator #576 by @manuel-rw in #602
- ⏪ Revert "🐛 rename okStatus to statusCodes" by @ajnart in #611
- 🌐 New Crowdin updates by @ajnart in #612
New Contributors
Full Changelog: v0.11.0...v0.11.2
v0.11.1
0.11.1 - 🚑️ Hotfix for config migration
Sorry for this release. We noticed that some users experienced nasty bugs with the migrator.
As this is a critical issue, and may heavily impact the usability of Homarr, we decided to release this as soon as possible with the name 0.11.1
.
What's Changed
- 🚑️ Emergency bugfix for config migrator by @manuel-rw in #578
Full Changelog: v0.11.0...v0.11.1
v0.11.0
We are incredibly proud to serve you, Homarr 0.11!
It contains many breaking changes and huge improvements to your favorite dashboard app:
🎉 Read the blog post! 🎉
- Integration of Gridstack for much more complex dashboard configuration and drag and drop
- Added icon picker with smart search and automatic icons
- Complete overhaul of the module system
- Added an edit mode for making changes easier
- Form validation for better user experience
- Better security with new built-in credentials system
- Huge design and usability improvements to older components to Homarr
- Better handling of exceptions and unexpected issues
Complete implementation of highly customizable drag and drop library "Gridstack"
In 0.11, we have replaced our quite limited drag and drop system with Gridstack.
Gridstack enables you to create much more complex and advanced dashboards while keeping everything organized.
We'll continue to improve this system according to your feedback.
Modules have been overhauled and renamed to widgets
Widgets are now much snappier and have been completely reworked.
This fixes some bugs a few users have previously experienced and improves overall customization.
Fancy icon picker for speeding up your creation process
We've also added a new fancy icon picker, you can use to get access to any icons much faster.
We will add more icon sources in the future, as we made this icon picker very modular, and we plan to make local icons accessible via this picker very soon.
Design and documentation improvements to homarr.dev
https://homarr.dev has been overhauled with better design, updated documentation, more images and better explanations. We've also added a few community made resources, such as the icon cache script and Traefik tutorial.
Upgrade now
Improved configuration for search engine
Remove layout related options from "common" and added more complex settings in the "cusotmizations" tab:
Added quick-selector for new elements
Added dynamic list of integration tiles
Introduction of static elements
Rewrote the entire edit service modal with ton of improvements
Advanced secrets manager for huge security improvements
Added information modal about your Homarr version
Icon picker for service icon
GitHub-generated What's Changed
- 🐛 Iframe color scheme for Dash. module by @manuel-rw in #508
- ✨ Make Dash. labels only appear on hover by @MauriceNino in #505
- ✨ #506 Add warning on wrong password attempts by @ajnart in #507
- ✨ Allow self-signed certificates for ping by @singular0 in #511
- 🐛 Fix click on logo breaking config changes by @ajnart in #513
- ♻️ Completely rework search bar by @ajnart in #519
- 🌐 New Crowdin updates by @ajnart in #520
- ♻️ v0.10.6 : Reworks and personalizations by @ajnart in #514
- 🐛 Fix changing search engine doesn't apply to search bar #521 by @ajnart in #522
- 🌐 New Crowdin updates by @ajnart in #526
- ✨ New update indicator by @ajnart in #535
- ✨ Add Gridstack, migrate modules, new config format by @manuel-rw in #531
- 🔀 Changes in Gridstack Fork by @manuel-rw in #543
- ⚗️ Gridstack experiments by @manuel-rw in #546
- 🐛 fix docker search bar by @dinghino in #548
- 🚀 Trying to change back Docker image by @ajnart in #552
- 🐛 Fix gridstack of gridstack-experiments by @Meierschlumpf in #553
- ✨ Manuel rw gridstack by @ajnart in #541
- 📝 Link to the docs instead of showing outdated/duplicate info by @walkxcode in #556
New Contributors
- @singular0 made their first contribution in #511
- @dinghino made their first contribution in #548
- @Meierschlumpf made their first contribution in #553
Full Changelog: v0.10.7...v0.11.0
v0.10.7
Small fix for minor changes
##What's Changed
- Add growth option for the main appshelf
You can now select to enable (or not) the option to make all the services grow if there is still leftover space
- Fix search bar minimal width and categories minimal width (for iPhone SE and smaller devices)
Full Changelog: v0.10.6...v0.10.7
v0.10.6
What's Changed
- 🐛 fix Iframe color scheme for Dash. module by @manuel-rw in #508
- 🐛 Fix click on logo breaking config changes by @ajnart in #513
- ✨ Make Dash. labels only appear on hover by @MauriceNino in #505
- ✨ #506 Add warning on wrong password attempts by @ajnart in #507
- ✨ Allow self-signed certificates for ping by @singular0 in #511
- ✨ Completely rework search bar by @ajnart in #519
- 💄 Reworked of the size of services and the scale of images
- 💄 Reworked how categories look and feel
- 📱 Mobile improvements :
- Docker module adjusted
- Torrent module adjusted
- Usenet module adjusted
New Contributors
- @singular0 made their first contribution in #511
Full Changelog: v0.10.5...v0.10.6
v0.10.5
What's Changed
- 🚑 hotfix cookie saving for Dark/Light mode in v0.10.4
Full Changelog: v0.10.4...v0.10.5
v0.10.4
What's Changed
- 🐛Fix default favicon path by @manuel-rw in #492
- Updated: Next.js 12.1.6 -> 12.2.0 by @SR3u in #487
- 🌐 Add Vietnamese 🇻🇳 language support by @ajnart in #494
- Add hebrew language support !
- ✨ Add NZBGet download client by @jonjon1123 in #497
- New Crowdin updates by @ajnart in #485
New Contributors
- @SR3u made their first contribution in #487
- @jonjon1123 made their first contribution in #497
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- ✨ #448 qbittorrent wtihout authorization by @ajnart in #467
- 🐛 #407 fix typo stoped stoping instead of stopped stopping by @ajnart in #468
- 🐛 Wrong absolute position of torrent options menu by @manuel-rw in #474
- 💄 apple standalone page improvements by @manuel-rw in #466
- 🌐 New Crowdin updates by @ajnart in #470
- ✨ Change window.open to same tabe instead of new tab by @Momcilo42 in #476
New Contributors
- @Momcilo42 made their first contribution in #476
Full Changelog: v0.10.2...v0.10.3
v0.10.2
🦞 Homarr v0.10.2 (11th of October 2022)
Fix for Dash. params
The Dash. integration will now work in any language:
Fix integration API key links
Broken and Invalid links were removed and replaced by dynamic links for their corresponding service:
What's Changed
- 🩹 Do not translate params for dashdot by @Zareix in #445
- 🩹 Fix *seerr API key link (#446) by @NormanJS in #451
- 🌎 New Crowdin updates by @ajnart in #439
New Contributors
Full Changelog: v0.10.1...v0.10.2
v0.10.1
🦞 Homarr v0.10.1 (16th of september 2022)
📱 Support for touch-icon on apple devices
iOS devices will now display a proper icon and text for Homarr:
🐛 Fixed several layout issues with calendar and Dash. module
We've made adjustments to the layout & spacing of the Calendar and appshelf of Homarr.
We also fixed the issue, that the Dash. graphs were not visible in both compact and normal mode:
We've fixed an issue with the language selector, where it redirected you to the default configuration. You'll now stay on your current configuration file.
What's Changed
- 📝 adjust links for documentation update by @manuel-rw in #423
- ✏️ Fix typo in README.md by @Vysp3r in #428
- ✨ add apple touch and startup headers by @manuel-rw in #421
- 🐛 fix dash. layout bugs & compact mode by @manuel-rw in #420
- 🐛 fix calendar and aside UI issues in by @manuel-rw #429
- 🌐 fix slug and login page translations by @manuel-rw in #425
- 🐛 fix dashdot params on api call by @Zareix in #417
- New Crodiwn updates by @ajnart in #437
- New Crodiwn updates by @ajnart in #402
- New Crodiwn updates by @ajnart in #400
New Contributors
Full Changelog: v0.10.0...v0.10.1