Skip to content

Commit 43b4937

Browse files
committed
version 2.25.1
1 parent d17046f commit 43b4937

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.25.0
1+
VERSION=2.25.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,15 +4,15 @@
44
__ / / // / // / _ / _/ // / / / _ / _/ / / \/ / _ \/ /
55
/ / / // / // / ___/ // // / / / ___/ // / / / / /\ / // / /__
66
\___/____ \\__/____/_/ \__ / /_/____/_//_/_/_/_/_/ \/\__\_\___/
7-
\/ /____/ version DEV
7+
\/ /____/ version 2.25.1
88
```
99

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

12-
[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
13-
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
14-
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&876a91cf9b653df55475c6437cca365fdb9fce7d)](https://travis-ci.org/jcubic/jquery.terminal)
15-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&5b8e8c659ac14001b439fcffb102a41a)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
12+
[![npm](https://img.shields.io/badge/npm-2.25.1-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
13+
![bower](https://img.shields.io/badge/bower-2.25.1-yellow.svg)
14+
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&d17046f99a77d76efa42f699dccd6c0fc76054c5)](https://travis-ci.org/jcubic/jquery.terminal)
15+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&5b8e8c659ac14001b439fcffb102a41a)](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)
1818
[![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.25.1.min.js and css/jquery.terminal-2.25.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.25.1/js/jquery.terminal.min.js"></script>
89+
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.25.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.25.1/js/jquery.terminal.min.js"></script>
96+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.25.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.25.0",
3+
"version": "2.25.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.25.0.css renamed to css/jquery.terminal-2.25.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.25.1
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: Mon, 31 May 2021 13:19:05 +0000
15+
* Date: Mon, 31 May 2021 15:50:27 +0000
1616
*/
1717

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

css/jquery.terminal-2.25.0.min.css renamed to css/jquery.terminal-2.25.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.25.1
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: Mon, 31 May 2021 13:19:05 +0000
15+
* Date: Mon, 31 May 2021 15:50:27 +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.25.0.min.js

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

js/jquery.terminal-2.25.0.js renamed to js/jquery.terminal-2.25.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.25.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: Mon, 31 May 2021 15:15:57 +0000
44+
* Date: Mon, 31 May 2021 15:50:26 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -4780,8 +4780,8 @@
47804780
}
47814781
// -------------------------------------------------------------------------
47824782
$.terminal = {
4783-
version: 'DEV',
4784-
date: 'Mon, 31 May 2021 15:15:57 +0000',
4783+
version: '2.25.1',
4784+
date: 'Mon, 31 May 2021 15:50:26 +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.25.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.25.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: Mon, 31 May 2021 15:15:57 +0000
44+
* Date: Mon, 31 May 2021 15:50:26 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -4780,8 +4780,8 @@
47804780
}
47814781
// -------------------------------------------------------------------------
47824782
$.terminal = {
4783-
version: 'DEV',
4784-
date: 'Mon, 31 May 2021 15:15:57 +0000',
4783+
version: '2.25.1',
4784+
date: 'Mon, 31 May 2021 15:50:26 +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.25.0
7+
* \/ /____/ version 2.25.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.25.0/css/jquery.terminal.min.css');
43-
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.25.0/js/jquery.terminal.min.js');
42+
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.25.1/css/jquery.terminal.min.css');
43+
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.25.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.25.0",
3+
"version": "2.25.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.25.0",
5+
"version": "2.25.1",
66
"keywords": [
77
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
88
],

0 commit comments

Comments
 (0)