From 5606237c1a554341f9ac17e0faf9fb94efb64b5b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 6 Apr 2023 21:59:09 +0800 Subject: [PATCH] :art: Show "What's News" after upgrading https://github.com/siyuan-note/siyuan/issues/7902 --- kernel/api/system.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/api/system.go b/kernel/api/system.go index 91adbe5f4..d6edba8d2 100644 --- a/kernel/api/system.go +++ b/kernel/api/system.go @@ -51,7 +51,6 @@ func getChangelog(c *gin.Context) { } changelogPath := filepath.Join(changelogsDir, "v"+util.Ver+"_"+model.Conf.Lang+".md") - if !gulu.File.IsExist(changelogPath) { changelogPath = filepath.Join(changelogsDir, "v"+util.Ver+".md") if !gulu.File.IsExist(changelogPath) {