| Date: | 2026-08-07 |
| Version: | 3.36-beta.4 |
| Status: | Beta |
| Download: | 64-bit mp3tag-v3.36-beta.4-x64-setup.exe |
| 32-bit mp3tag-v3.36-beta.4-setup.exe |
3.36-beta.4 (2026-08-07)
- NEW: added scripting functions
columnNames(x,y)andcolumnValues(x,y)to retrieve all names and values of File List columns. - NEW: optional fourth parameter for
$list()scripting function which specifies the separator for multiple field values. - NEW: added support for updating renamed associated *.cdg and *.lrc files when those are configured to be listed in the File List. (#71689)
- CHG: improved handling of long paths when copying, moving, and deleting files accessed via UNC paths. (#71698)
- FIX: favorite directory menu item and toolbar button were disabled after loading individual files from that folder. (#71684)
- FIX: cover window element on the Tag Panel allowed adding covers via drag and drop even if no files were selected. (#71699)
- FIX: prevented anything except
texttracks to be parsed as QuickTime MP4 chapters.
3.36-beta.3 (2026-08-03)
- NEW: extended Web Sources Framework function
json_foreachto iterate JSON objects and output object keys viajson_foreach_counter. (#71649) - FIX: ZIP archive for exported configuration settings used Windows folder separator which made the archive incompatible with Linux. (#71681)
- FIX: Web Sources Framework function
json_foreachexecuted loop body for empty or missing JSON arrays. (#66005) - FIX: horizontal scrollbar was missing on a horizontally-aligned Tag Panel when the cover window element was disabled. (#71633)
- FIX: moving a separator item at Options > Tag Panel resulted in displaying an empty item name. (#71632)
- FIX: disabled labels in auto-numbering wizard appeared bold or embossed in dark mode. (#60558)
- CHG: improved border color for multiline Tag Panel fields in dark mode and adjusted border style in light mode. (#60558)
3.36-beta.2 (2026-07-09)
- NEW: added support for exporting to multiple output files by grouping input files according to a user-defined format string and exporting each group separately. (#6864, #14116, #19342)
- NEW: added scripting function
fmtDateto format raw timestamps into human-readable dates using a user-defined format string. (#71556)
3.36-beta.1 (2026-07-06)
- FIX: integer conversion overflow in web sources framework function
json_select_many. (#71567) - CHG: moved Tag Sources querying and execution to dedicated worker threads so that UI is no longer blocked for long-running queries.
- CHG: improved performance of executing Tag Sources.