Jabref Daily: ArXiv Fetcher Overhaul and Small Polish Fixes
The biggest change today is a rework of the ArXiv fetcher to match the current API and add rate limiting, closing two outstanding issues. Two smaller fixes rounded out the day: a hover styling tweak in the entry editor and a corrected Javadoc link in CLI preferences.
Duration: PT2M17S
Episode overview
This episode is a short developer briefing from Jabref Daily.
It explains recent repository work in plain language.
- Show: Jabref Daily
- Published: 2026-07-12T04:00:33Z
- Audio duration: PT2M17S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's July 12, 2026, and this is Jabref Daily.
The headline today is reliability work on the ArXiv fetcher. Everything else was small, targeted cleanup.
PR sixteen-two-eleven from Siedlerchr, backed by commit oh-three-one-nine-nine-b-b, rewrites the ArXiv fetcher and its query transformer to match ArXiv's actual API documentation, adds rate limiting, and fixes the associated tests. The commit history shows real iteration here — the fetcher logic moved into the query…
Two smaller, unrelated fixes round out the day. PR sixteen-two-two-six from KenM66 addresses a visual bug where the optional-field "add" chips in the entry editor changed shape on hover — now only the background color shifts, keeping the layout stable. It's a UI polish item, closing issue one-six-one-eight-eight,…
No single thread ties all three together beyond general codebase upkeep, but the ArXiv work is clearly the one with real user-facing weight — it's fixing broken functionality and adding protective rate limiting, not just cosmetics.
What's next: keep an eye on ArXiv fetcher behavior in practice now that rate limiting is live — if limits are too conservative, expect a follow-up tuning PR. The entry editor hover…
Nearby episodes from Jabref Daily
- Consistency Fixes Across Search and Data Handling
- Test Reliability and Citation Metadata Catch-Up
- Duplicate Fixes and the Arxiv Migration
- Zotero Compatibility and Preview Rendering Push
- Entry Editor Polish and the JavaFX Web Exit
- Parsing Fixes and Packaging Guardrails
- Zotero Compatibility and a Cleanup Grab Bag
- Build Pipeline Overhaul and UI Cleanup