Skip to content

Commit

Permalink
chore: bump up to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed May 25, 2024
1 parent 6df1acb commit 2c8b5da
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.1.2 25/05 2024

1. 新功能:现在你可以自定义重命名附件了。by @ZephyrZhang3, @geoffreychen777
2. 新功能:为首次使用者添加了引导。by @geoffreychen777
3. 新功能:在显示 Markdown 笔记时隐藏 `<md>` 标签。by @geoffreychen777
4. 修复:订阅 ScienceDirect 时的 RSS Bug。by @charlieJ107, @geoffreychen777
5. 修复:修改智能过滤器颜色时的 Bug。by @geoffreychen777

## v3.1.1 19/05 2024

1. 介绍新插件: `paperlib ai chat extension`. 你可以和语言模型讨论你的论文了。by @igoogolx,@geoffreychen777
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## v3.1.2 May 25 2024

1. Feat: now you can rename supplementary files. by @ZephyrZhang3, @geoffreychen777
2. Feat: add guidance for first time users. by @geoffreychen777
3. Feat: hide '<md>' when display markdown notes. by @geoffreychen777
4. Fix: a bug when subscribing to ScienceDirect RSS. by @charlieJ107, @geoffreychen777
5. Fix: a bug when colorizing smartfilters. by @geoffreychen777

## v3.1.1 May 18 2024

1. Introduce A New Extension: `paperlib ai chat extension`. It allows you to discuss a paper with LLMs!!! by @igoogolx, @geoffreychen777
2. Fix: table view bug. by @geoffreychen777


## v3.1.0 May 18 2024

1. Introduce A New Extension: `paperlib ai chat extension`. It allows you to discuss a paper with LLMs!!! by @igoogolx, @geoffreychen777
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/ui/edit-view/edit-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ onMounted(() => {
@event:change="(values: string[]) => onCategorizerUpdated(values, CategorizerType.PaperTag)"
/>
<InputField
:placeholder="$t('mainview.note')"
:placeholder="$t('mainview.note') + ' (start with `<md> to use markdown`)'"
class="h-28"
:value="editingPaperEntityDraft.note"
:is-expanded="wideMode"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperlib",
"version": "3.1.1",
"version": "3.1.2",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <hi@paperlib.app>",
Expand Down
7 changes: 5 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
1. Introduce A New Extension: `paperlib ai chat extension`. It allows you to discuss a paper with LLMs!!! by @igoogolx, @geoffreychen777
2. Fix: table view bug. by @geoffreychen777
1. Feat: now you can rename supplementary files. by @ZephyrZhang3, @geoffreychen777
2. Feat: add guidance for first time users. by @geoffreychen777
3. Feat: hide '<md>' when display markdown notes. by @geoffreychen777
4. Fix: fix the RSS bug when subscribing to ScienceDirect. by @charlieJ107, @geoffreychen777
5. Fix: a bug when colorizing smartfilters. by @geoffreychen777

0 comments on commit 2c8b5da

Please sign in to comment.