Jabref Daily: Journal Lookup Gets a New Backend
JabRef is replacing its broken journal information popup with data pulled directly from Crossref and OpenAlex, fixing a feature that had gone dark when JabRef Online's SCImago endpoint stopped working. A large batch of translation updates also landed, refreshing the app's language files across two dozen locales.
Duration: PT2M4S
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-08-06T04:00:44Z
- Audio duration: PT2M4S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's August 6th, 2026, and here's what moved in JabRef overnight.
The headline is a repair job on a feature that quietly broke. PR 16504, from Siedlerchr, replaces the journal lookup that used to run through JabRef Online's SCImago endpoint - which stopped working - with direct calls to Crossref and OpenAlex instead. Practically, that means the journal info popup is back in…
The second theme is routine but worth noting for release hygiene: PR 16493 and its companion commit, e878a05, bring in a large batch of Crowdin translation updates - French, Spanish, Arabic, German, Japanese, Korean, and about twenty other locales all got refreshed property files. Nothing functional changes here,…
Put together, today's activity is really one meaningful fix wrapped in routine translation maintenance. The journal lookup replacement is the one to watch - it swaps out a dead external dependency for two live ones, which is good for reliability, but also means new failure modes to monitor, like API rate limits or…
What's next: keep an eye on how the opt-in consent flow reads after the wording change, and watch for any follow-up fixes if Crossref or OpenAlex responses need normalization.
Tha…