diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 1ccb9924..4c83bf91 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,4 +1,11 @@ +## v1.9.5 14/08 2022 + +1. 可以在详情界面删除标签/文件夹了。 +2. 快速复制插件支持两种模式,按下 Tab 键或者点击来切换。 + + ## v1.9.4 08/08 2022 + 1. 保存主视图类型和排序等设置。 #124 2. 优化代码仓库抓取器。现在抓取 star 前三名的仓库并显示。 #125 3. 修复部分输入框按键 Bug。 #123 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 6bbbe65a..9f5093fe 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -1,3 +1,8 @@ +## v1.9.5 Aug 14 2022 + +1. Now you can remove a tag/folder in the details panel. +2. Copy plain text or BibTex using the plugin with two modes. Press Tab or click it to switch between two modes. + ## v1.9.4 Aug 08 2022 1. Save mainview and sorting preference. #124 diff --git a/package.json b/package.json index 9e51412b..fe18367a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paperlib", - "version": "1.9.5-dev.2", + "version": "1.9.5", "description": "A simple academic paper management tool for CSer.", "productName": "Paperlib", "author": "Geoffrey Chen ", diff --git a/release-notes.md b/release-notes.md index ac202634..ac4529fa 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,2 @@ -1. Save mainview and sorting preference. -2. Better code repos scraper. -3. Fixed: Keyboard pressing bug in input fields. \ No newline at end of file +1. Now you can remove a tag/folder in the details panel. +2. Copy plain text or BibTex using the plugin with two modes. Press Tab or click it to switch between two modes. \ No newline at end of file