File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
All notable changes to this repository will be documented in this file.
3
3
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
+
4
9
## [ 1.2.0] - 2024-01-17
5
10
### Added
6
11
- 🚀 ** New Feature:** OpenReview URL support (experimental) [ PR #11 ] ( https://github.com/denkiwakame/arxiv2notion/pull/11 ) [ PR #12 ] ( https://github.com/denkiwakame/arxiv2notion/pull/12 )
Original file line number Diff line number Diff line change 5
5
6
6
#### Supported Format
7
7
[ ![ 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/ )
9
10
10
11
Easy-to-use arXiv clipper for [ Notion] ( https://www.notion.so ) based on [ Notion API] ( https://developers.notion.com/ )
11
12
@@ -17,7 +18,7 @@ Easy-to-use arXiv clipper for [Notion](https://www.notion.so) based on [Notion A
17
18
- arxiv2notion is now available at [ Chrome Store] ( https://chromewebstore.google.com/detail/arxiv2notion/jfgdgmjlakndggcpknmanlpgjgjbcbli ) 🚀.
18
19
19
20
### b. Install Manually
20
- - download extension package from
21
+ - download extension package from
21
22
https://github.com/denkiwakame/arxiv2notion/releases/latest
22
23
- for Chrome, navigate to ` chrome://extension `
23
24
- drag and drop the extension from your file manager anywhere onto the extensions page
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " arxiv2notion" ,
4
4
"description" : " easy-to-use arXiv clipper for notion.so" ,
5
- "version" : " 1.2 .0" ,
5
+ "version" : " 1.3 .0" ,
6
6
"icons" : {
7
7
"128" : " icon128.png"
8
8
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arxiv2notion" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " easy-to-use arXiv clipper" ,
5
5
"contributors" : [
6
6
" denkiwakame<denkivvakame@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments