Fix changelog spam in the update window

That is, in some cases (read: starcatcher, which uses the very last component of the user agent to determine the build ID), you'd get all changelog entries ever, not only the ones between the current version and the one the update server has.
This commit is contained in:
Tamás Bálint Misius
2023-10-22 20:15:37 +02:00
parent 8c2a7e4312
commit ba5883ff84

View File

@@ -17,7 +17,7 @@ namespace http
"; NO", // Unused, used to be SSE level. "; NO", // Unused, used to be SSE level.
"; M", MOD_ID, "; M", MOD_ID,
"; ", IDENT, "; ", IDENT,
") TPTPP/", apiVersion[0], ".", apiVersion[1], ".", APP_VERSION.build, IDENT_RELTYPE, ".", 0 ") TPTPP/", apiVersion[0], ".", apiVersion[1], ".", APP_VERSION.build, IDENT_RELTYPE, ".", APP_VERSION.build
); );
} }