Update CHANGELOG format to follow "Keep a Changelog"

This commit is contained in:
schroda
2025-10-14 02:45:55 +02:00
parent b5c730d3db
commit 8d276c25bd
4 changed files with 150 additions and 1838 deletions

View File

@@ -64,8 +64,8 @@ export const WebUIUpdateChecker = () => {
const changelogUrl =
updateStatus.info?.channel === WebUiChannel.Stable
? `https://github.com/Suwayomi/Suwayomi-WebUI/releases/latest`
: `https://github.com/Suwayomi/Suwayomi-WebUI/issues/749`;
? 'https://github.com/Suwayomi/Suwayomi-WebUI/releases/latest'
: 'https://github.com/Suwayomi/Suwayomi-WebUI/blob/28a2b44e940cad6736fb53dd207cd420fcf627d3/CHANGELOG.md';
const newVersion = aboutWebUI?.tag;
const isSameAsCurrent = !newVersion || !webUIVersion || webUIVersion === newVersion;