Releases: j3soon/arxiv-utils
Releases · j3soon/arxiv-utils
v1.8.5
What's Changed
Breaking Changes:
- When downloading papers,
:
in the paper title is replaced with,
instead of_
.
Features:
- Add link to alphaXiv in extra services menu by @htadashi in #46
- Support IEEE navigation (#43)
- Support HuggingFace navigation
- Added unit tests
Full Changelog: v1.8.4...v1.8.5
v1.8.4
v1.8.3
Features:
- Add navigation support for JMLR and
arxiv.org/html
- Remove deprecated arXiv Vanity
- Exit gracefully upon catching exceptions in navigation tests
Full Changelog: v1.8.2...v1.8.3
v1.8.2
v1.8.1 (for firefox only)
Features:
- Optimize Firefox PDF viewer performance
Bug fixes:
- Fix PDF redirection for Firefox
v1.8.0
v1.7.4
v1.7.3 (for firefox only)
Bug fixes:
- Fix firefox PDF redirection pattern to only match urls containing .pdf
- Add options for disabling PDF redirection
v1.7.2
Breaking Changes:
- Default filename now include arXiv version number.
Features:
- (Firefox) Add experimental config for external PDF viewer
- Support renaming ar5iv page titles
- Add more filename options, e.g., version number
Bug fixes:
- (Firefox) Fix new tab opened at the end of the tab list instead of next to the current tab.
- Fix scrolling to the end of the tab list when opening a new tab.
- Support URLs with:
- trailing double slash
- arXiv old URLs
- query strings and fragments
v1.7.1
Features:
- Add extra services such as ar5iv and arXiv Vanity
- Add help menu item on action button right-click
- Correctly enable/disable action button upon installing/enabling extension
- (Chrome & Edge) Inject content scripts to pre-existing tabs upon installing/enabling extension
Bug fixes:
- (Firefox) Remove duplicated Direct Download links caused by re-enable/re-install
Maintenance:
- Automated navigation tests with Selenium
- Automated build and publish
- (Chrome & Edge) Upgrade to Manifest v3
- (Firefox) Kept at Manifest v2 (the unreleased v1.7.0)
- Refactored Code (Major changes)