github EgalitarianMonkey/hometube v2.12.0

2 hours ago

A quieter notification header, and a first, one-line look at Content.

๐Ÿ”• One notification at a time

HomeTube's header used to draw every pending notice at once, so an update prompt and an announcement could land together โ€” which reads as clutter however politely each one is worded.

They are now ranked, and only the most useful one shows. A pending update comes first: it is time-sensitive and about the version you are already running. Anything else waits its turn, and nothing is lost โ€” what was skipped appears as soon as the notice above it is dismissed or no longer applies.

That produces a better rhythm on its own: you get New version available before upgrading, and the quieter notes after, when there is nothing left to report.

๐ŸŒฑ A one-line note about Content

Content is the self-hosted engine HomeTube grew into. This release introduces a single dismissible line about it, deliberately shaped like the update notice rather than like an ad โ€” one concrete fact and a link, no paragraph:

๐ŸŒฑ Content โ€” where HomeTube goes next
It speaks MCP โ€” drive it from Claude or your IDE.
[Take a look]

It says something different each feature release, rotating through four angles โ€” the MCP server, the REST API and CLI, what it does beyond video, and the browser extension. Dismissing it silences it for this release and every patch on top of it; the next feature release offers one line again, and never alongside another notification.

HomeTube itself keeps being developed โ€” this release is one of them.

๐Ÿ”’ Dependencies and security

Five package updates, uv.lock resynchronised with the compiled requirements it had drifted from, and the last open advisories closed. The repository's known-vulnerability count is now zero, down from 148 when alerts were first switched on two days ago.

โฌ†๏ธ Upgrading

Nothing to do beyond pulling the new image โ€” no configuration, volume or default has changed.

docker compose pull && docker compose up -d

Available for linux/amd64 and linux/arm64 as ghcr.io/egalitarianmonkey/hometube:2.12.0 (also :2.12, :2 and :latest).


What's Changed

๐Ÿš€ Features

๐Ÿงน Maintenance

Full Changelog: v2.11.0...v2.12.0

Don't miss a new hometube release

NewReleases is sending notifications on new releases.