Releases: hiulit/RetroPie-Fun-Facts-Splashscreens
Releases · hiulit/RetroPie-Fun-Facts-Splashscreens
v2.0.0 (February 12th 2018)
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 theBack
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
forretropie-default.png
. - Changed
fun-facts-settings.cfg
forfun-facts-splashscreens-settings.cfg
. - Silenced some outputs.
- Removed
CODE_OF_CONDUCT.md
,ISSUE_TEMAPLATE.md
andPULL_REQUEST_TEMPLATE.md
as nobody, not even me, was using them :)
v1.5.0 (January 15th 2018)
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)
Fixed
- Don't check for updates when using script as scriptmodule.
v1.4.0 (December 29th 2017)
v1.3.0 (December 26th 2017)
Added
- Merged #13 - More Fun Facts! thanks to Thunderforge.
- Added
--version
to check the version of the script. - Added
check_version
andget_last_commit
functions. - Updated help info when using
--help
.
Changed
- Removed
check_config
forapply_splash
(not needed).
v1.2.0 (December 21st 2017)
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)
Added
--apply-splash
to use the generated Fun Facts! splashscreen.--update
to check if the Fun Facts! script needs updates.
Deprecated
is now--splash
--splash-path
.
v1.0.1 (December 13th 2017)
Fixed
- Fixed a typo that was making
getDepends
not working in the scriptmodule.
v1.0.0 (December 12th 2017)
Added
- Merged #4 from @meleu.
- Added
--splash
argument. - Added
--text-color
argument.
- Added
- 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)
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.