Skip to content

Commit

Permalink
Bump up to electron-v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed May 5, 2022
1 parent 9f0a2f8 commit 3eb4f99
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.6.1 05/05 2022

1. 修复 Bug。

## v1.6.0 05/05 2022

1. Paperlib 插件,方便快速复制粘贴 BibTex。
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.6.1 May 5 2022

1. Bug fix.


## v1.6.0 May 5 2022

1. Paperlib plugin for fast BibTex copy-paste.
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.6.0",
"version": "1.6.1",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion packages/preload/interactors/app-interactor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ export class AppInteractor {
// ============================================================
async shouldShowWhatsNew() {
const lastVersion = this.getPreference("lastVersion");
return lastVersion !== (await this.version());
// return lastVersion !== (await this.version());
return false;
}

async hideWhatsNew() {
Expand Down
8 changes: 1 addition & 7 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@

1. Paperlib plugin for fast BibTex copy-paste.
2. Better tags and folders UI with suggestions.
3. Remove Quasar.
4. Better detail panel with clickable authors.
5. Better search bar.
6. Better preference UI.
7. Support for new Chrome extensions.
1. Fixed some bugs.

0 comments on commit 3eb4f99

Please sign in to comment.