Skip to content

Commit

Permalink
chore: bumpup to v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jun 30, 2024
1 parent 6a90837 commit a3259e9
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 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.6 30/06 2024

1. 新功能:现在你可以通过文件选择器导入文件。by @lcandy2
2. 新功能:模糊元数据搜刮。by @geoffreychen777 ![](https://paperlib.app/assets/images/getting-started/fuzzyscrape.png)
3. 增强:通过浏览器插件下载 PDF。by @geoffreychen777
4. 插件开发者:新的 API 用于删除 UI 插槽。by @geoffreychen777


## v3.1.5 10/06 2024

1. 修复:链接文件夹图标的显示问题。by @geoffreychen777
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v3.1.6 Jun 30 2024

1. Feat: import files via a file picker. by @lcandy2
2. Feat: fuzzy metadata scraping. by @geoffreychen777 ![](https://paperlib.app/assets/images/getting-started/fuzzyscrape.png)
3. Enhance: PDF download via browser extension. by @geoffreychen777
4. For Extension Developer: new API to delete UI slots. by @geoffreychen777

## v3.1.5 Jun 10 2024

1. Fix: the linked folder icon bug. by @geoffreychen777
Expand Down
19 changes: 19 additions & 0 deletions app/renderer/ui/whats-new-view/whats-new-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@ onMounted(async () => {
list-style-type: disc;
}
#release-note img {
border-radius: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -2px rgb(0 0 0 / 0.5);
}
#release-note code {
background-color: #00000074;
color: white;
padding: 0.1em 0.3em;
border-radius: 0.3em;
font-size: 0.8em;
}
#history-release-note h2 {
font-size: 0.9rem;
font-weight: 600;
Expand All @@ -71,6 +86,10 @@ onMounted(async () => {
margin-bottom: 2em;
list-style-type: circle;
}
#history-release-note img {
display: none;
}
</style>

<template>
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.5",
"version": "3.1.6",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <hi@paperlib.app>",
Expand Down
6 changes: 4 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
1. Fix: the linked folder icon bug. by @geoffreychen777
2. Enhance: the command bar behavior when pressing the Enter key. by @geoffreychen777
1. New Feature: import files via a file picker. by @lcandy2
2. New Feature: fuzzy metadata scraping. by @geoffreychen777 ![](https://paperlib.app/assets/images/getting-started/fuzzyscrape.png)
3. Enhance: PDF download via browser extension. by @geoffreychen777
4. For Extension Developer: new API to delete UI slots. by @geoffreychen777

0 comments on commit a3259e9

Please sign in to comment.