Releases: tavinus/opkg-upgrade
Releases · tavinus/opkg-upgrade
v0.2.0
Main changelog:
- Code refactoring, cleanup and reorganization.
- More error detection and error handling.
- Many new helper functions.
- Email validation.
-i
,--install
option to install to/usr/sbin/opkg-upgrade
or a user specified location. The script name will always be opkg-upgrade.-u
,--upgrade-check
option to just check if upgrades are available.-l
,--list-upgrades
option to just list upgrades available.-e
,--email-list
option to print html formatted e-mail report.-s
,--ssmtp
option to send e-mail reports using the system's ssmtp package. The user need to install and configure ssmtp beforehand for this to work.-a
,--always-send
option to send e-mail reports even when no updates are available. By default e-mails are not sent if there are no updates available.-t
,--text-only
option to send emails in plain text format.
v0.1.2 Final
Just migrated from gist:
https://gist.github.com/tavinus/bf6dff1c11e7c9951b829b4e33eb6076
Comments clean-up and Readme.md initial version.