Skip to content

Releases: alexdelorenzo/onhold

v0.6.5

10 Mar 23:11
d84dd4d
Compare
Choose a tag to compare

This release upgrades play_sounds and removes redundant dependencies.

You can install this version like so:

python3 -m pip install onhold==0.6.5

v0.6.4

06 Dec 21:41
Compare
Choose a tag to compare

This release's default sounds are all MP3 instead of OGG. Windows MCI doesn't support OGG, but it does support MP3.

You can install this version like so:

python3 -m pip install onhold==0.6.4

v0.6.2

01 Dec 21:37
Compare
Choose a tag to compare

This release uses a cross-platform terminal bell.

You can install this version like so:

python3 -m pip install onhold==0.6.2

v0.6.1

01 Dec 21:30
Compare
Choose a tag to compare

This version adds terminal bell functionality behind the -b/--bell flag.

You can install this version like so:

python3 -m pip install onhold==0.6.1

v0.5.0

15 Nov 22:26
Compare
Choose a tag to compare

This version scraps the piping method used in v0.4.1 in favor of fast cross-platform piping.

  • Fast I/O redirection on all platforms
  • detect removed from dependencies

You can install this version like so:

python3 -m pip install onhold==0.5.0

v0.4.1

09 Nov 00:05
Compare
Choose a tag to compare

This is a small update that improves pipe I/O speeds and CPU usage, especially on Linux and macOS.

  • Add detect dependency, and use it to detect platforms
  • Unix-like systems will use shell I/O redirection
  • Other systems will use iterators over stdin instead of explicitly iterating over input with slow Python for-loops

You can install this like so:

python3 -m pip install onhold==0.4.1

v0.3.12

23 Oct 19:33
Compare
Choose a tag to compare

Changes

  • Removed -i/--ignore flag from onhold script
  • Add -w/--warn flag to onhold script
  • Update documentation to reflect change

Installing

You can install this release from PyPI like so:

$ python3 -m pip install onhold==0.3.12

Or

$ python3 -m pip install --upgrade onhold

v0.3.10

16 Oct 22:17
40aade7
Compare
Choose a tag to compare
Add correct repo link