diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 34625c01..d99c7c79 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,3 +1,7 @@ +## v1.5.8 12/04/2022 + +1. 自定义 Mongodb Atlas APP id。 + ## v1.5.7 11/04/2022 1. 修复右键菜单的动画。 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 23396b30..6c658878 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -1,3 +1,7 @@ +## v1.5.8 Apr 12 2022 + +1. Support custom MongoDB atlas App ID. + ## v1.5.7 Apr 11 2022 1. Fix animations of the context menu. diff --git a/package.json b/package.json index d11103c1..f83fbd49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paperlib", - "version": "1.5.7", + "version": "1.5.8", "description": "A simple academic paper management tool for CSer.", "productName": "Paperlib", "author": "Geoffrey Chen ", diff --git a/src-electron/release-notes.md b/src-electron/release-notes.md index cbe1e899..3cfbbc31 100644 --- a/src-electron/release-notes.md +++ b/src-electron/release-notes.md @@ -1 +1 @@ -1. Fix animations of the context menu. +1. Support custom MongoDB atlas App ID.