Jabref Daily: Preferences Consolidation and a CI Security Fix
JabRef pulled several external tool settings—Pandoc paths, OCR engine selection, and citation export scope—into cleaner preferences workflows, while a quiet but important fix closed a command-injection risk in the project's GitHub Actions pipeline.
Duration: PT2M34S
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-08T04:00:04Z
- Audio duration: PT2M34S
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 8th, 2026, and this is JabRef Daily.
The clearest pattern in yesterday's activity: JabRef is consolidating how external tools and export options are configured, making preferences more discoverable and safer to use.
Start with export functionality. PR 16492 extends "Export Cited" — previously JStyle-only — to CSL and BST styles, letting users pull cited entries into a new library regardless of citation style. The commit history behind it, from Subhramit Basu, shows a long iterative cleanup: renaming classes, removing dead…
Two other PRs follow the same preferences-consolidation theme. PR 16471 moves Pandoc path configuration out of the OpenOffice tab into its own preferences page, with automatic detection and clearer warnings when BST styles need it. PR 16455 adds OCR engine selection — choosing between OCRmyPDF and Docling — with…
Separately, PR 16376 quiets AI task notifications when auto-generation for summaries and embeddings is enabled, treating the feature as opt-in and trusting users who turned it on.
The most important item for maintainers is commit bc1f0bf, PR 16508. Two workflow files used unquoted heredocs. One simply broke link text in conflict…