Jabref Daily: LibreOffice Citations Get Serious Upgrades
JabRef shipped a cluster of LibreOffice integration improvements—partial citations, track-changes support, and database preference handling—alongside performance work on the entry editor and a major text-rendering migration for BibTeX source highlighting.
Duration: PT2M49S
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-04T04:01:42Z
- Audio duration: PT2M49S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's August 4th, 2026, and this is JabRef Daily.
The clear throughline today is LibreOffice integration maturing fast, with three related pull requests landing or opening within the same stretch.
PR 16459 from subhramit adds partial citation support for JStyles—author-year without parentheses, author-only, or year-only—giving users the flexibility long available in other reference managers. PR 16458 follows immediately with track-changes support for the LibreOffice integration itself, matching Zotero's…
Second theme: rendering and performance. PR 16328 is a substantial migration, replacing the RichTextFX code editor with the newer incubator CodeArea component, which required rebuilding both search and BibTeX syntax highlighting from scratch in the source tab and import dialog. That's foundational work—expect some…
On the infrastructure side, koppor's two PRs—15785 for auto-merging main into pull requests, and 16483 fixing a merge-queue race condition—both aim at reducing manual maintenance overhead on CI. Worth noting: 16483 needed a second pass to gate on the actual precondition, an open draft PR, rather than a label, making…
Smaller but useful: 16468 fixes a main-table spinner that…