docs: add changelog page for 5.0.1; show version 5.0.1 on the status card

This commit is contained in:
Jean Chevronnet 2026-08-30 21:10:31 +00:00
parent d81c07ef01
commit 594eecd07d
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
3 changed files with 78 additions and 1 deletions

View file

@ -60,6 +60,9 @@ pub static NAV: &[NavSection] = &[
p!("other-services", "Other services"),
p!("services-security", "Security (services)"),
]},
NavSection { title: "Project", pages: &[
p!("changelog", "Changelog"),
]},
];
pub struct Heading {

View file

@ -31,7 +31,7 @@ fn view(shared: &stats::Shared) -> Status {
online: s.online,
users: fmt(s.users),
channels: fmt(s.channels),
version: "5.0.0".into(),
version: "5.0.1".into(),
}
}