generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 v0.7.1 ! Bug fixes and QOL improvements
### Features * ✨ Changing deluge/qbittorent to use href instead of origin by @VinnyVynce in #178 * ✨ Transmission Integration by @ajnart in #181 * ✨ Add different URL for API calls by @ajnart in #180 * ✨Password / Login Page by @ajnart in #179 * ✨ Ability to toggle categories by @ajnart in #177 * ✨ Add settings to change title and icons by @Aimsucks in #184 * ✨ Color, shade, app opacity, and background customizations by @Aimsucks in #188 * ✨ Calendar indication about date and w-e with secondary color by @Darkham42 in #193 * ✨ More Information in Torrents Module by @LarveyOfficial in #195 * ✨ Could position widgets at left by @Darkham42 in #197 * ✨ Configure calendar widget to show Sunday first by @ajnart in #224 * ✨Service Addition Overhaul by @LarveyOfficial in #229 * ✨ Slidable service span in customizations by @Aimsucks in #222 ### Tweaks 🔧 Make credentials non-required for torrents by @ajnart in #223 ### Bug fixes * 🐛Fix completed torrents progress color by @LarveyOfficial in #227 * 🐛Tiles could be moved accidentally on mobiles by @ajnart in #226 * 🐛 Cannot open "New Tab URL" on mobile by @ajnart in #225 * 🐛 Fix Calendar Item Duplication by @LarveyOfficial in #249 * 🐛Fix URL for Radarr and other services by @LarveyOfficial in #250 * 🐛 Fix Calendar not loading content when a service fails by @LarveyOfficial in #230 * 🐛 Calendar current day for light theme by @Darkham42 in #194 * 🐛 Fix for timezone issues by @LarveyOfficial in #186 * 🐛 Fix Sonarr Incorrect Dates by @LarveyOfficial in #189 * 🐛 Fix for origin URL not containing path in API request URL by @Aimsucks in #221
- Loading branch information
Showing
17 changed files
with
333 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const REPO_URL = 'ajnart/homarr'; | ||
export const CURRENT_VERSION = 'v0.7.0'; | ||
export const CURRENT_VERSION = 'v0.7.1'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.