Jabref Daily: OpenOffice Spacing Overhaul Continues

The OpenOffice integration is getting a multi-part rework of citation spacing and style preferences, while two smaller fixes address a UI freeze and improve API key visibility in Web Search settings.

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-10T04:01:06Z
  • 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 10th, 2026, and this is Jabref Daily.

Today's biggest signal is a two-part rework of OpenOffice citation settings, split across PRs 16461 and 16517, both from contributor pluto-han. The pattern here is careful, incremental correction: PR 16461 first removed the tweakable "add space after" option and made "add space before" configurable for J-styles,…

Second theme: background thread safety. PR 16518 from SebastianHauss fixes a real freeze — matching fetched citation entries against the library was running on the JavaFX UI thread inside a success callback, locking up the window when switching citation providers. The fix moves that matching into the background task…

Smaller but useful: PR 16519 from kerollosy adds a visual indicator in Web Search preferences showing which fetchers already have a saved API key, with aligned columns so the configure buttons stay tidy. Straightforward UX polish, no functional risk.

What's next: watch for the OpenOffice spacing settings to stabilize as more feedback comes in, and confirm the citation matching fix actually eliminates the freeze in practice.

That's the briefing for August 10th. Back tomorrow with more from the JabRef…

Nearby episodes from Jabref Daily

  1. Cleanup, Reverts, and Infrastructure Hardening
  2. Getting Off the JavaFX Thread
  3. Polishing the Integration Layer
  4. New Fetcher on Deck, CI Gets Smarter
  5. Cleaning Up Null Safety and Dead Code
  6. Preferences Consolidation and a Security Fix
  7. Preferences Get Personal
  8. Journal Lookup Gets a New Backend