Skip to content

Releases: hiulit/RetroPie-Fun-Facts-Splashscreens

v2.0.0 (February 12th 2018)

12 Feb 09:13
Compare
Choose a tag to compare

Fixed

  • Fixed check_dependencies.
  • Fixed files permissions after updating the script.
  • Fixed scriptmodule files and help.
  • Fixed Set text color dialog, which was crashing after clicking the Back button.
  • Fixed GUI error messages going to >&2.

Added

  • Added --add-fun-fact option to add new Fun Facts!.
  • Added --remove-fun-fact option to remove Fun Facts!.
  • Added --edit-config option to edit the config file.
  • Added --reset-config option to reset the config file.
  • Added --enable-log option to enable logging.
  • Added --disable-log option to disable logging.
  • Added --restore-defaults option to restore default files (splashscreen, config file and Fun Facts!).
  • Added functionality to download the Fun Facts! Splashscreens default splashscreen if it doesn't exist.
  • Added functionality to download the Fun Facts! Splashscreens config file if it doesn't exist.
  • Added functionality to download the Fun Facts! Splashscreens text file if it doesn't exist.
  • Added log file fun-facts-splashcreens.log.
  • Added functionality to enable/disable logging in the config file.
  • Added functionality to enable/disable script at boot in the config file.
  • Check if the script is used as a scriptmodule.

Changed

  • Updated Fun Facts!.
  • Changed default-splashscreen.png for retropie-default.png.
  • Changed fun-facts-settings.cfg for fun-facts-splashscreens-settings.cfg.
  • Silenced some outputs.
  • Removed CODE_OF_CONDUCT.md, ISSUE_TEMAPLATE.md and PULL_REQUEST_TEMPLATE.md as nobody, not even me, was using them :)

v1.5.0 (January 15th 2018)

15 Jan 15:31
Compare
Choose a tag to compare

Fixed

  • Fixed issue in create_fun_fact() which was not getting proper values and therefore making the function not to work.
  • Fixed issue in Set splashscreen path option which was setting the path incorrectly.

Added

  • Merged #16 - More Fun Facts! thanks to Thunderforge.
  • Added documentation for --version.
  • Added a style guide for adding new Fun Facts!.

Changed

  • Applied the style guide to Fun Facts!.
  • Updated help for the scriptmodule.
  • Cleaned up code and comments.
  • Changed some outputs that were too much verbose.

v1.4.1 (December 30th 2017)

30 Dec 10:11
Compare
Choose a tag to compare

Fixed

  • Don't check for updates when using script as scriptmodule.

v1.4.0 (December 29th 2017)

29 Dec 21:59
Compare
Choose a tag to compare

Added

  • Check if there are updates to download #12.
  • Split colors into basic colors and full list of colors #9.

v1.3.0 (December 26th 2017)

26 Dec 22:47
Compare
Choose a tag to compare

Added

  • Merged #13 - More Fun Facts! thanks to Thunderforge.
  • Added --version to check the version of the script.
  • Added check_version and get_last_commit functions.
  • Updated help info when using --help.

Changed

  • Removed check_config for apply_splash (not needed).

v1.2.0 (December 21st 2017)

21 Dec 12:17
Compare
Choose a tag to compare

Added

  • Check to see if Fun Facts! splashscreen is already created before trying to apply it.

Fixed

  • Fixed Version and Last commit.
  • Fixed --update function to show a message box when using the script as a scriptmodule.

v1.1.0 (December 18th 2017)

18 Dec 12:15
Compare
Choose a tag to compare

Added

  • --apply-splash to use the generated Fun Facts! splashscreen.
  • --update to check if the Fun Facts! script needs updates.

Deprecated

  • --splash is now --splash-path.

v1.0.1 (December 13th 2017)

13 Dec 16:21
Compare
Choose a tag to compare

Fixed

  • Fixed a typo that was making getDepends not working in the scriptmodule.

v1.0.0 (December 12th 2017)

12 Dec 21:34
Compare
Choose a tag to compare

Added

  • Merged #4 from @meleu.
    • Added --splash argument.
    • Added --text-color argument.
  • Added --gui argument. All the functions can be performed in a more friendly manner.
  • Created fun-facts-settings.cfg config file.
  • Added a bunch of new Fun Facts!.

Changes

  • Default splashscreen is now default-splashscreen.png.
  • Resulting Fun Facts! splashscreen is now fun-facts-splashscreen.png.
  • Use of --splash to set splashscreen path.
  • Use of --text-color to set text color.
  • fun-facts-settings.cfg can be edited directly instead of using --splash or --text-color to store the splashscreen path and the text color values.

Deprecated

  • Removed arguments for --create-fun-fact and --enable-boot. Added --splash to set the splashscreen path and --text-color to set the text color.
    • Options for --create-fun-fact:
      • $1: Path to the splashscreen to be used.
      • $2: Text color.
    • Options for --enable-boot:
      • $1: Path to the splashscreen to be used.
      • $2: Text color.

v0.4.0 (November 18th 2017)

18 Nov 21:23
Compare
Choose a tag to compare

Added

  • Options for --enable-boot:
    • $1: Path to the splashscreen to be used.
    • $2: Text color.

Example: sudo ./es-fun-facts-splashscreens.sh --enable-boot /home/pi/Downloads/retropie-2014.png black

If no options are passed to --create-fun-fact, the script takes the splashscreen and the text color defaults, splash4-3.png and white, respectively.