Releases: pipeseroni/pipes.sh
Releases · pipeseroni/pipes.sh
v1.3.0
Default Changes
- Default to randomizing starting colors and types (#20)
New Features
- Add
-K
to reverting the previous point (#20) - Add
-c
to 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
-R
also 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
smcup
andrmcup
capabilities, and incorrect
tput reset
(#4)smcup
stores the screen andrmcup
restores, iftput
can't execute
successfully like in Linux console, then the terminal doesn't have such
capabilities, therefore areset
is used to clean up.tput reset
results incorrect screen restoration, seemingly only cursor
position restores, the screen before invocation isn't saved and restored.
However, withintmux
this issue doesn't not occur. -
workaround of Control+C exiting (#4)
Signal
INT
is 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
read
with fractional timeout for older Bash version < 4 - add option argument
-t 5
for ASCII type
2014-02-20
- move to GitHub: https://github.com/livibetter/pipes.sh
- add option argument
-t 4
for ASCII type
2013-02-07
- fix inccorect position
- add option
-t
for types of pipes