Skip to content

Commit c8daa0f

Browse files
committed
version 2.23.2
1 parent cdbb839 commit c8daa0f

17 files changed

+42
-42
lines changed

Makefile

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

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
__ / / // / // / _ / _/ // / / / _ / _/ / / \/ / _ \/ /
55
/ / / // / // / ___/ // // / / / ___/ // / / / / /\ / // / /__
66
\___/____ \\__/____/_/ \__ / /_/____/_//_/_/_/_/_/ \/\__\_\___/
7-
\/ /____/ version 2.23.1
7+
\/ /____/ version 2.23.2
88
```
99

1010
[JavaScript Library for Web Based Terminal Emulators](https://terminal.jcubic.pl)
1111

12-
[![npm](https://img.shields.io/badge/npm-2.23.1-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
13-
![bower](https://img.shields.io/badge/bower-2.23.1-yellow.svg)
14-
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&00e414f81fcfebfd188f217d8d63ff0c8355692a)](https://travis-ci.org/jcubic/jquery.terminal)
12+
[![npm](https://img.shields.io/badge/npm-2.23.2-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
13+
![bower](https://img.shields.io/badge/bower-2.23.2-yellow.svg)
14+
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&cdbb839ffd7b5612278f661d883631bb36c628c8)](https://travis-ci.org/jcubic/jquery.terminal)
1515
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&bdd9c7c5fd60e327a20845deda3b25d6)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master)
1616
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
1717
[![](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal)
@@ -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-2.23.1.min.js and css/jquery.terminal-2.23.1.min.css
83+
Then include js/jquery.terminal-2.23.2.min.js and css/jquery.terminal-2.23.2.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/2.23.1/js/jquery.terminal.min.js"></script>
89-
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.23.1/css/jquery.terminal.min.css" rel="stylesheet"/>
88+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.23.2/js/jquery.terminal.min.js"></script>
89+
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.23.2/css/jquery.terminal.min.css" rel="stylesheet"/>
9090
```
9191

9292
or
9393

9494
```html
95-
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@2.23.1/js/jquery.terminal.min.js"></script>
96-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.23.1/css/jquery.terminal.min.css">
95+
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@2.23.2/js/jquery.terminal.min.js"></script>
96+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.23.2/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.23.1",
3+
"version": "2.23.2",
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.23.1.css renamed to css/jquery.terminal-2.23.2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.23.1
7+
* \/ /____/ version 2.23.2
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Wed, 21 Apr 2021 12:35:10 +0000
15+
* Date: Thu, 22 Apr 2021 15:04:06 +0000
1616
*/
1717

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

css/jquery.terminal-2.23.1.min.css renamed to css/jquery.terminal-2.23.2.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 2.23.1
7+
* \/ /____/ version 2.23.2
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Wed, 21 Apr 2021 12:35:10 +0000
15+
* Date: Thu, 22 Apr 2021 15:04:06 +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.23.1.js renamed to js/jquery.terminal-2.23.2.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.23.1
7+
* \/ /____/ version 2.23.2
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: Thu, 22 Apr 2021 15:02:34 +0000
44+
* Date: Thu, 22 Apr 2021 15:04:05 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -4780,8 +4780,8 @@
47804780
}
47814781
// -------------------------------------------------------------------------
47824782
$.terminal = {
4783-
version: '2.23.1',
4784-
date: 'Thu, 22 Apr 2021 15:02:34 +0000',
4783+
version: '2.23.2',
4784+
date: 'Thu, 22 Apr 2021 15:04:05 +0000',
47854785
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
47864786
color_names: [
47874787
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',

js/jquery.terminal-2.23.1.min.js renamed to js/jquery.terminal-2.23.2.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.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.23.1
7+
* \/ /____/ version 2.23.2
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: Thu, 22 Apr 2021 15:02:34 +0000
44+
* Date: Thu, 22 Apr 2021 15:04:05 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -4780,8 +4780,8 @@
47804780
}
47814781
// -------------------------------------------------------------------------
47824782
$.terminal = {
4783-
version: '2.23.1',
4784-
date: 'Thu, 22 Apr 2021 15:02:34 +0000',
4783+
version: '2.23.2',
4784+
date: 'Thu, 22 Apr 2021 15:04:05 +0000',
47854785
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
47864786
color_names: [
47874787
'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.23.1
7+
* \/ /____/ version 2.23.2
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.23.1/css/jquery.terminal.min.css');
43-
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.23.1/js/jquery.terminal.min.js');
42+
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.23.2/css/jquery.terminal.min.css');
43+
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.23.2/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.23.1",
3+
"version": "2.23.2",
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.23.1",
5+
"version": "2.23.2",
66
"keywords": [
77
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
88
],

0 commit comments

Comments
 (0)