@@ -5,14 +5,17 @@ humans](https://keepachangelog.com).
55
66### Version 3.20.0 (2026-05-TBA)
77
8- - Added: Support for RetroArch compatible frontend output. Thanks to @SineSwiper
9- for the valueable input
8+ - Added: Scraping of TheGamesDB video media. Set ` --flags video ` or use option
9+ [ ` videos=true ` ] ( CONFIGINI.md#videos ) .
10+ - Added: Support for RetroArch compatible frontend output. See
11+ [ frontend] ( FRONTENDS.md#retroarch ) documentation. Thanks to @SineSwiper for
12+ the valueable input
1013- Changed: Region prioritization by filename. Before this version any region
1114 detected in a filename has had the highest priority (put first in the list in
1215 the order they appear in the filename) for finding a match. Then followed by
13- the configured region prios. With this version the filename detected regions
14- are also added in order as they appear in the region priorities. See
15- also the updated [ region
16+ the configured region prios. From this this version onwards the filename
17+ detected regions are added in order as they appear in the region priorities.
18+ See also the updated [ region
1619 documentation] ( REGIONS.md#default-region-prioritization ) . Thanks for bringing
1720 this to my attention @mattfeeder18
1821- Updated: ` mamemap.csv ` with MAME 0.284 entries and platform definitions of
@@ -60,9 +63,9 @@ humans](https://keepachangelog.com).
6063- Changed: Add ellipsis (...) on truncated text description, when
6164 [ ` maxlength ` ] ( CONFIGINI.md#maxlength ) is reached.
6265- Changed: Initially implemented logic from 2019 which removes cache files when
63- either parameter (m _ or_ t) of ` --cache purge:m=...,t=... ` are matched. Updated
64- implementation removes resource if and only if both parameters (m _ and_ t) are
65- matched, cf. thread in [ RetroPie Forum] ( https://retropie.org.uk/forum/post/306255 ) (since 3.18.3)
66+ either parameter (m _ or_ t) of ` --cache purge:m=...,t=... ` are matched. Updated
67+ implementation removes resource if and only if both parameters (m _ and_ t) are
68+ matched, cf. thread in [ RetroPie Forum] ( https://retropie.org.uk/forum/post/306255 ) (since 3.18.3)
6669- Changed: More pleasant replacement for colons (:) in texts for Pegasus frontend.
6770 Now uses the Unicode counterpart (Modifier Letter Colon, 0xa789) (since 3.18.3). Thanks
6871 @LeeBigelow
@@ -81,9 +84,10 @@ matched, cf. thread in [RetroPie Forum](https://retropie.org.uk/forum/post/30625
8184- Fixed: Some glitches by cache commands which can operate without a platform
8285 given (since 3.18.4). These cache features were added in 3.15.0.
8386- Fixed: Reverted logic to ignore media during esgamelist ingest, unless they
84- are explicitly set (e.g., ` --flags video ` ) (since 3.18.3); regression from
85- 3.18.0, cf. thread in [ RetroPie Forum] ( https://retropie.org.uk/forum/post/306218 ) , thanks for reporting
86- @s1eve-mcdichae1
87+ are explicitly set (e.g., ` --flags video ` ) (since 3.18.3); regression from
88+ 3.18.0, cf. thread in [ RetroPie
89+ Forum] ( https://retropie.org.uk/forum/post/306218 ) , thanks for reporting
90+ @s1eve-mcdichae1
8791- Fixed: Filename output name of cache operations (since
8892 3.18.2), thanks @SineSwiper
8993- Fixed: A set of edgecase bugs, thanks to all reporters.
0 commit comments