Skip to content

Releases: ajnart/homarr

v0.10.0

04 Sep 08:36
3111fd0
Compare
Choose a tag to compare

🦞 Homarr v0.10.0 (9th of september 2022)

🌎 Translations and SABnzbd integration✨

SABnzbd

Thanks to @JannesV , the SABnzbd usenet client now has it's own integration ! It allows you to view your currently queued downloads, view your history and will allow you to play/pause downloads

image

Internalization of Homarr

  • Homarr has been translated using i18n and Crowdin to crow-source translations.
    Crowdin you can help us translate homarr to get this number up to 100 ! Also if you want any languages to be added or to get the ability to accept other people's translations please contact us on discord !
firefox_uwVpS8MwFw.mp4

New Logo !

We've had complaints about the old logo being too detailed so we've decited to give our favourite lobster a new look ! Here's the new logo :

logo

New Features

  • ✨ Services can now show up in the search bar
  • ✨Docker UI is improved
  • ✨New SABnzbd integration !
firefox_xgXCPnHj2M.mp4

UI Changes

  • 💄 Fixed the opacity of categories and the header
  • 💄Improve Docker module UI
  • 💄Style search bar for the new sorting feature

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.10.0

v0.9.2

12 Aug 13:42
03e14ce
Compare
Choose a tag to compare

🦞 Homarr v0.9.2 (12th of August 2022)

🚑 Hotfixing issues with the 0.9.1 release

  • ◀️ This patch reverts the caching mecanism put in place in the previous version. It had too many downsides. It fixes the recent issues with tiles images not properly displaying
  • ✨ Added a title to the dashdot modules to show what they represent
  • 🐛 Fixed a bug with the opened url staying defined with returned to an empty string while modifying a service

v0.9.1

11 Aug 17:07
f680c01
Compare
Choose a tag to compare

🦞 Homarr v0.9.1 (11th of August 2022)

🟣 Overseerr integration, UI changes and Quality of life !

You can now search for any media on overseerr from the search bar by simply connecting a Overseerr service with the correct API key and typing !os in the search bar. You can then select the individual seasons that you would want to request !
The Overseerr module is also compatible with Jellyserrr, a fork of overseerr that supports jellyfin servers

image

image

What's Changed

  • 🚚 migrate wiki links to docusaurus links by @manuel-rw in #303
  • 🔧 Dashdot module changes by @ajnart in #320
  • ✨ Mantine migrated to v5 by @ajnart in #322 #318
  • 🟣 Overseerr integration by @ajnart in #326 #64
  • 🐛 Password page has been fixed ! The option has been added back in ! #302
  • 🐛 A lot of bugs due to the the media display have been fixed. #306 #262
  • ✨ Service settings are now only shown on hover, like on the main tiles
  • ✨ The accordion for categories has been revamped
  • ✨ Icons are now ctrl-clickable even if the service is not set to open in a new window
    ... And a lot more !

Full Changelog: v0.8.2...v0.9.1

v0.8.2

22 Jul 22:26
1d73463
Compare
Choose a tag to compare

🦞 Homarr v0.8.2 (22nd of July 2022)

🐋 Docker integration fixes and quality of life changes

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.2

v0.8.0

21 Jul 07:09
ce0f27b
Compare
Choose a tag to compare

🦞 Homarr v0.8.0 (20th of July 2022)

🐋 Docker and ⚙ Dash. Integrations ! Quality of life and more!

What's Changed

What can they do ?

  • Dash. (Pronounced Dashdot) is another self-hosted service, made by @MauriceNino that provides a simple way to see stats about your PC in a sleek way
  • Docker integration provides a simple way to start, stop, restart and delete containers. To get started, simply mount your docker socket by adding -v /var/run/docker.sock:/var/run/docker.sock to your Homarr container !

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

25 Jun 15:53
aab1492
Compare
Choose a tag to compare

🦞 Homarr v0.7.2 (25th of June 2022)

🦖 Docusaurus and bug fixes

This release adds a whole new documentation website thanks to @manuel-rw and some other bug fixes

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

20 Jun 20:09
7dc205f
Compare
Choose a tag to compare

🦞 Homarr v0.7.1 (20th of June 2022)

This release is a patch aimed at fixing a bunch of issues and releasing minor improvements to the UI.

Features

Tweaks

  • 🔧 Make credentials non-required for torrents by @ajnart in #223

Bug fixes

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

12 Jun 15:34
dab394d
Compare
Choose a tag to compare

🦞 Homarr v0.7.0 (June 12, 2022)

Another day, Another Homarr release.
Theming, Password protection, Autocompletion, Transmission, Mobile responsiveness! This is a big upgrade 👀

Upgrade Steps

Upgrading without a mounted config? Make sure to download your config from the settings first! You can add it back later by drag and dropping it into your browser.

  • docker pull ghcr.io/ajnart/homarr:latest
  • docker stop [container_id]
  • docker rm [container_id]
  • docker run --name homarr -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest

New Features

  • ✨ Added theme customizations. You can now make your own Homarr theme, check out the customizations tab in settings! (#32)
  • ✨ Added module alignment. Modules can now be aligned to the left of the screen.
  • ✨ Added openedUrl. You can now specify the New tab URL (the URL that is opened when clicking on a service), apart from the Service URL (used to make API calls). (#163)
  • ✨ Added password protection. Specify a password using an environment variable called PASSWORD. (#174)
  • ✨ Added Transmission support. It can now be added as a service for the torrent module. (#147)
  • ✨ Added support for multiple instances of an integration-service. (E.g., two qBittorent instances). (#176)
  • ✨ Added category toggle. Collapse a category by clicking the arrow on the top-right. (#150)
  • ✨ Added ETA and Paused indicators in the Torrent Module.
  • ✨ Added autocomplete to the Search module. Search results will now have a list of autocompletions with DuckDuckGo. (#12)

Bug Fixes

  • 🚸 Improved case matching for service autofill. Lowercase is now accepted.
  • 🐛 Fixed Deluge integration. (scttcper/deluge#106)
  • 🐛 Fixed Sonarr timezone.
  • 🐛 Fixed ping module not pinging on first activation.
  • 🐛 Fixed iOS text selection. Text will no longer be selected when scrolling on iOS. (#166)
  • 🐛 Fixed issues with cookies. 🍪

UI Changes

  • 💬 Updated naming in AddAppShelfItem.
  • 💄 Changed the Module enabler to a grid.
  • 📱 Added a drawer for mobile compatibility.

GitHub Changes

  • 🔥 Removed code-quality checklist from PR template.

Other Changes

  • 🔥 Removed the CPU Module. (Needs to be refined)
  • ⬆️ Bumped some dependencies.
  • ✏️ Fixed typos.
  • 🐳 Added timezone to Dockerfile.

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Jun 12:17
e718fd6
Compare
Choose a tag to compare

🦞 Homarr v0.6.0 (2022-06-03)

Another day, Another Homarr release.
*Categories are finally here! You can now make different categories for services.

Upgrade Steps

Upgrading without a mounted config? Make sure to download your config from the settings first! You can add it back later by drag and dropping it into your browser.

  • docker pull ghcr.io/ajnart/homarr:latest
  • docker stop [container_id]
  • docker rm [container_id]
  • docker run --name homarr -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest

New Features

  • ✨Added a Torrent speed module. This shows the download and upload speeds of your torrents.
  • ✨Added Categories. Items can now be sorted into categories, to add a new one, simply edit an existing item and fill the category field.
  • ✨Added a System Info module. This will display your current CPU load.
  • 🚸 A warning will now be shown when using a development branch.

Bug Fixes

  • 🐛 Fixed some Lidarr image display images errors.

UI Changes

  • 💄 The default accent color is now red instead of blue.
  • 💄 Switches will now display a pointer cursor on hover.

Preview

image

v0.5.2

26 May 19:30
c993d32
Compare
Choose a tag to compare

🦞 Homarr v0.5.2 (2022-05-26)

Another day, Another Homarr release.
The Torrents module has arrived! View the live speed and progress of all your qBittorent and Deluge torrents.

Upgrade Steps

Upgrading without a mounted config? Make sure to download your config from the settings first! You can add it back later by drag and dropping it into your browser.

  • docker pull ghcr.io/ajnart/homarr:latest
  • docker stop [container_id]
  • docker rm [container_id]
  • docker run --name homarr -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest

New Features

  • ✨ Added Torrents Module! Currently integrates with qBittorent (#10) and Deluge (#122).

Bug Fixes

  • 🐛 Fixed footer display issues
  • 🐛 Fixed a bug with strings as module settings

UI Changes

  • 💄 Changed poster styling
  • 💄 Some small Styling and UI changes
  • 💄 Changed DateModule styling
  • 💄 Changed WeatherModule styling

GitHub Changes

  • 📝 Documentation has been updated to match this new release.

Other changes

  • 🔧 The default config will now include the searchbar.
  • 🏗️ Rework moduleWrapper architecture

image

Special thanks to our contributors: @ajnart, @walkxcode, and of course all people using our project.