Skip to content

Releases: aaronfagan/pushover-cli

v1.2.3

02 May 21:32
Compare
Choose a tag to compare
  • 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

22 Mar 17:09
Compare
Choose a tag to compare
  • 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

20 Mar 17:10
Compare
Choose a tag to compare
  • 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

19 Mar 19:17
69bb8c0
Compare
Choose a tag to compare
  • Feature: enable --monospace option.
  • Clean up: Version output.
  • Cleanup: Help option explanations.

v1.1.3

13 Mar 21:28
Compare
Choose a tag to compare
  • Numerous bug fixes.

v1.1.2

08 Mar 04:36
Compare
Choose a tag to compare
  • 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

06 Mar 16:48
Compare
Choose a tag to compare
  • 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

05 Mar 03:26
4460807
Compare
Choose a tag to compare
  • 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