Compare commits

...
Author SHA1 Message Date
Calum H. (IMB11) 783c4fa85d feat: changelog 2026-07-24 19:04:11 +01:00
+23
View File
@@ -10,6 +10,29 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-07-24T18:04:04+00:00`,
product: 'app',
version: '0.16.1',
body: `## Changed
- Updated translations
## Fixed
- Fixed the "Push update" admonition being invisible until the app was reloaded.`,
},
{
date: `2026-07-24T18:04:04+00:00`,
product: 'web',
body: `## Changed
- Updated translations
- Improved messaging on the accept invite webpage modal.`,
},
{
date: `2026-07-24T18:04:04+00:00`,
product: 'hosting',
body: `## Changed
- Updated translations`,
},
{
date: `2026-07-24T16:57:14+00:00`,
product: 'web',