Releases: gethomepage/homepage
Releases · gethomepage/homepage
v1.4.4
What's Changed
- Enhancement: support Tandoor v2 api structure by @shamoon in #5646
- Enhancement: Auto-request geolocation if permission already granted by @shamoon in #5638
- Fix: try to restore iframe transparency by restoring light scheme by @shamoon in #5637
- New Crowdin translations by GitHub Action by @github-actions[bot] in #5626
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Enhancement: handle evcc 0.207 breaking change by @shamoon in #5619
- Fix: properly handle UptimeRobot errors by @yannhodiesne in #5621
- Fix bg opacity calculation by @shamoon in #5622
- New Crowdin translations by GitHub Action by @github-actions[bot] in #5614
New Contributors
- @yannhodiesne made their first contribution in #5621
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
What's Changed
- Fix: fix cpu percent for Proxmox stats by @vhsdream in #5528
- Enhancement: Add extra details to jellyfin's now playing music by @AdamWHY2K in #5557
- Feature: wallos service widget by @SimpleAnecdote in #5562
- Fix: Handle Romm v3.10.0 filesize breaking change by @shamoon in #5565
- Feature: Filebrowser service widget by @albinmedoc in #5546
- Fixhancement: restore native scrolling, background by @shamoon in #5573
- Fix: fix error handling in Portainer Kubernetes widget by @shamoon in #5584
- Chore(deps): Bump follow-redirects from 1.15.9 to 1.15.11 by @dependabot[bot] in #5597
- Chore(deps-dev): Bump eslint-plugin-import from 2.31.0 to 2.32.0 by @dependabot[bot] in #5598
- Chore(deps): Bump next from 15.3.1 to 15.4.5 by @dependabot[bot] in #5601
- Chore(deps): Bump dockerode from 4.0.4 to 4.0.7 by @dependabot[bot] in #5599
- Chore(deps-dev): Bump postcss from 8.5.3 to 8.5.6 by @dependabot[bot] in #5600
New Contributors
- @SimpleAnecdote made their first contribution in #5562
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Chore(deps-dev): Bump prettier from 3.5.2 to 3.5.3 by @dependabot[bot] in #5368
- Chore(deps): Bump luxon from 3.5.0 to 3.6.1 by @dependabot[bot] in #5365
- Chore(deps-dev): Bump tailwind-scrollbar from 4.0.1 to 4.0.2 by @dependabot[bot] in #5366
- Feature: Trilium Service widget by @perfectra1n in #5380
- Feature: Proxmox status & stats integration by @albinmedoc in #5385
- Change: use glances rss instead of data for process memory reporting by @shamoon in #5392
- Documentation: fix beszel documentation typo by @lukyjay in #5400
- Enhancement: add enableMediaControl flag to hide play/pause controls for emby/jellyfin by @andrebuerger in #5402
- Change: preserve trailing slash in custom api calls by @shamoon in #5410
- Feature: Komodo widget by @aensley in #5407
- Enhancement: add kubernetes support to portainer widget by @albinmedoc in #5414
- Enhancement: improve glances info widget spacing by @shamoon in #5425
- Enhancement: include ua for outlook ical integrations by @shamoon in #5444
- Enhancement: add links to sonarr and radarr calendar widget items by @mpmckinney in #5448
- Enhancement: sort qBittorrent leechProgress by @AdamWHY2K in #5456
- Chore(deps-dev): Bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 by @dependabot[bot] in #5467
- Chore(deps): Bump systeminformation from 5.25.11 to 5.27.7 by @dependabot[bot] in #5469
- Chore(deps-dev): Bump prettier from 3.5.3 to 3.6.2 by @dependabot[bot] in #5468
- Chore(deps-dev): Bump eslint-plugin-prettier from 5.2.6 to 5.5.1 by @dependabot[bot] in #5471
- Chore(deps): Bump react-i18next from 11.18.6 to 15.5.3 by @dependabot[bot] in #5470
- Fix: increase color popover z-index by @duckimann in #5489
- Fix: fix glances info when cpu = 0 by @shamoon in #5506
- Enhancement: support for new grafana alerting api by @Lappihuan in #5476
- Tweak: Improve ownership check and chown handling for .next dir by @shamoon in #5513
New Contributors
- @perfectra1n made their first contribution in #5380
- @albinmedoc made their first contribution in #5385
- @lukyjay made their first contribution in #5400
- @andrebuerger made their first contribution in #5402
- @aensley made their first contribution in #5407
- @AdamWHY2K made their first contribution in #5456
- @duckimann made their first contribution in #5489
- @Lappihuan made their first contribution in #5476
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.0
What's Changed
- Chore(deps): Bump recharts from 2.15.1 to 2.15.3 by @dependabot in #5234
- Chore(deps-dev): Bump eslint from 9.21.0 to 9.25.1 by @dependabot in #5230
- Chore(deps): Bump next from 15.2.4 to 15.3.1 by @dependabot in #5231
- Chore(deps-dev): Bump eslint-plugin-prettier from 5.2.3 to 5.2.6 by @dependabot in #5232
- Feature: Jellystat widget by @Zlendy in #5185
- Enhancement: add optional token parameter for gamedig by @InsertDisc in #5245
- Fix: ensure https protocol with docker tls by @shamoon in #5248
- Chore: change to ical.js for ical parsing by @matheusvellone in #5241
- Enhancement: respect search engine order from config by @sharpsan in #5250
- Enhancement: Add port_forwarded field to Gluetun widget by @ceramicwhite in #2262
- Enhancement: support specifying protocol for Docker Socket Proxy by @grbkdd in #5285
- Fix: refresh beszel token if empty list is returned by @henrygd in #5292
- Enhancement: support nested services via labels for mixed layout-only groups by @shamoon in #5295
- Enhancement: Support more docker API connection options. by @apollo13 in #5304
- Enhancement: Checkmk widget by @dmchmk in #5301
- Chore: improve PUID/PGID support by @shamoon in #5314
- Fix: glances info widget system data out of bounds by @TimEnglart in #5316
- New Crowdin translations by GitHub Action by @github-actions in #5228
New Contributors
- @sharpsan made their first contribution in #5250
- @ceramicwhite made their first contribution in #2262
- @grbkdd made their first contribution in #5285
- @henrygd made their first contribution in #5292
- @apollo13 made their first contribution in #5304
- @dmchmk made their first contribution in #5301
- @TimEnglart made their first contribution in #5316
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Fix: support shvl on customapi dynamic list target by @matheusvellone in #5081
- Enhancement: add shvl fallback for custom api dynamic list by @shamoon in #5091
- Fix: remove unneeded import from Hoarder widget.js by @vhsdream in #5097
- Speed up CI: Skip unnecessary build steps, optimize caching etc by @shamoon in #5098
- Chore: add organize imports to pre-commit by @shamoon in #5104
- Chore: add more Docker Semver Tags by @RoboMagus in #5107
- Chore(deps): Bump i18next from 21.10.0 to 24.2.3 by @dependabot in #5109
- Chore(deps-dev): Bump postcss from 8.5.2 to 8.5.3 by @dependabot in #5110
- Chore(deps-dev): Bump eslint-config-prettier from 10.0.2 to 10.1.1 by @dependabot in #5112
- Chore(deps-dev): Bump eslint-config-next from 15.1.7 to 15.2.4 by @dependabot in #5113
- Chore(deps): Bump swr from 1.3.0 to 2.3.3 by @dependabot in #5111
- Chore: change hoarder widget to karakeep by @shamoon in #5143
- Change: install iputils-ping inside docker image by @shamoon in #5153
- Chore(deps): Bump next from 15.2.3 to 15.2.4 by @dependabot in #5159
- Fix: Longhorn still showing Total despite
total: false
by @kevinastone in #5200 - Fix: kubernetes statistics not respecting selector by @xethlyx in #5199
- Enhancement: add label formatting for dynamic-list customapi widget by @rayanmestiri in #5217
- Enhancement: Add support for specifying a datastore to PBS widget by @choehn86 and @shamoon in #4614
- New Crowdin translations by GitHub Action by @github-actions in #5092
New Contributors
- @matheusvellone made their first contribution in #5081
- @kevinastone made their first contribution in #5200
- @xethlyx made their first contribution in #5199
- @rayanmestiri made their first contribution in #5217
- @choehn86 made their first contribution in #4614
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
What's Changed
Enhancements
- Feature: allow disable ipv6 in proxy, refactor cacheFetch to use proxy by @shamoon in #5011
- Enhancement: support dynamic list rendering in custom api widget by @morliont, @shamoon and @getcursor in #5012
- Enhancement: support shvl syntax for customapi fields by @shamoon in #5020
- Enhancement: support full width container by @shamoon in #5021
- Enhancement: support maximum group cols up to 8 by @shamoon in #5022
- Tweak: try to reduce rootless startup time by @shamoon in #5037
- Tweak: change moonraker widget standby output by @ihatemyisp and @shamoon in #4060
- Enhancement: Add Repositories field to Gitea widget by @chiragkrishna and @shamoon in #5053
- Feature: Slskd Service Widget by @vhsdream in #5045
Fixes
- Fix: remove medusa widget trailing slash by @shamoon in #5007
- Fix: fix minecraft players after move to minecraftstatuspinger by @shamoon in #5017
- Fix: include new backdrop-blur-xs option by @shamoon in #5030
Updates
- Chore(deps): Bump next from 15.1.7 to 15.2.3 by @dependabot in #5055
New Contributors
- @morliont made their first contribution in #5012
- @chiragkrishna made their first contribution in #5053
Full Changelog: v1.0.4...v1.1.0