Skip to content

Commit

Permalink
Merge branch 'release/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dopsi committed Jul 6, 2018
2 parents d094660 + 5de0318 commit 0eda6f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# ChangeLog

## [2017-12-13] 1.3.0: Version 1.3.0
## [2018-07-05] v1.3.2: Version 1.3.2

* Fix disable_xrunning_check flag not working
* Update contributors

## [2018-02-21] v1.3.1: v1.3.1

* Improper argument splitting for dialog (#20)

## [2017-12-13] v1.3.0: v1.3.0

* Create the --disable-xrunning-check
* Add XDG_VTNR support
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ Contributors:
* hartwork
* DuncanvR
* amakovec
* fellowseb
4 changes: 2 additions & 2 deletions tdm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with tdm. If not, see <http://www.gnu.org/licenses/>.

VERSION=1.3.1
VERSION=1.3.2

nulltype(){
type "$1" > /dev/null 2>/dev/null
Expand Down Expand Up @@ -92,7 +92,7 @@ fi
if [[ -n "$1" ]] && [[ "$1" == "--disable-xrunning-check" ]] ; then
disable_xrunning_check=true
else
disable_xrunning_check=false
disable_xrunning_check=""
fi

clear
Expand Down

0 comments on commit 0eda6f2

Please sign in to comment.