# Homarr changelog > A customizable dashboard for your self-hosted services. - Vendor: Homarr Labs - Category: Productivity - Official site: https://homarr.dev - Tracked by: What's New (https://whatsnew.fyi/product/homarr) - Harvested from: GitHub (homarr-labs/homarr) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v1.73.0 - Date: 2026-07-31 - Version: v1.73.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.73.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.73.0 - **added** — Link credentials users with OIDC - **added** — Rework downloads widget with mantine-datatable - **added** — Expose Navidrome as a media-server (now-playing) integration - **fixed** — Expire stored sessions so the Beszel integration recovers from token expiry - **fixed** — Restore balanced grid layout for Beszel System Grid widget - **fixed** — Preserve data on integration failures - **fixed** — Refetch after render errors - **fixed** — Complete media server session data for Navidrome - **fixed** — Clean up audio stats integration for Navidrome ##### What's Changed * chore(deps): update pnpm to v11.15.1 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6466 * feat(auth): link credentials users with OIDC by @ajnart in https://github.com/homarr-labs/homarr/pull/6445 * fix(beszel): expire stored sessions so the integration recovers from token expiry by @angusmaul in https://github.com/homarr-labs/homarr/pull/6476 * chore: update contributors by @homarr-update-contributors[bot] in https://github.com/homarr-labs/homarr/pull/6461 * chore: update bug report template by @homarr-releases[bot] in https://github.com/homarr-labs/homarr/pull/6464 * fix(beszel): restore balanced grid layout for Beszel System Grid widget by @ajnart in https://github.com/homarr-labs/homarr/pull/6389 * feat(widgets): rework downloads widget with mantine-datatable by @ajnart in https://github.com/homarr-labs/homarr/pull/6430 * fix(widgets): preserve data on integration failures by @ajnart in https://github.com/homarr-labs/homarr/pull/6484 * chore: gate Renovate updates behind dashboard approval by @ajnart in https://github.com/homarr-labs/homarr/pull/6485 * docs(helm): update chart installation page by @homarr-charts-docs-sync[bot] in https://github.com/homarr-labs/homarr/pull/6465 * fix(widgets): refetch after render errors by @Clarkar00 in https://github.com/homarr-labs/homarr/pull/6399 * docs: explain Podman socket setup by @ajnart in https://github.com/homarr-labs/homarr/pull/6487 * feat: expose Navidrome as a media-server (now-playing) integration by @mvanhorn in https://github.com/homarr-labs/homarr/pull/6070 * fix(navidrome): complete media server session data by @ajnart in https://github.com/homarr-labs/homarr/pull/6492 * fix(navidrome): clean up audio stats integration by @ajnart in https://github.com/homarr-labs/homarr/pull/6493 * test(navidrome): complete cleanup review by @ajnart in https://github.com/homarr-labs/homarr/pull/6494 * chore(release): automatic release v1.73.0 by @github-actions[bot] in https://github.com/homarr-labs/homarr/pull/6497 ##### New Contributors * @angusmaul made their first contribution in https://github.com/homarr-labs/homarr/pull/6476 * @Clarkar00 made their first contribution in https://github.com/homarr-labs/homarr/pull/6399 **Full Changelog**: https://github.com/homarr-labs/homarr/compare/v1.72.0...v1.73.0 ### v1.72.0 - Date: 2026-07-24 - Version: v1.72.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.72.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.72.0 - **fixed** — Use thumbnail endpoint instead of original for Immich album carousel - **fixed** — Increase MySQL migration test timeout to 120 seconds - **fixed** — Stop auto-seeding ArchiveTeam Warrior integration and widget on default dashboards - **fixed** — Guard against undefined playback from stale cached data in media server - **added** — Show random photos without album in Immich - **added** — Add humidity display to weather widget - **added** — Add animated weather and temperature to clock widget - **added** — Restrict apps management to board modifiers - **fixed** — Cache statistics responses for media requests - **fixed** — Avoid unnecessary GitHub pagination for LinuxServer updates - **fixed** — Add 350ms hover delay before opening calendar day popover - **fixed** — Hide sidebar navigation items from unprivileged users in manage section - **fixed** — Prevent live subscription memory growth in Beszel - **fixed** — Map new clock weather options for old imports ##### [1.72.0](https://github.com/homarr-labs/homarr/compare/v1.71.0...v1.72.0) (2026-07-24) ##### What's Changed * chore: update contributors by @homarr-update-contributors[bot] in https://github.com/homarr-labs/homarr/pull/6378 * chore(ci): remove memory regression tests by @ajnart in https://github.com/homarr-labs/homarr/pull/6395 * fix(immich): use thumbnail endpoint instead of original for album carousel by @ajnart in https://github.com/homarr-labs/homarr/pull/6396 * docs(immich): list Asset View permission by @ajnart in https://github.com/homarr-labs/homarr/pull/6408 * fix(db): increase mysql migration test timeout to 120s by @ajnart in https://github.com/homarr-labs/homarr/pull/6411 * fix(test): use Home Assistant long-lived token by @ajnart in https://github.com/homarr-labs/homarr/pull/6407 * fix: stop auto-seeding ArchiveTeam Warrior integration and widget on default dashboards by @ajnart in https://github.com/homarr-labs/homarr/pull/6413 * chore(deps): update pnpm to v11.13.1 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6422 * fix(media-server): guard against undefined playback from stale cached data by @ajnart in https://github.com/homarr-labs/homarr/pull/6433 * feat(immich): show random photos without album by @ajnart in https://github.com/homarr-labs/homarr/pull/6424 * feat(weather): add humidity display by @ajnart in https://github.com/homarr-labs/homarr/pull/6429 * feat: restrict apps management to board modifiers by @ajnart in https://github.com/homarr-labs/homarr/pull/6425 * fix(media-requests): cache statistics responses by @ajnart in https://github.com/homarr-labs/homarr/pull/6443 * feat(clock widget): Adds animated weather and temp by @Bergasha in https://github.com/homarr-labs/homarr/pull/6372 * fix(releases): avoid unnecessary GitHub pagination for LinuxServer updates by @ajnart in https://github.com/homarr-labs/homarr/pull/6444 * fix(widgets): add 350ms hover delay before opening calendar day popover by @ajnart in https://github.com/homarr-labs/homarr/pull/6431 * fix(manage): hide sidebar nav items from unprivileged users by @ajnart in https://github.com/homarr-labs/homarr/pull/6236 * fix(beszel): prevent live subscription memory growth by @ajnart in https://github.com/homarr-labs/homarr/pull/6448 * chore: update bug report template by @homarr-releases[bot] in https://github.com/homarr-labs/homarr/pull/6382 * docs(helm): update chart installation page by @homarr-charts-docs-sync[bot] in https://github.com/homarr-labs/homarr/pull/6384 * fix(old-import): map new clock weather options by @ajnart in https://github.com/homarr-labs/homarr/pull/6452 * chore(deps): update pnpm to v11.14.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6449 * chore(lang): updated translations from crowdin by @homarr-crowdin[bot] in https://github.com/homarr-labs/homarr/pull/6283 * chore(deps): update pnpm to v11.15.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6455 * chore(release): automatic release v1.72.0 by @github-actions[bot] in https://github.com/homarr-labs/homarr/pull/6463 **Full Changelog**: https://github.com/homarr-labs/homarr/compare/v1.71.0...v1.72.0 ### v1.71.0 - Date: 2026-07-17 - Version: v1.71.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.71.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.71.0 - **fixed** — Restore widget_secret migration journal entries accidentally removed - **fixed** — Add reliable live stats and filesystem UI to Beszel integration - **added** — Support text direction controls in notebook - **fixed** — Update PatchMon API key settings link - **fixed** — Format absolute storage values with shared byte helper in system-disks - **changed** — Replace footer timestamp text with compact refresh button in docker-widget - **fixed** — Sort torrents by progress so active items appear before limit cutoff in qbittorrent - **changed** — Rework the CI - **fixed** — Resolve pnpm fetch crash with patchedDependencies in docker - **fixed** — Remove --offline flag from pnpm install step in docker - **fixed** — Pin TypeScript to v6 to fix Next.js 16.2.10 build in CI - **fixed** — Remove persist-credentials: false to fix git-auto-commit-action push in CI - **fixed** — Add required octokit throttling rate limit handlers to releases - **fixed** — Resolve intermittent Seerr/Overseerr crashes and add query status to context menu in integrations - **added** — Add refetchInterval to WidgetDefinition for per-widget polling ##### [1.71.0](https://github.com/homarr-labs/homarr/compare/v1.70.0...v1.71.0) (2026-07-17) ##### What's Changed * chore: update bug report template by @homarr-releases[bot] in https://github.com/homarr-labs/homarr/pull/6281 * fix(db): restore widget_secret migration journal entries accidentally removed by #6206 by @ajnart in https://github.com/homarr-labs/homarr/pull/6288 * fix(beszel): add reliable live stats and filesystem UI by @ajnart in https://github.com/homarr-labs/homarr/pull/6289 * chore(deps): update dependency oxfmt to ^0.58.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6305 * chore(deps): update dependency hono@<4.6.5 to >=4.12.28 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6291 * chore(deps): update tiptap monorepo to v3.27.2 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6292 * feat(notebook): support text direction controls by @arturict in https://github.com/homarr-labs/homarr/pull/6293 * chore(deps): update dependency posthog-js to ^1.398.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6285 * fix(integrations): update PatchMon API key settings link by @Nerdy-Technician in https://github.com/homarr-labs/homarr/pull/6302 * chore(deps): update tiptap monorepo to v3.27.3 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6308 * docs: update pr template by @manuel-rw in https://github.com/homarr-labs/homarr/pull/6147 * fix(system-disks): format absolute storage values with shared byte helper by @ajnart in https://github.com/homarr-labs/homarr/pull/6299 * feat(docker-widget): replace footer timestamp text with compact refresh button by @Bergasha in https://github.com/homarr-labs/homarr/pull/6307 * fix(qbittorrent): sort torrents by progress so active items appear before limit cutoff by @ajnart in https://github.com/homarr-labs/homarr/pull/6297 * fix(deps): update dependency swiper to ^14.0.2 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6313 * chore(deps): update dependency posthog-js to ^1.398.2 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6311 * chore(deps): update dependency @types/node to ^24.13.3 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6318 * chore(deps): update dependency @scalar/api-reference-react to ^0.9.54 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6317 * chore(deps): update turbo monorepo to ^2.10.4 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6303 * docs(helm): update chart installation page by @homarr-charts-docs-sync[bot] in https://github.com/homarr-labs/homarr/pull/6282 * feat: rework the ci by @ajnart in https://github.com/homarr-labs/homarr/pull/6296 * chore(deps): update dependency mysql2 to v3.22.6 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6310 * chore(deps): update dependency typescript to v7 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6325 * chore(deps): update actions/cache action to v6 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6322 * chore(deps): update docker/dockerfile docker tag to v1.25 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6321 * fix(docker): resolve pnpm fetch crash with patchedDependencies by @ajnart in https://github.com/homarr-labs/homarr/pull/6328 * chore(deps): update actions/upload-artifact action to v7 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6324 * chore(deps): update dependency posthog-js to ^1.398.7 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6319 * chore(deps): update vitest monorepo to ^4.1.10 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6286 * chore(deps): update dependency posthog-js to ^1.399.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6331 * chore(deps): up _[Truncated at 4000 characters — full notes: https://github.com/homarr-labs/homarr/releases/tag/v1.71.0]_ ### v1.70.0 - Date: 2026-07-10 - Version: v1.70.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.70.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.70.0 - **fixed** — Add missing widget_secret migration and add error notifications - **security** — Update undici to v7.28.0 - **fixed** — Break AppForm infinite render loop on edit page - **fixed** — Raise AppShellHeader z-index above Indicator dots - **fixed** — Fix docs build — MDX acorn error and CSS @import ordering - **fixed** — Revert typescript from 7.0.1-rc to ^6.0.3 - **added** — Allow mutations in demo mode via DEMO_READ_ONLY flag - **fixed** — Guard against undefined from superjson.parse on legacy cache entries - **fixed** — Accept gluetun-latest VPN settings payload - **fixed** — Context menu refresh stays open with loading spinner, cache age reacts to refetch - **added** — Add Synology integration support for health/system monitoring - **fixed** — Sort media requests by last modified instead of creation date - **added** — Add Traefik Integration with dedicated widget and optional icons for Gotify/Notification Widget - **fixed** — Report current CPU usage instead of the lifetime average in Docker - **fixed** — Handle v5 stopped torrent states for pause functionality in qBittorrent - **added** — Add per-filesystem storage chart to Beszel system stats widget - **fixed** — Disable request handler cache for Beszel stats to make live mode work - **fixed** — Prevent stale persisted query cache from blocking widget data - **added** — Expose board automation endpoints - **fixed** — Add utf8 email validation support ##### [1.70.0](https://github.com/homarr-labs/homarr/compare/v1.69.2...v1.70.0) (2026-07-10) ##### What's Changed * chore(deps): update dependency posthog-js to ^1.396.1 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6183 * chore(deps): update testcontainers-node monorepo to ^12.0.4 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6185 * fix(deps): update tailwindcss monorepo to ^4.3.2 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6190 * fix(widget-secrets): add missing widget_secret migration and add error notifications by @ajnart in https://github.com/homarr-labs/homarr/pull/6192 * chore(deps): update dependency posthog-js to ^1.396.2 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6189 * chore(deps): update dependency undici to v7.28.0 [security] by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6188 * chore(lang): updated translations from crowdin by @homarr-crowdin[bot] in https://github.com/homarr-labs/homarr/pull/6195 * chore(lang): updated translations from crowdin by @homarr-crowdin[bot] in https://github.com/homarr-labs/homarr/pull/6216 * fix(forms): break AppForm infinite render loop on edit page (#6198) by @ajnart in https://github.com/homarr-labs/homarr/pull/6215 * chore(deps): mega dependency update by @ajnart in https://github.com/homarr-labs/homarr/pull/6212 * fix(layout): raise AppShellHeader z-index above Indicator dots by @ajnart in https://github.com/homarr-labs/homarr/pull/6218 * chore: update bug report template by @homarr-releases[bot] in https://github.com/homarr-labs/homarr/pull/6181 * fix(docs): fix docs build — MDX acorn error and CSS @import ordering by @ajnart in https://github.com/homarr-labs/homarr/pull/6217 * fix: fix pnpm lockfile by @ajnart in https://github.com/homarr-labs/homarr/pull/6220 * fix(deps): revert typescript from 7.0.1-rc to ^6.0.3 by @ajnart in https://github.com/homarr-labs/homarr/pull/6221 * chore(deps): update dependency conventional-changelog-conventionalcommits to ^10.2.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6222 * chore(deps): update dependency cookie to v2.0.1 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6223 * chore(deps): update dependency posthog-node to ^5.39.2 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6226 * chore(deps): update dependency @semantic-release/github to ^12.0.9 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6231 * chore(deps): update dependency lucide-react to ^1.23.0 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6225 * chore(deps): update dependency posthog-js to ^1.396.4 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6232 * chore(deps): update nextjs monorepo to v16.2.10 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6238 * chore(deps): update dependency vite@>=5.0.0 <=5.4.18 to >=8.1.3 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6242 * ci: skip lint-format-autofix on fork PRs by @tvervest in https://github.com/homarr-labs/homarr/pull/6237 * feat(demo): allow mutations in demo mode via DEMO_READ_ONLY flag by @ajnart in https://github.com/homarr-labs/homarr/pull/6224 * fix(query-cache): guard against undefined from superjson.parse on legacy cache entries by @ajnart in https://github.com/homarr-labs/homarr/pull/6228 * chore(deps): update dependency @scalar/api-reference-react to ^0.9.51 by @homarr-renovate[bot] in https://github.com/homarr-labs/homarr/pull/6243 * fix(integrations): accept gluetun-latest VPN settings payload by @tvervest in https://github.com/homarr-labs/homarr/pull/6149 * fix: context menu refresh stays open with loading spinner, cache age reacts to refetch by @ajnart in https://github.com/homarr-labs/homarr/pull/6245 * feat: add Synology integration support for health/system monitori _[Truncated at 4000 characters — full notes: https://github.com/homarr-labs/homarr/releases/tag/v1.70.0]_ ### v1.69.2 - Date: 2026-07-06 - Version: v1.69.2 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.69.2 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.69.2 - **fixed** — Raise AppShellHeader z-index above Indicator dots in layout ##### [1.69.2](https://github.com/homarr-labs/homarr/compare/v1.69.1...v1.69.2) (2026-07-06) ###### Bug Fixes * **layout:** raise AppShellHeader z-index above Indicator dots ([687edb9](https://github.com/homarr-labs/homarr/commit/687edb9226307cb83986097abb24fe7f672e1778)), closes [#6194](https://github.com/homarr-labs/homarr/issues/6194) ### v1.69.1 - Date: 2026-07-04 - Version: v1.69.1 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.69.1 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.69.1 - **fixed** — Unblock query cache mutations in demo mode and add cache buster ##### [1.69.1](https://github.com/homarr-labs/homarr/compare/v1.69.0...v1.69.1) (2026-07-04) ###### Bug Fixes * unblock query cache mutations in demo mode and add cache buster ([#6176](https://github.com/homarr-labs/homarr/issues/6176)) ([a382c75](https://github.com/homarr-labs/homarr/commit/a382c75968e73bafff55b5890b1e95f0779b50d3)) ### v1.69.0 - Date: 2026-07-03 - Version: v1.69.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.69.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.69.0 - **added** — Add per-widget secret storage for release provider authentication - **added** — Add per-column visibility toggle to docker-widget - **added** — Add right-click context menu with auto-generated toggle actions to widgets - **added** — Show calendar events on hover with pin on click - **changed** — Enable pnpm global virtual store for worktree support - **changed** — Simplify caching with TanStack Query as single source of truth - **fixed** — Add id to repository schema and handle missing ids gracefully - **fixed** — Catch individual repo fetch failures to prevent batch crashes - **fixed** — Compile versionRegex once and add fetch timeouts - **fixed** — DNS-hole widgets showing stale disconnected state - **fixed** — Gracefully degrade when widget_secret table is missing or access denied - **fixed** — Handle missing widgetSecrets table and add default releases repo - **fixed** — Immich v3 API compatibility — use searchAssets for album assets, drop deviceAssetId - **fixed** — Restore ArchiveTeam Warrior as a proper integration - **fixed** — Restore station search in timetable by removing disabled query guard - **fixed** — Make downloads widget table background transparent - **fixed** — Apply version filter to LinuxServer.io provider - **fixed** — Add verbose error messages in all release providers ##### [1.69.0](https://github.com/homarr-labs/homarr/compare/v1.68.1...v1.69.0) (2026-07-03) ###### Features * add per-widget secret storage for release provider authentication ([77884a3](https://github.com/homarr-labs/homarr/commit/77884a31794e12a6f7bc59d96c8f61aa429ca68d)) * **config:** enable pnpm global virtual store for worktree support ([#6098](https://github.com/homarr-labs/homarr/issues/6098)) ([3864727](https://github.com/homarr-labs/homarr/commit/3864727502a64052c4e3838468094b30bf04a133)) * **docker-widget:** add per-column visibility toggle ([#6093](https://github.com/homarr-labs/homarr/issues/6093)) ([0765262](https://github.com/homarr-labs/homarr/commit/076526293d13379004461633d7ba4c2e83bd5ffe)) * **docs:** addd in documentation for archiveteam warrior ([f66469d](https://github.com/homarr-labs/homarr/commit/f66469d79797a2da214588f4e8253b03633c59a5)) * simplify caching — TanStack Query as single source of truth ([#6075](https://github.com/homarr-labs/homarr/issues/6075)) ([f19033e](https://github.com/homarr-labs/homarr/commit/f19033e0d53d248aed678737f3d04d5d8c7815b5)) * **widgets:** right-click context menu with auto-generated toggle actions ([#6126](https://github.com/homarr-labs/homarr/issues/6126)) ([7e58858](https://github.com/homarr-labs/homarr/commit/7e58858353ae866efd657270d4bb16d2c7d3e551)) * **widgets:** show calendar events on hover with pin on click ([#2637](https://github.com/homarr-labs/homarr/issues/2637)) ([#6081](https://github.com/homarr-labs/homarr/issues/6081)) ([db3d588](https://github.com/homarr-labs/homarr/commit/db3d58821e4de8d46b110125d0fa36919765248f)) ###### Bug Fixes * add id to repository schema and handle missing ids gracefully ([8747d5f](https://github.com/homarr-labs/homarr/commit/8747d5f93ee9a295aad3c7035e8c6c7080bf5ee6)) * address PR review - atomic upsert, MCP metadata, stale tokens, save UX ([757d598](https://github.com/homarr-labs/homarr/commit/757d59854e5ec82d91c053b8bc3d7eaf2e70efc4)) * address PR review findings for widget-only integration refactor ([c892731](https://github.com/homarr-labs/homarr/commit/c892731479b47fab6218bd1f52fa6eccbdaa371e)) * address review - paginate GH releases, GitLab tag_name, docs, test ([e687bc8](https://github.com/homarr-labs/homarr/commit/e687bc8c9277797acaa164a09c74b3808a2cb346)) * apply version filter to LinuxServer.io provider ([34d976e](https://github.com/homarr-labs/homarr/commit/34d976eeea09e396334ce8fce5c492c07e7dd32b)) * catch individual repo fetch failures to prevent batch crashes ([d893515](https://github.com/homarr-labs/homarr/commit/d893515b932608ea08c9c6e90b83f340e40f6f8e)) * compile versionRegex once and add fetch timeouts ([64c7512](https://github.com/homarr-labs/homarr/commit/64c75122833981a49e9c8bf1789d501faff6d62d)) * **deps:** update dependency postcss to ^8.5.16 ([#6169](https://github.com/homarr-labs/homarr/issues/6169)) ([9252fdc](https://github.com/homarr-labs/homarr/commit/9252fdc13971bd982224a31d7be577112f99ec45)) * dns-hole widgets showing stale disconnected state ([#6096](https://github.com/homarr-labs/homarr/issues/6096)) ([2443f1c](https://github.com/homarr-labs/homarr/commit/2443f1cd3ff6765a91783d60d42aa03d9ba63fcd)) * gracefully degrade when widget_secret table is missing or access denied ([30107e4](https://github.com/homarr-labs/homarr/commit/30107e4e76a454ff7402de9a8bc2e0dd6f422aa8)) * handle missing widgetSecrets table and add default releases repo ([af35a50](https://github.com/homarr-labs/homarr/commit/af35a50fa05fee2f0118e98727eb108b0200f762)) * **immich:** v3 API compatibility — use searchAssets for album assets, drop deviceAssetId ([#5977](https://github.com/homarr-labs/homarr/issues/5977)) ([a5ec880](https://github.com/homarr-labs/homarr/commit/a5ec880eec276e0814d2ab3ed7f9bc0b804d0465)) * quick wins — calendar, about, glances, admin UX, releases, iframe, notes ([#6116](https://github.com/homarr-labs/homarr/issues/6116)) ([f9da71a](https://github.com/homarr-labs/homarr/commit/f9da71a19bdfa589aafe26b164d0e0 _[Truncated at 4000 characters — full notes: https://github.com/homarr-labs/homarr/releases/tag/v1.69.0]_ ### v1.68.1 - Date: 2026-06-30 - Version: v1.68.1 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.68.1 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.68.1 - **fixed** — Make source maps opt-in to restore v1.67.0 memory baseline - **fixed** — Revert production source maps to restore v1.67.0 memory baseline ##### [1.68.1](https://github.com/homarr-labs/homarr/compare/v1.68.0...v1.68.1) (2026-06-30) ###### Bug Fixes * make source maps opt-in to restore v1.67.0 memory baseline ([57ef0af](https://github.com/homarr-labs/homarr/commit/57ef0af4a252ea39727caeba7e13587dabc6254e)), closes [#6123](https://github.com/homarr-labs/homarr/issues/6123) * revert production source maps to restore v1.67.0 memory baseline ([60a69e3](https://github.com/homarr-labs/homarr/commit/60a69e31efc7168b8f4309daf75954d7730d883b)), closes [#6123](https://github.com/homarr-labs/homarr/issues/6123) ### v1.68.0 - Date: 2026-06-26 - Version: v1.68.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.68.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.68.0 - **added** — Add VPN status widget - **added** — Re-add Docker quick-access button in user menu - **added** — Ship source maps for readable production stack traces - **fixed** — Harden Beszel cache layer and prevent blank widgets - **fixed** — Improve Beszel stats date display, add click-to-stats modal, fix grid ordering - **fixed** — Leverage TanStack Query for stale-while-revalidate caching in Beszel - **fixed** — Use 480m interval for 1w/30d stats views in Beszel - **fixed** — Fix Beszel widget transparency, error handling, and cache invalidation - **fixed** — Keep URL visible in icon-picker edit mode and add SVG-first ordering - **fixed** — Prevent certificate trust button from submitting the form in integrations - **fixed** — Bypass self-fetch and add manage error boundary in manage/about - **fixed** — Use series title for media releases instead of season label in Plex - **fixed** — Show app first in add item modal - **fixed** — Report actual memory usage and pool free space in TrueNAS - **fixed** — Report disk free space instead of total size in Unraid - **fixed** — Clean up health monitoring disk and size display in widgets - **fixed** — Hide health monitoring default tab option for non-proxmox integrations - **fixed** — Hide system disk usage value when it overflows and show it in a tooltip ##### [1.68.0](https://github.com/homarr-labs/homarr/compare/v1.67.0...v1.68.0) (2026-06-26) ###### Features * add VPN status widget ([#5812](https://github.com/homarr-labs/homarr/issues/5812)) ([a2bb53a](https://github.com/homarr-labs/homarr/commit/a2bb53a8b8fd17da3d2e23851b75d4e179f66225)) * re-add Docker quick-access button in user menu ([#6054](https://github.com/homarr-labs/homarr/issues/6054)) ([abd1635](https://github.com/homarr-labs/homarr/commit/abd16354bc9ef3dddbb497fd16b03476535046ac)), closes [#2165](https://github.com/homarr-labs/homarr/issues/2165) * ship source maps for readable production stack traces ([#6031](https://github.com/homarr-labs/homarr/issues/6031)) ([89380f8](https://github.com/homarr-labs/homarr/commit/89380f81ddd132f5b1041a8f2c3b6c6b138923dd)) ###### Bug Fixes * **beszel:** harden cache layer and prevent blank widgets ([#6052](https://github.com/homarr-labs/homarr/issues/6052)) ([49c2663](https://github.com/homarr-labs/homarr/commit/49c266374df12fea2404710232ced42e2de11dbf)), closes [#6030](https://github.com/homarr-labs/homarr/issues/6030) * **beszel:** improve stats date display, add click-to-stats modal, fix grid ordering ([#6026](https://github.com/homarr-labs/homarr/issues/6026)) ([55fb227](https://github.com/homarr-labs/homarr/commit/55fb227305fe51963e486ffb25c4ce6811a2f0e4)) * **beszel:** leverage TanStack Query for stale-while-revalidate caching ([#6055](https://github.com/homarr-labs/homarr/issues/6055)) ([bbc4589](https://github.com/homarr-labs/homarr/commit/bbc4589c9e1608721fb58a6f9b03cca8d65c1c4a)) * **beszel:** use 480m interval for 1w/30d stats views ([4383da3](https://github.com/homarr-labs/homarr/commit/4383da38ef634327c288626c58480cc1e5a2f805)) * **beszel:** widget transparency, error handling, and cache invalidation ([#5993](https://github.com/homarr-labs/homarr/issues/5993)) ([39e4245](https://github.com/homarr-labs/homarr/commit/39e424563a3187dcf0dba5f654e2225be76aef51)) * **icon-picker:** keep URL visible in edit mode, add SVG-first ordering ([#6051](https://github.com/homarr-labs/homarr/issues/6051)) ([e01571b](https://github.com/homarr-labs/homarr/commit/e01571b221812cd19a6d67ebe3cf44432104ec27)) * **integrations:** prevent certificate trust button from submitting the form ([#6020](https://github.com/homarr-labs/homarr/issues/6020)) ([0f66bfd](https://github.com/homarr-labs/homarr/commit/0f66bfd6c128253ba644d80d7c908de5314cf997)) * **manage/about:** bypass self-fetch + add manage error boundary (LLM exploration) ([#6009](https://github.com/homarr-labs/homarr/issues/6009)) ([19f9769](https://github.com/homarr-labs/homarr/commit/19f9769d9e669d56d793e9f6a0d265316113d743)), closes [#6008](https://github.com/homarr-labs/homarr/issues/6008) [#6008](https://github.com/homarr-labs/homarr/issues/6008) [#6008](https://github.com/homarr-labs/homarr/issues/6008) * **plex:** use series title for media releases instead of season label ([#6083](https://github.com/homarr-labs/homarr/issues/6083)) ([2443b89](https://github.com/homarr-labs/homarr/commit/2443b89b46f88fddbf41f0382a9f3bc5469c6fa8)) * show app first in add item modal ([#6087](https://github.com/homarr-labs/homarr/issues/6087)) ([915c8a3](https://github.com/homarr-labs/homarr/commit/915c8a3501551fdccf786d0c34dc01107d873ce0)) * **truenas:** report actual memory usage and pool free space ([#6017](https://github.com/homarr-labs/homarr/issues/6017)) ([f69e545](https://github.com/homarr-labs/homarr/commit/f69e545d6429aece0e55975c3b2426f20e91e545)) * **unraid:** report disk free space instead of total size ([#6018](https://github.com/homarr-labs/homarr/issues/6018)) ([1fb97ee](https://github.com/homarr-labs/homarr/commit/1fb97ee9c6fbe656a7dd3a9d1e436125982533f4)) * **widgets:** clean up health monitoring disk and size display ([#6019](https://github.com/homarr-labs/homarr/issues/6019)) ([e29c79a](https://github.com/homarr-labs/homarr/commit/e29c79a9028d9311dcb3d8323e0950a444589c7a)) * **widgets:** hide health monitoring default tab _[Truncated at 4000 characters — full notes: https://github.com/homarr-labs/homarr/releases/tag/v1.68.0]_ ### v1.67.0 - Date: 2026-06-19 - Version: v1.67.0 - Original notes: https://github.com/homarr-labs/homarr/releases/tag/v1.67.0 - Permalink: https://whatsnew.fyi/product/homarr/releases/v1.67.0 - **changed** — Migrate analytics from Umami to PostHog server-side analytics - **added** — Calculate and display total CPU and memory usage - **security** — Isolate session cookies from other Auth.js apps on same host - **changed** — Update tailwindcss monorepo to ^4.3.1 - **fixed** — Sort stalled torrents last when sorting by finish time in downloads ##### [1.67.0](https://github.com/homarr-labs/homarr/compare/v1.66.1...v1.67.0) (2026-06-19) ###### Features * **analytics:** migrate from Umami to PostHog server-side analytics ([#5983](https://github.com/homarr-labs/homarr/issues/5983)) ([d059023](https://github.com/homarr-labs/homarr/commit/d059023b51a323df027c1cf033454440bd0d7e57)) * Calculate and display total CPU and memory usage ([#5911](https://github.com/homarr-labs/homarr/issues/5911)) ([d9cbd54](https://github.com/homarr-labs/homarr/commit/d9cbd5427d0e5be3e5dbecca8d6069dc8074d810)) ###### Bug Fixes * **auth:** isolate session cookies from other Auth.js apps on same host ([#5996](https://github.com/homarr-labs/homarr/issues/5996)) ([e1a245f](https://github.com/homarr-labs/homarr/commit/e1a245ff2d8520d08957c4a7dbe01d039607a973)) * **deps:** update tailwindcss monorepo to ^4.3.1 ([#5988](https://github.com/homarr-labs/homarr/issues/5988)) ([78b6e52](https://github.com/homarr-labs/homarr/commit/78b6e520ac095129398d3da8f2441df408e93e9f)) * **downloads:** sort stalled torrents last when sorting by finish time ([#6011](https://github.com/homarr-labs/homarr/issues/6011)) ([c56d9d6](https://github.com/homarr-labs/homarr/commit/c56d9d6894c717b5c70ab75d6a100d4d1071c2d3)), closes [#5416](https://github.com/homarr-labs/homarr/issues/5416)