mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 20:02:06 +00:00
Do not display changeslog in new version dialog (update check).
This commit is contained in:
@@ -2248,7 +2248,10 @@ public class Main {
|
||||
}
|
||||
Version v = new Version();
|
||||
v.versionName = versionObj.get("name").asString();
|
||||
v.description = versionObj.get("body").asString();
|
||||
//v.description = versionObj.get("body").asString();
|
||||
//Note: "body" is Markdown formatted and contains other things than changeslog,
|
||||
//we cannot show it in FFDec correctly.
|
||||
v.description = "";
|
||||
v.releaseDate = versionObj.get("published_at").asString();
|
||||
boolean isNightly = versionObj.get("prerelease").asBoolean();
|
||||
if (isNightly && !showNightly) {
|
||||
|
||||
Reference in New Issue
Block a user