diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 87ccb2c0a..8befcb07a 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,25 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-12T20:06:07+00:00`, + product: 'app', + version: '0.13.16', + body: `## Fixed +- Fixed the app automatically re-opening after installing a pending update when the user closes the app. +- Fixed "Open in browser" not working. +- Fixed the lack of margin above the pagination links at the bottom of Discover pages. +- Fixed longstanding issue "Unable to read category tags from any source" that occurs sometimes when the app has cached invalid tags. +- Fixed Windows app control buttons not being clickable at the exact top right corner. +- Fixed Modrinth project links opening inside a broken in-app web browser rather than going to the project's page in the app. +- Fixed not being able to hover over project card tooltip items.`, + }, + { + date: `2026-05-12T20:06:07+00:00`, + product: 'web', + body: `## Changed +- Changed how dependencies are added and edited on versions to make it clearer when a dependency is added or not when saving.`, + }, { date: `2026-05-11T20:16:06+00:00`, product: 'app',