Skip to content

Commit 0036efb

Browse files
committed
version 2.20.1
1 parent 35f25ea commit 0036efb

18 files changed

+87
-87
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=2.20.0
1+
VERSION=2.20.1
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 2.20.1
88
```
99
https://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&cafaf6d8580bcab0edcd476cf304973d43b7c8d5)](https://travis-ci.org/jcubic/jquery.terminal)
14-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&2aa4fec1b099d52d90ea7eb6cfd50fc7)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
11+
[![npm](https://img.shields.io/badge/npm-2.20.1-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
12+
![bower](https://img.shields.io/badge/bower-2.20.1-yellow.svg)
13+
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&35f25ea7b4ac66cbf64e2cef92b9a84a1c762114)](https://travis-ci.org/jcubic/jquery.terminal)
14+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&2aa4fec1b099d52d90ea7eb6cfd50fc7)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master)
1515
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
1616
[![](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal)
1717
[![LICENSE MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jcubic/jquery.terminal/blob/master/LICENSE)
@@ -80,20 +80,20 @@ Include jQuery library, you can use cdn from https://jquery.com/download/
8080
```
8181

8282

83-
Then include js/jquery.terminal-DEV.min.js and css/jquery.terminal-DEV.min.css
83+
Then include js/jquery.terminal-2.20.1.min.js and css/jquery.terminal-2.20.1.min.css
8484

8585
You can grab the files from CDN:
8686

8787
```html
88-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/js/jquery.terminal.min.js"></script>
89-
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/css/jquery.terminal.min.css" rel="stylesheet"/>
88+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.20.1/js/jquery.terminal.min.js"></script>
89+
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.20.1/css/jquery.terminal.min.css" rel="stylesheet"/>
9090
```
9191

9292
or
9393

9494
```html
95-
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/js/jquery.terminal.min.js"></script>
96-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/css/jquery.terminal.min.css">
95+
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@2.20.1/js/jquery.terminal.min.js"></script>
96+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.20.1/css/jquery.terminal.min.css">
9797
```
9898

9999
If you always want latest version, you can get it from [unpkg](https://unpkg.com/) without specifying version,

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": "2.20.0",
3+
"version": "2.20.1",
44
"main": [
55
"js/jquery.terminal.min.js",
66
"js/jquery.mousewheel-min.js",

css/emoji.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-2.20.0.css renamed to css/jquery.terminal-2.20.1.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 2.20.1
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2020 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Sat, 28 Nov 2020 08:02:41 +0000
15+
* Date: Sat, 28 Nov 2020 08:07:26 +0000
1616
*/
1717

1818
.terminal .terminal-output .format, .cmd .format,

css/jquery.terminal-2.20.0.min.css renamed to css/jquery.terminal-2.20.1.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 2.20.1
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2020 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Sat, 28 Nov 2020 08:02:41 +0000
15+
* Date: Sat, 28 Nov 2020 08:07:26 +0000
1616
*/
1717

1818
.terminal .terminal-output .format, .cmd .format,

css/jquery.terminal.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.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal-2.20.0.min.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

js/jquery.terminal-2.20.0.js renamed to js/jquery.terminal-2.20.1.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version DEV
7+
* \/ /____/ version 2.20.1
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
@@ -41,7 +41,7 @@
4141
*
4242
* broken image by Sophia Bai from the Noun Project (CC-BY)
4343
*
44-
* Date: Sat, 28 Nov 2020 08:02:41 +0000
44+
* Date: Sat, 28 Nov 2020 08:07:25 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -4480,8 +4480,8 @@
44804480
}
44814481
// -------------------------------------------------------------------------
44824482
$.terminal = {
4483-
version: 'DEV',
4484-
date: 'Sat, 28 Nov 2020 08:02:41 +0000',
4483+
version: '2.20.1',
4484+
date: 'Sat, 28 Nov 2020 08:07:25 +0000',
44854485
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
44864486
color_names: [
44874487
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',

js/jquery.terminal-2.20.1.min.js

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

js/jquery.terminal.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version DEV
7+
* \/ /____/ version 2.20.1
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
@@ -41,7 +41,7 @@
4141
*
4242
* broken image by Sophia Bai from the Noun Project (CC-BY)
4343
*
44-
* Date: Sat, 28 Nov 2020 08:02:41 +0000
44+
* Date: Sat, 28 Nov 2020 08:07:25 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -4480,8 +4480,8 @@
44804480
}
44814481
// -------------------------------------------------------------------------
44824482
$.terminal = {
4483-
version: 'DEV',
4484-
date: 'Sat, 28 Nov 2020 08:02:41 +0000',
4483+
version: '2.20.1',
4484+
date: 'Sat, 28 Nov 2020 08:07:25 +0000',
44854485
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
44864486
color_names: [
44874487
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',

js/jquery.terminal.min.js

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

js/jquery.terminal.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/terminal.widget.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.20.0
7+
* \/ /____/ version 2.20.1
88
*
99
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
1010
*
@@ -39,8 +39,8 @@
3939
if (typeof jQuery === 'undefined') {
4040
get('http://code.jquery.com/jquery-3.5.0.min.js').then(function() {
4141
jQuery.noConflict();
42-
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.20.0/css/jquery.terminal.min.css');
43-
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.20.0/js/jquery.terminal.min.js');
42+
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.20.1/css/jquery.terminal.min.css');
43+
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.20.1/js/jquery.terminal.min.js');
4444
}).then(function() {
4545
terminals.forEach(function(spec) {
4646
jQuery.fn.terminal.apply(jQuery(spec[0]), spec.slice(1));

package.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": "2.20.0",
3+
"version": "2.20.1",
44
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
55
"main": "js/jquery.terminal.js",
66
"typings": "js/jquery.terminal.d.ts",

terminal.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "terminal",
33
"title": "jQuery Terminal Emulator",
44
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
5-
"version": "2.20.0",
5+
"version": "2.20.1",
66
"keywords": [
77
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
88
],

0 commit comments

Comments
 (0)