Add an automatic version notification for new stable releases, and optionally beta releases

This commit is contained in:
Oliver 2026-05-11 22:23:09 -06:00
parent d3a60fbef5
commit 09ac9624ed
6 changed files with 106 additions and 0 deletions

7
styles/misc.css Normal file
View file

@ -0,0 +1,7 @@
.taf-chat-version-notif {
h2 {
font-family: var(--font-body);
font-size: 1.5rem;
margin: 0;
}
}