Skip to content

Commit

Permalink
Bump up to electron-v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Apr 3, 2022
1 parent 7b6dd2b commit ecd6c6a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.5.2 03/04/2022

1. 搜刮器 Bug 修复。
2. 表格 UI Bug 修复。

## v1.5.1 24/03/2022

1. Bug 修复。

## v1.5.0 24/03/2022

1. Electron 版本支持了高级搜索和全文搜索和暗黑模式。
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.5.2 Apr 03 2022

1. Scraper bug fix.
2. Table UI bug fix.

## v1.5.1 Mar 24 2022

1. Bugfix

## v1.5.0 Mar 24 2022

1. Advanced search, fulltext search and dark mode for Electron version.
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": "1.5.1",
"version": "1.5.2",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
5 changes: 2 additions & 3 deletions src-electron/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
1. Support for advanced search and fulltext search.
2. Support for scraping available code repos.
3. Dark mode.
1. Scraper bug fix.
2. Table UI bug fix.

0 comments on commit ecd6c6a

Please sign in to comment.