Releases: aaronfagan/pushover-cli
Releases · aaronfagan/pushover-cli
v1.2.3
- Change install procedure to use curl.
- Change upgrade script to be self contained within the binary.
- Removed ability to downgrade from the CLI. If you need a previous version, install it from the Releases page of this repository.
- Change temporary download directory from
/opt/pushover-clito/tmp/pushover-cli. - Update README to reflect changed install steps.
- Add full output when API error is encountered.
IMPORTANT: If you are running pushover --upgrade and seeing errors, please reinstall the binary from scratch by running curl -s https://raw.githubusercontent.com/aaronfagan/pushover-cli/master/install.sh | bash. This will resolve these issues. Any configuration options you have set up will remain intact.
v1.2.2
- Fix: Bug with
--config rmnot working. - Fix: Bug with
SHIFTin options. - Fix: Variable naming for clarity.
- Fix: Downgrade wasn't working - it is now!
v1.2.1
- Feature: Add
--quietor-qto silence all output. - Feature: Add API output when an error is encountered.
- Change:
--config deleteto--config rm - Cleanup: Help options to align with README.
- Cleanup: Variable interpretations.
v1.2.0
- Feature: enable
--monospaceoption. - Clean up: Version output.
- Cleanup: Help option explanations.
v1.1.3
- Numerous bug fixes.
v1.1.2
- Add newline character interpretation in
--messagewith\n. - Change the way current version number is retrieved when running
--upgrade. Because of this change, you may see an empty version number when upgrading.
v1.1.1
- Added
--urloption. - Added
--url-titleoption. - Added
--deviceoption. - Added
--soundoption. - Added
--timestampoption. - Changed
--configureoption to--config - Credentials obfuscation on re-configure
- Numerous bug fixes.
For a complete overview of these new options, and how to use them, run pushover --help.
v1.1.0
- introduce global credentials via
--configure, can be overridden on a per-call basis - ability to remove credentials via
--configure delete. - introduce version upgrade/downgrade via
--upgrade VERSION_NUMBER, or leave out the version number to get the latest - introduce smooth upgrading
- fix upgrade directory and path issues
- add additional error catching/messaging
- numerous bug fixes