Releases: alexdelorenzo/onhold
v0.6.5
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
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
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
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
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
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
Changes
- Removed
-i/--ignore
flag fromonhold
script - Add
-w/--warn
flag toonhold
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
Add correct repo link