Skip to content

Releases: hiulit/RetroPie-Limit-Last-Played-Games

[2.1.4] - 2019-02-14

14 Feb 15:11
Compare
Choose a tag to compare

Fixed

  • The script won't ask anymore to restart EmulationStation (if it's running) when debug mode is on.

[2.1.3] - 2018-12-23

23 Dec 00:14
Compare
Choose a tag to compare

Fixed

  • Files permissions.

Added

  • Debug mode dialog when using the script via the EmulationStation's RetroPie menu.
  • Debug mode text in script's title when debug mode is on.

[2.1.2] - 2018-09-20

20 Sep 13:41
add12cc
Compare
Choose a tag to compare

Fixed

  • Escape special characters function.

Added

  • Validate XML function.

[2.1.1] - 2018-09-13

13 Sep 09:28
4448072
Compare
Choose a tag to compare
  • Issue with duplicate game names but different <lastplayed> tags in gamelist.xml. Now the script takes both the game name and its <lastplayed> tag to avoid duplicates. If there are more than one game with same name and <lastplayed> tag, the script won't work.
  • Escape game names with single quotes in gamelist.xml.
  • Escape ampersands (&) in gamelist.xml.

[2.1.0] - 2018-09-12

12 Sep 11:26
766597c
Compare
Choose a tag to compare

Added

  • Dialog asking if the user wants to restart EmulationStation when the script is done.
  • Output message for the games that will be shown in the 'last played' section.

Fixed

  • When there are duplicated tags in different games the script crashes. Now, if the scripts find duplicates, it looks for the game's name (it should be different).

[2.0.0] - 2018-09-07

10 Sep 10:29
2d9bb94
Compare
Choose a tag to compare

Added

  • Option to install/Uninstall the script from EmulationStation's RetroPie menu.
  • GUI mode.
  • Debug mode - To test the script. No harm will done to the gamelists ;)
  • Log files - Found in /home/pi/Retropie-Limit-Last-Played-Games/logs).

Fixed

Changed

  • Refactored the code to create backups. Now the folder is called gamelist-backups (inside the $SYSTEM_ROMS folder) and contains all the game lists backups, named [DATE]-gamelist-backup.xml.
  • Added more error/success output messages.
  • Better control of what games have to be processed.

[1.0.0] - 2018-03-01

01 Mar 15:46
Compare
Choose a tag to compare
  • Released version 1.0.0.