Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Jan 3, 2022
1 parent 9fc16db commit 02775b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Paper Memory",
"version": "0.4.2.3",
"version": "0.4.3",
"manifest_version": 2,
"description": "Automatically record papers you read from Arxiv, OpenReview & more! Organize your library with tags, links to code and quick notes.",
"homepage_url": "https://github.com/vict0rsch/PaperMemory",
Expand Down
12 changes: 11 additions & 1 deletion src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,17 @@ <h3>Search</h3>
<h3 style="margin-bottom: 0px;">What's new</h3>
<ul>
<li><strong>Current: </strong><a
href="https://github.com/vict0rsch/PaperMemory/releases/tag/0.4.2.3">0.4.2.3</a>
href="https://github.com/vict0rsch/PaperMemory/releases/tag/0.4.3">0.4.3</a>
<em>(2022-01-03)</em>
<ul>
<li>[dev] Hotfix: Improve long codelinks display</li>
<li>[feature] Add a direct link to SciRate in the popup</li>
<li>[new source] Parse papers from scirate.com/arxiv/ as Arxiv papers into your Memory</li>
<li>[feature][beta] Download pdfs in a dedicated folder to open those local files instead of
re-downloading pdfs all the time</li>
</ul>
</li>
<li><a href="https://github.com/vict0rsch/PaperMemory/releases/tag/0.4.2.3">0.4.2.3</a>
<em>(2021-12-13)</em>
<ul>
<li>[dev] Hotfix: match ACL pdf webpages</li>
Expand Down

0 comments on commit 02775b1

Please sign in to comment.