Skip to content

Latest commit

 

History

History
executable file
·
106 lines (86 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

executable file
·
106 lines (86 loc) · 6.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

Version 2.0 - 2022-10-21

Added

  • Full python rewrite.
  • Proper automated test suite with > 50% code coverage.
  • New databases: Arcade ROMs DB, Coin-Op Collection, MiSTer SAM, MiSTer Extensions (wizzo), and 2oled DBs.
  • New UI engine.
  • New Settings Screen structure with friendlier texts.
  • Color themes support for the Settings Screen.

Changed

  • More stylized CLI output.

Removed

  • MAME Getter & HBMAME Getter, which are now replaced by the Arcade ROMs DB.
  • Following INI files: update_all.ini, update_jtcores.ini, and update_names-txt.ini
  • Toggle for coming back to the old updater.
  • Option for deleting all cores, as Downloader validation mechanisms makes this unnecessary.
  • Support for KEEP_USBMOUNT_CONF option as it's no longer necessary.

Version 1.4 - 2021-09-17

Added

  • Downloader support. Main cores, JT cores, LLAPI cores, and Unofficial cores can be installed now using the new MiSTer Downloader. New users or old users of Update All without custom setups (non-default options at update.ini, update_unofficials.ini, update_llapi.ini or update_jtcores.ini, except DOWNLOAD_BETA_CORES which doesn't count) will have it activated by default. Old users with custom setups may activate it through the Misc menu, like shown in this video. Keep in mind though, that your custom options will not be considered by the new Downloader, and everything will be installed at /media/fat by now.
  • Arcade Organizer 2.0. Arcade Organizer changelog is here. The Settings Screen offers a new Arcade Organizer menu that allows you to change many of the new options from the 2.0 version.
  • Arcade Offset. Patched MRA files maintained by Atrac17. Check its repository for more info.
  • KEEP_USBMOUNT_CONF option at update_all.ini. When set to true, it will keep the /etc/usbmount/usbmount.conf file between Linux updates.

Changed

  • Linux Updates are now always performed at the end.
  • Scripts/.cache folder has been renamed to Scripts/.config.
  • Installation ZIPs are now located at GitHub Releases.
  • Minor tweaks and fixes.

Version 1.3 - 2020-07-29

Added

  • Misc submenu in Settings screen.
  • Toggle button in Settings screen to activate/deactivate scripts faster.
  • Clean all cores in misc menu. #9
  • Option to change Organized folder to _Arcade added.
  • Option to change pause time added.
  • Option to change countdown time added.
  • Settings screen made compatible with updater-pc for windows.
  • Added /nopause argument option for updater-pc windows runnables (update_all_win.bat and update_all_win_db9_snac8.bat).
  • Added exit code return for updater-pc for windows.
  • Added forced Settings screen when file 'settings-on' is present on the folder that contains update_all script. This file will be removed automatically after save.

Changed

  • Optimized MAME Getter, HBMAME Getter and Arcade Organizer for first runs.
  • Autoreboot option moved to Misc submenu.
  • Default updater INI files for clean setups are now: update.ini, update_jtcores.ini, update_unofficials.ini and update_llapi.ini.
  • Removed support for INI options: MAME_GETTER_FORCE_FULL_RESYNC, HBMAME_GETTER_FORCE_FULL_RESYNC, ARCADE_ORGANIZER_FORCE_FULL_RESYNC.
  • Fixes in INI handling, now it works correctly in some corner cases that weren't properly covered before.
  • Cache files moved from Scripts/.update_all to Scripts/.cache/update_all
  • Other minor fixes.

Version 1.2 - 2020-07-03

Added

  • Settings screen with many options. #14
  • Bios getter.
  • "names.txt" updater. #19
  • Clean folder options in settings menu. #9
  • Minor fixes and improvements.
  • Added INI options for Settings screen, BIOS Getter and "names.txt" Updater.

Changed

  • Updater for Windows and Linux (updater-pc) includes now dialog and other programs and files, so the Settings screen work there too. Users need to redownload the zip for this update, though.
  • Deprecated INI options: MAME_GETTER_FORCE_FULL_RESYNC, HBMAME_GETTER_FORCE_FULL_RESYNC, ARCADE_ORGANIZER_FORCE_FULL_RESYNC (will still work for a few months).

Version 1.1 - 2020-06-19

Added

  • Updater for Windows and Linux (updater-pc). #8
  • LLAPI Updater. #10
  • Support for /media/usb0 #7
  • Significant speed improvements, specially for incremental updates.
  • Autoreboot. #5
  • ZIP setup files, for convenience. #16
  • Global log saved at: /Scripts/.update_all/update_all.log #6
  • Fails if some script fails, and tells you which one failed.
  • Deletes the following folders if they are empty: /games/mame /games/hbmame /_Arcade/mame /_Arcade/hbmame /_Arcade/mra_backup
  • Removes broken symlinks in ORGDIR from Arcade Organizer. #17 #18
  • Added INI options: MAME_GETTER_FORCE_FULL_RESYNC, HBMAME_GETTER_FORCE_FULL_RESYNC, ARCADE_ORGANIZER_FORCE_FULL_RESYNC.

Changed

  • Blue dialog about ENCC_FORKS on first run removed.
  • Deprecated INI options: ALWAYS_ASSUME_NEW_STANDARD_MRA, ALWAYS_ASSUME_NEW_ALTERNATIVE_MRA (will still work for a few months).

Version 1.0 - 2017-06-7

Added

  • MiSTer-devel Updater.
  • DB9 / SNAC8 Updater.
  • Jotego Updater.
  • Unofficial Updater.
  • MAME Getter.
  • HBMAME Getter.
  • Arcade Organizer.