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-cli
to/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 rm
not working. - Fix: Bug with
SHIFT
in options. - Fix: Variable naming for clarity.
- Fix: Downgrade wasn't working - it is now!
v1.2.1
- Feature: Add
--quiet
or-q
to silence all output. - Feature: Add API output when an error is encountered.
- Change:
--config delete
to--config rm
- Cleanup: Help options to align with README.
- Cleanup: Variable interpretations.
v1.2.0
- Feature: enable
--monospace
option. - Clean up: Version output.
- Cleanup: Help option explanations.
v1.1.3
- Numerous bug fixes.
v1.1.2
- Add newline character interpretation in
--message
with\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
--url
option. - Added
--url-title
option. - Added
--device
option. - Added
--sound
option. - Added
--timestamp
option. - Changed
--configure
option 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