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.5v0.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.4v0.6.2
This release uses a cross-platform terminal bell.
You can install this version like so:
python3 -m pip install onhold==0.6.2v0.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.1v0.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
detectremoved from dependencies
You can install this version like so:
python3 -m pip install onhold==0.5.0v0.4.1
This is a small update that improves pipe I/O speeds and CPU usage, especially on Linux and macOS.
- Add
detectdependency, and use it to detect platforms - Unix-like systems will use shell I/O redirection
- Other systems will use iterators over
stdininstead of explicitly iterating over input with slow Python for-loops
You can install this like so:
python3 -m pip install onhold==0.4.1v0.3.12
Changes
- Removed
-i/--ignoreflag fromonholdscript - Add
-w/--warnflag toonholdscript - Update documentation to reflect change
Installing
You can install this release from PyPI like so:
$ python3 -m pip install onhold==0.3.12Or
$ python3 -m pip install --upgrade onholdv0.3.10
Add correct repo link