Skip to content

Commit c5a975e

Browse files
committed
version 1.20.0
1 parent 6ddecae commit c5a975e

15 files changed

+72
-73
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
### Bug Fixes
1010
* handling backspaces in unix formatting [#409](https://github.com/jcubic/jquery.terminal/issues/409)
11-
* handle \r \n \r\n \n\r the same when adding leftovers before backspace in unix formatting
12-
* fix cursor position when text have tabs found when fixing
11+
* handle \r \n \r\n \n\r the same when adding leftovers before backspace in unix formatting
12+
* fix cursor position when text have tabs found when fixing #409
1313
* other fixes to backspaces
1414
* fix font change in universal selector [#415](https://github.com/jcubic/jquery.terminal/issues/415)
1515
* fix regression bug in formatters (emoji demo) [#416](https://github.com/jcubic/jquery.terminal/issues/416)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.19.1
1+
VERSION=1.20.0
22
SED=sed
33
CD=cd
44
NPM=npm

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
__ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
/ / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
\___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
\/ /____/ version DEV
7+
\/ /____/ version 1.20.0
88
```
99
http://terminal.jcubic.pl
1010

11-
[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
12-
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
13-
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&0f3cdc6457cf42add92bdd551a2c8c98353772b0)](https://travis-ci.org/jcubic/jquery.terminal)
14-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&0f857d1d8709172130411f08c9ef6d34)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
11+
[![npm](https://img.shields.io/badge/npm-1.20.0-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
12+
![bower](https://img.shields.io/badge/bower-1.20.0-yellow.svg)
13+
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&6ddecae47deaaee5f0bb9573e8a5acebf8931a7d)](https://travis-ci.org/jcubic/jquery.terminal)
14+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&0f857d1d8709172130411f08c9ef6d34)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master)
1515
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
1616
[![package quality](http://npm.packagequality.com/shield/jquery.terminal.svg)](http://packagequality.com/#?package=jquery.terminal)
1717
[![](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal)
@@ -73,20 +73,20 @@ Include jQuery library, you can use cdn from http://jquery.com/download/
7373
```
7474

7575

76-
Then include js/jquery.terminal-DEV.min.js and css/jquery.terminal-DEV.min.css
76+
Then include js/jquery.terminal-1.20.0.min.js and css/jquery.terminal-1.20.0.min.css
7777

7878
You can grab the files from CDN:
7979

8080
```html
81-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/js/jquery.terminal.min.js"></script>
82-
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/css/jquery.terminal.min.css" rel="stylesheet"/>
81+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/1.20.0/js/jquery.terminal.min.js"></script>
82+
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/1.20.0/css/jquery.terminal.min.css" rel="stylesheet"/>
8383
```
8484

8585
or
8686

8787
```html
88-
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/js/jquery.terminal.min.js"></script>
89-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/css/jquery.terminal.min.css">
88+
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@1.20.0/js/jquery.terminal.min.js"></script>
89+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@1.20.0/css/jquery.terminal.min.css">
9090
```
9191

9292
If you always want latest version, you can grab the files directly from github using rawgit.com (that service grab the files from github and use propert MIME type so you can use it in your page, you can also grab from devel branch):

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.terminal",
3-
"version": "1.19.1",
3+
"version": "1.20.0",
44
"main": [
55
"js/jquery.terminal.min.js",
66
"js/jquery.mousewheel-min.js",

css/jquery.terminal-1.19.1.css renamed to css/jquery.terminal-1.20.0.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version DEV
7+
* \/ /____/ version 1.20.0
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
1313
* Released under the MIT license
1414
*
15-
* Date: Wed, 08 Aug 2018 12:02:52 +0000
15+
* Date: Sun, 19 Aug 2018 09:25:06 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{

css/jquery.terminal-1.19.1.min.css renamed to css/jquery.terminal-1.20.0.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version DEV
7+
* \/ /____/ version 1.20.0
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
1313
* Released under the MIT license
1414
*
15-
* Date: Wed, 08 Aug 2018 12:02:52 +0000
15+
* Date: Sun, 19 Aug 2018 09:25:06 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{

0 commit comments

Comments
 (0)