Added backlog sync flag for export to not overwrite equal files.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s

This commit is contained in:
Willem Cazander 2024-07-01 22:40:06 +02:00
parent 3a471f9f45
commit a6d8d1170b

View file

@ -173,14 +173,17 @@ Current set is WIP.
* Bug: screenshots sometimes segfaults when using SDL renderer * Bug: screenshots sometimes segfaults when using SDL renderer
* Bug: screenshots don't work without throttle * Bug: screenshots don't work without throttle
* Bug: Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround * Bug: Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround
* Audio+midi device init option + warning messages on computer without sound card * (FIXED) Audio device init option + warning messages on computer without sound card
* MIDI device init option + warning messages on computer without sound card
* Enhancing the IDE CD-ROM support * Enhancing the IDE CD-ROM support
* Command setcolor does not work on MSX1 vdp TMS9918 * Command setcolor does not work on MSX1 vdp TMS9918
* Diskmanipulator export fully non-cased filename compare (duplicates) * Diskmanipulator export (sync) fully non-cased filename compare (duplicates)
* Diskmanipulator export (sync) don't touch/overwrite unmodified files
* Diskmanipulator reuse the device defined filename * Diskmanipulator reuse the device defined filename
* run instance-id or run/process-label to replace hardcoded "untitled1" path * run instance-id or run/process-label to replace hardcoded "untitled1" path
* Remove msg or add ignore sram-fully or blank setting: SRAM file nms8250.cmos not found, assuming blank SRAM content. * Remove msg or add ignore sram-fully or blank setting: SRAM file nms8250.cmos not found, assuming blank SRAM content.
* Video record append mode + optional multiple previds to glue videos as one * Video record append mode + optional multiple previds to glue videos as one
* (FIXED) Allow for `set renderer none` in TCL or command argument for headless mode
* SDL-NULL as window less renderer so that screenshot and/or video works headless * SDL-NULL as window less renderer so that screenshot and/or video works headless
* DocUpdate: Add speed note because it is slow + add example "after quit {export hdd}" * DocUpdate: Add speed note because it is slow + add example "after quit {export hdd}"
* DocUpdate: Wrap all TCL commands in catch+stderr+exit1 * DocUpdate: Wrap all TCL commands in catch+stderr+exit1