Skip to content

Commit d396b26

Browse files
committed
finalize v1.0.0
1 parent 4902f88 commit d396b26

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ CHANGES
66
Development
77
===========
88

9+
10+
Version 1.0.0 (2015-04-09T02:47:34Z)
11+
====================================
12+
913
* drop Bash 3- support
1014

1115
The last commit for Bash 3- is ``0600773a30038cf552b417442c1a443297773323``
@@ -14,6 +18,8 @@ Development
1418
* fix keys like arrow keys or ``Ctrl+Alt+A`` halt on exiting
1519
(livibetter/pipes.sh#12)
1620

21+
* screen is saved and restored with ``smcup`` and ``rmcup``
22+
1723

1824
Version 0.1.1 (2014-03-19T03:26:51Z)
1925
====================================

pipesX.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Animated pipes.sh terminal screensaver at an angle.
3-
# Copyright (C) 2013, 2014 by Yu-Jie Lin
3+
# Copyright (c) 2013-2015 Yu-Jie Lin
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
2222
#
2323
# Website: https://github.com/livibetter/pipesX.sh
2424

25-
VERSION=0.1.1
25+
VERSION=1.0.0
2626

2727
W=$(tput cols) H=$(tput lines)
2828
# maximal random value + 1

0 commit comments

Comments
 (0)