From 95aa09bbcb17041f85c49b13057b3142e929df68 Mon Sep 17 00:00:00 2001 From: geoffreychen777 Date: Mon, 10 Jun 2024 23:02:38 +0100 Subject: [PATCH] chore: bump up to v3.1.4 --- CHANGELOG_CN.md | 5 +++++ CHANGELOG_EN.md | 5 +++++ package.json | 2 +- release-notes.md | 5 ++--- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index d623df0f..43b99324 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,3 +1,8 @@ +## v3.1.4 10/06 2024 + +1. 修复:链接文件夹图标的显示问题。by @geoffreychen777 +2. 增强:命令面板按下回车时的行为。by @geoffreychen777 + ## v3.1.3 02/06 2024 1. 新功能:现在你可以通过按住 Ctrl/CMD 键点击多个标签/组/智能过滤器来组合它们。by @geoffreychen777 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index b0ae4b7c..dfa6c418 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -1,3 +1,8 @@ +## v3.1.4 Jun 10 2024 + +1. Fix: the linked folder icon bug. by @geoffreychen777 +2. Enhance: the command bar behavior when pressing the Enter key. by @geoffreychen777 + ## v3.1.3 Jun 02 2024 1. Feat: now you can combine multiple tags/folders/smartfilters by clicking on them while holding the Ctrl/CMD key. by @geoffreychen777 diff --git a/package.json b/package.json index 2f6c91f8..fbe4dd5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paperlib", - "version": "3.1.3", + "version": "3.1.4", "main": "dist/main-entry.js", "description": "A simple academic paper management tool.", "author": "Future Scholars ", diff --git a/release-notes.md b/release-notes.md index 309ddbc7..90ef6496 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,2 @@ -1. Feat: now you can combine multiple tags/folders/smartfilters by clicking on them while holding the Ctrl/CMD key. by @geoffreychen777 -2. Feat: now you can drag a subfolder to the root folder. by @geoffreychen777 -3. Fix: a bug when colorizing subfolders. by @geoffreychen777 \ No newline at end of file +1. Fix: the linked folder icon bug. by @geoffreychen777 +2. Enhance: the command bar behavior when pressing the Enter key. by @geoffreychen777