Releases: pipeseroni/pipes.sh
Releases · pipeseroni/pipes.sh
v1.3.0
Default Changes
- Default to randomizing starting colors and types (#20)
New Features
- Add
-Kto reverting the previous point (#20) - Add
-cto specifying colors (#20) - Add keyboard controls (#42)
- P/O: probability of straight pipes
- F/D: frame rate
- B: bold effect
- C: no color
- K: keeping pipe color and type
Changes
-Ralso randomizes starting directions (74caa7f)
Bugfixes
v1.2.0
- add -t 8 (railway)
- added knobbly pipe
- allow viewport to resize to terminal dimensions
- added MIT license
- ditched changelog in favour of GitHub releases
- fixed randomisation on right and bottom edges
- replaced \e for \xb1 as a escape sequence for wider support (inc. OSX)
v1.1.0
v1.0.0
v0.2.0
v0.1.1
Released 2014-03-18T08:52:13Z
-
fix leftover color escaped code (#5)
-
fix terminal with no
smcupandrmcupcapabilities, and incorrect
tput reset(#4)smcupstores the screen andrmcuprestores, iftputcan't execute
successfully like in Linux console, then the terminal doesn't have such
capabilities, therefore aresetis used to clean up.tput resetresults incorrect screen restoration, seemingly only cursor
position restores, the screen before invocation isn't saved and restored.
However, withintmuxthis issue doesn't not occur. -
workaround of Control+C exiting (#4)
Signal
INTis now ignored, so user interrupt would not occur, only a key
press can trigger the exit of pipes.sh.
v0.1.0
2014-02-21
- fix
readwith fractional timeout for older Bash version < 4 - add option argument
-t 5for ASCII type
2014-02-20
- move to GitHub: https://github.com/livibetter/pipes.sh
- add option argument
-t 4for ASCII type
2013-02-07
- fix inccorect position
- add option
-tfor types of pipes