Skip to content

Releases: j3soon/arxiv-utils

v1.8.5

04 Aug 12:35
Compare
Choose a tag to compare

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

01 Jun 19:12
Compare
Choose a tag to compare

Breaking Changes:

  • Navigate to urls without trailing pdf

Features:

  • Support www.arxiv.org subdomain

Fixes:

  • Rename PDF tabs not ending with .pdf` (#40)

Full Changelog: v1.8.3...v1.8.4

v1.8.3

13 Apr 21:17
Compare
Choose a tag to compare

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

13 Oct 04:39
Compare
Choose a tag to compare

Features:

  • Optimize link injection by inserting elements before arXiv API request

Bug fixes:

  • Fix direct download error on paper titles with colons

v1.8.1 (for firefox only)

09 Oct 14:34
Compare
Choose a tag to compare

Features:

  • Optimize Firefox PDF viewer performance

Bug fixes:

  • Fix PDF redirection for Firefox

v1.8.0

08 Oct 12:20
Compare
Choose a tag to compare

Features:

  • Add RSS feed link in Extra Services
  • Add paper id option for filename format
  • Improve navigation support for PMLR and NIPS

Bug fixes:

  • Adapt to new arxiv.org behavior, which redirects (HTTP 302) PDF pages to browse.arxiv.org.

v1.7.4

11 Aug 13:19
Compare
Choose a tag to compare

Features:

  • Add navigation support for arxiv-vanity, OpenReview, NIPS, PMLR, CVF
  • Add keyboard shortcut (i.e., hotkey) to trigger action (Alt+A)
  • Add option for Open In New Tab

v1.7.3 (for firefox only)

03 May 15:36
Compare
Choose a tag to compare

Bug fixes:

  • Fix firefox PDF redirection pattern to only match urls containing .pdf
  • Add options for disabling PDF redirection

v1.7.2

23 Apr 06:40
Compare
Choose a tag to compare

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

18 Apr 17:23
Compare
Choose a tag to compare

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)