Jabref Daily: OpenOffice Settings Get an Overhaul

A two-part rework of JabRef's OpenOffice integration settings landed this week, tightening which spacing and style options are available depending on citation style, while separate fixes addressed a UI freeze and preference visibility gaps.

Duration: PT2M27S

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-10T04:00:26Z
  • Audio duration: PT2M27S

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 10th, and here's what moved in JabRef.

The big story this week is a two-part cleanup of OpenOffice integration settings, led by contributor pluto-han. The first piece, PR 16461, went through three rounds of change requests and 26 comments before merging. It reworks how spacing options behave depending on citation style — when you're using a JStyle,…

The follow-up, PR 16517, is still in review. It reintroduces the add-space-after option that got pulled in the first change, but this time behind a safer dispatch mechanism to stop citation formatting from bleeding into surrounding text. Worth noting: the author flagged this code was partly AI-assisted and reviewed…

Second theme: background thread safety. PR 16518 from SebastianHauss fixes a freeze that happened when switching citation providers — matching fetched entries against the library was running on the JavaFX UI thread instead of in the background. It now works off a snapshot taken ahead of time, closing out two linked…

Smaller but useful: PR 16519 adds a visual indicator in Web Search preferences showing which fetchers already have an API key saved, with a tooltip and aligned layout — a small but real…

Wha…

Nearby episodes from Jabref Daily

  1. Cleanup, Reliability, and a Bit of Housekeeping
  2. Getting Off the JavaFX Thread
  3. External Service Reliability and Platform Fixes
  4. New Search Fetcher, Leaner CI
  5. Cleaning Up Null Safety and Dead Code
  6. Preferences Consolidation and a CI Security Fix
  7. Preferences Get Personal
  8. Journal Lookup Gets a New Data Source