DecksMD
← All releases

DecksMD 1.13.1

Released 29 May 2026

Changes

Localization fixes — edit modal and flashcard manager

The "Edit flashcard" modal now fully respects the active language. The modal title, all field labels (Header, Body, Front, Back, Notes, Hint, Image), and the Cancel / Save / Saving buttons were previously hardcoded in English — they are now translated across all 13 supported languages.

The "Load more (N remaining)" button in the flashcard manager panel was also hardcoded in English and is now localized.

Stat column headers no longer truncate

The "New" and "Due" column headers in the deck list were fixed at 44 px, which was too narrow for longer translated labels (e.g. "К повторению" in Russian). The deck table now uses CSS subgrid so both columns size to their widest content across header and data rows, keeping numbers aligned under their labels regardless of language.

Tab buttons handle long translations correctly

Tab labels that are too long for their equal-width slot are now truncated with an ellipsis instead of wrapping to a second line. Hovering a truncated tab shows the full label in a tooltip.

Mobile header buttons fixed

The edit, grid, chart, and refresh buttons in the deck list header were unresponsive on mobile — only the profiles button worked. A shared debounce state was swallowing touch events for those buttons. They now respond correctly on touch devices.

Also on GitHub.