Skip to content

Commit c5b8d7f

Browse files
committed
new release
1 parent aed8763 commit c5b8d7f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOG
22
All notable changes to this repository will be documented in this file.
33

4+
## [1.3.0] - 2024-05-28
5+
### Added
6+
- 🚀 **New Feature:** ACL Anthology URL support (experimental) [PR#16](https://github.com/denkiwakame/arxiv2notion/pull/16)
7+
- 🚀 **New Feature:** support for old arXiv identifier [PR#15](https://github.com/denkiwakame/arxiv2notion/pull/15) @aralsea
8+
49
## [1.2.0] - 2024-01-17
510
### Added
611
- 🚀 **New Feature:** OpenReview URL support (experimental) [PR#11](https://github.com/denkiwakame/arxiv2notion/pull/11) [PR#12](https://github.com/denkiwakame/arxiv2notion/pull/12)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
#### Supported Format
77
[![arxiv](https://img.shields.io/badge/arxiv.org-API-red.svg)](https://info.arxiv.org/help/api/index.html)
8-
[![arxiv](https://img.shields.io/badge/openreview.net-parser-purple.svg)](https://openreview.net/)
8+
[![openreview](https://img.shields.io/badge/openreview.net-parser-purple.svg)](https://openreview.net/)
9+
[![acl](https://img.shields.io/badge/aclanthology.org-parser-purple.svg)](https://aclanthology.org/)
910

1011
Easy-to-use arXiv clipper for [Notion](https://www.notion.so) based on [Notion API](https://developers.notion.com/)
1112

@@ -17,7 +18,7 @@ Easy-to-use arXiv clipper for [Notion](https://www.notion.so) based on [Notion A
1718
- arxiv2notion is now available at [Chrome Store](https://chromewebstore.google.com/detail/arxiv2notion/jfgdgmjlakndggcpknmanlpgjgjbcbli) 🚀.
1819

1920
### b. Install Manually
20-
- download extension package from
21+
- download extension package from
2122
https://github.com/denkiwakame/arxiv2notion/releases/latest
2223
- for Chrome, navigate to `chrome://extension`
2324
- drag and drop the extension from your file manager anywhere onto the extensions page

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "arxiv2notion",
44
"description": "easy-to-use arXiv clipper for notion.so",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"icons": {
77
"128": "icon128.png"
88
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arxiv2notion",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "easy-to-use arXiv clipper",
55
"contributors": [
66
"denkiwakame<denkivvakame@gmail.com>",

0 commit comments

Comments
 (0)