-
Notifications
You must be signed in to change notification settings - Fork 2
Dev 1.5.9 as Next Stable Release #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reverse Sync Back Into Dev
Check if the script update requires newer firmware than what is installed, if it does, then warn the user before updating.
Bump Script Version
Minimum Firmware Check Before Script Updates
Just some wording changes in the UI messages to make the intended meaning much clearer.
Wording Changes
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…/dev/all-actions-e6ee9d7de3 Bump actions/checkout from 6.0.1 to 6.0.2 in the all-actions group
Just a very minor change to make the logger tag consistent with other add-ons, which users find it easier to add to Scribe syslog-ng (if needed).
Minor Change
Added code to save the most recent F/W update log file. This way at least the most recent remains available to review when deleting all log files older than 30 days.
Save Most Recent Log File
|
We have not heard from thelonelycoder so I'm prepping this release. |
News from thelonelycoder: https://www.snbforums.com/threads/i-am-wandering.95672/post-984053 |
Agreed. |
Forms post update = READY
Readme update = COMPLETED
Version.txt update = COMPLETED
Dev 1.5.9 as Next Stable Release
What's Changed/Fixed?:
PR: [ #542 ] - Minimum Firmware Check Before Script Updates
Script will now check to see if the current firmware installed is equal to or higher than the required for the script update, and prompt the user if the script update is unsupported with the firmware installed before attempting to update.
To address this request from @Jimbobjay here : https://www.snbforums.com/threads/merlinau-v1-5-8-the-ultimate-firmware-auto-updater.96306/post-980918
Added a note above the minimum firmware config in the script to mention to only lock out 5 versions behind, and not 3 as we previously did, as it seems Gnuton can sometimes drift pretty far behind:
I also rolled back the minimum required a bit to ease off for Gnuton releases as reported by @bidh by updating minimum versions to 5 behind production:
PR: [ #543 ] - Wording Changes
PR: [ #545 ] - Minor Change
PR: [ #546 ] - Save Most Recent Log File
As always, we highly recommend you update ASAP as this includes functional improvements and little bug fixes.
Thanks!