Skip to content

Commit

Permalink
version 2.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 5, 2022
1 parent 086e606 commit 2ab19f5
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=2.33.0
VERSION=2.33.1
SED=sed
CD=cd
NPM=npm
Expand Down
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -4,13 +4,13 @@
__ / / // / // / _ / _/ // / / / _ / _/ / / \/ / _ \/ /
/ / / // / // / ___/ // // / / / ___/ // / / / / /\ / // / /__
\___/____ \\__/____/_/ \__ / /_/____/_//_/_/_/_/_/ \/\__\_\___/
\/ /____/ version 2.33.0
\/ /____/ version 2.33.1
```

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

[![npm](https://img.shields.io/badge/npm-2.33.0-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
![bower](https://img.shields.io/badge/bower-2.33.0-yellow.svg)
[![npm](https://img.shields.io/badge/npm-2.33.1-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
![bower](https://img.shields.io/badge/bower-2.33.1-yellow.svg)
[![Build and test](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml/badge.svg?branch=master&event=push)](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&c26faa3511e82bd2d51060e7a0bab729)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master)
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
Expand Down Expand Up @@ -91,7 +91,7 @@ You can test current version at this URL:

or if it doesn't use latest version (because of jsDelivr cache) you can force it with this URL:

* [https://jcubic.github.io/jquery.terminal/?ver=2.33.0](https://jcubic.github.io/jquery.terminal/?ver=2.33.0)
* [https://jcubic.github.io/jquery.terminal/?ver=2.33.1](https://jcubic.github.io/jquery.terminal/?ver=2.33.1)

And development version using:

Expand All @@ -109,20 +109,20 @@ Include jQuery library, you can use cdn from https://jquery.com/download/

```

Then include js/jquery.terminal-2.33.0.min.js and css/jquery.terminal-2.33.0.min.css
Then include js/jquery.terminal-2.33.1.min.js and css/jquery.terminal-2.33.1.min.css

You can grab the files from CDN:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.0/js/jquery.terminal.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.0/css/jquery.terminal.min.css" rel="stylesheet"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.1/js/jquery.terminal.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.1/css/jquery.terminal.min.css" rel="stylesheet"/>
```

or

```html
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@2.33.0/js/jquery.terminal.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.33.0/css/jquery.terminal.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@2.33.1/js/jquery.terminal.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.33.1/css/jquery.terminal.min.css">
```

If you always want latest version, you can get it from [unpkg](https://unpkg.com/) without specifying version,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery.terminal",
"version": "2.33.0",
"version": "2.33.1",
"main": [
"js/jquery.terminal.min.js",
"js/jquery.mousewheel-min.js",
Expand Down
4 changes: 2 additions & 2 deletions css/emoji.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.33.0
* \/ /____/ version 2.33.1
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Thu, 05 May 2022 17:08:21 +0000
* Date: Thu, 05 May 2022 17:12:33 +0000
*/

.terminal .terminal-output .format, .cmd .format,
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/jquery.terminal.css
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.33.0
* \/ /____/ version 2.33.1
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Thu, 05 May 2022 17:08:21 +0000
* Date: Thu, 05 May 2022 17:12:33 +0000
*/

.terminal .terminal-output .format, .cmd .format,
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/jquery.terminal-2.33.0.js → js/jquery.terminal-2.33.1.js
Expand Up @@ -4,7 +4,7 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.33.0
* \/ /____/ version 2.33.1
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Tue, 03 May 2022 15:26:18 +0000
* Date: Thu, 05 May 2022 17:12:32 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -5194,8 +5194,8 @@
}
// -------------------------------------------------------------------------
$.terminal = {
version: '2.33.0',
date: 'Tue, 03 May 2022 15:26:18 +0000',
version: '2.33.1',
date: 'Thu, 05 May 2022 17:12:32 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/jquery.terminal.js
Expand Up @@ -4,7 +4,7 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.33.0
* \/ /____/ version 2.33.1
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
Expand Down Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Tue, 03 May 2022 15:26:18 +0000
* Date: Thu, 05 May 2022 17:12:32 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -5194,8 +5194,8 @@
}
// -------------------------------------------------------------------------
$.terminal = {
version: '2.33.0',
date: 'Tue, 03 May 2022 15:26:18 +0000',
version: '2.33.1',
date: 'Thu, 05 May 2022 17:12:32 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/terminal.widget.js
Expand Up @@ -4,7 +4,7 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.33.0
* \/ /____/ version 2.33.1
*
* This file is part of jQuery Terminal. https://terminal.jcubic.pl
*
Expand Down Expand Up @@ -39,8 +39,8 @@
if (typeof jQuery === 'undefined') {
get('http://code.jquery.com/jquery-3.5.0.min.js').then(function() {
jQuery.noConflict();
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.0/css/jquery.terminal.min.css');
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.0/js/jquery.terminal.min.js');
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.1/css/jquery.terminal.min.css');
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.1/js/jquery.terminal.min.js');
}).then(function() {
terminals.forEach(function(spec) {
jQuery.fn.terminal.apply(jQuery(spec[0]), spec.slice(1));
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.terminal",
"version": "2.33.0",
"version": "2.33.1",
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
"main": "js/jquery.terminal.js",
"typings": "js/jquery.terminal.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion terminal.jquery.json
Expand Up @@ -2,7 +2,7 @@
"name": "terminal",
"title": "jQuery Terminal Emulator",
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
"version": "2.33.0",
"version": "2.33.1",
"keywords": [
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
],
Expand Down

0 comments on commit 2ab19f5

Please sign in to comment.