Skip to content

Commit 301b096

Browse files
committed
version 2.44.1
1 parent 4cbe4da commit 301b096

14 files changed

+32
-32
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=2.44.0
1+
VERSION=2.44.1
22
SED=sed
33
CD=cd
44
NPM=npm

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<h1 align="center">
2-
<img src="https://github.com/jcubic/jquery.terminal/blob/master/assets/ascii_art.svg?raw=true&ver=2.44.0"
2+
<img src="https://github.com/jcubic/jquery.terminal/blob/master/assets/ascii_art.svg?raw=true&ver=2.44.1"
33
alt="ASCII Art that represent text jQuery Terminal - JavaScript Library for Web Based Terminal Emulators" />
44
</h1>
55

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

8-
[![npm](https://img.shields.io/badge/npm-2.44.0-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
9-
![bower](https://img.shields.io/badge/bower-2.44.0-yellow.svg)
8+
[![npm](https://img.shields.io/badge/npm-2.44.1-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
9+
![bower](https://img.shields.io/badge/bower-2.44.1-yellow.svg)
1010
[![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)
1111
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&0f20bf6eaa4edcca15f83f8bbf243c1e)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master)
1212
![NPM Downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
@@ -87,7 +87,7 @@ You can test current version at this URL:
8787

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

90-
* [https://jcubic.github.io/jquery.terminal/?ver=2.44.0](https://jcubic.github.io/jquery.terminal/?ver=2.44.0)
90+
* [https://jcubic.github.io/jquery.terminal/?ver=2.44.1](https://jcubic.github.io/jquery.terminal/?ver=2.44.1)
9191

9292
And development version using:
9393

@@ -106,20 +106,20 @@ or use jsDelivr:
106106

107107
```
108108

109-
Then include js/jquery.terminal-2.44.0.min.js and css/jquery.terminal-2.44.0.min.css
109+
Then include js/jquery.terminal-2.44.1.min.js and css/jquery.terminal-2.44.1.min.css
110110

111111
You can grab the files from CDN:
112112

113113
```html
114-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.0/js/jquery.terminal.min.js"></script>
115-
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.0/css/jquery.terminal.min.css" rel="stylesheet"/>
114+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.1/js/jquery.terminal.min.js"></script>
115+
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.1/css/jquery.terminal.min.css" rel="stylesheet"/>
116116
```
117117

118118
or
119119

120120
```html
121-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/js/jquery.terminal.min.js"></script>
122-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/css/jquery.terminal.min.css"/>
121+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/js/jquery.terminal.min.js"></script>
122+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/css/jquery.terminal.min.css"/>
123123
```
124124

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

assets/ascii_art.svg

+1-1
Loading

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.terminal",
3-
"version": "2.44.0",
3+
"version": "2.44.1",
44
"main": [
55
"js/jquery.terminal.min.js",
66
"js/jquery.mousewheel-min.js",

css/emoji.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.44.0
7+
* \/ /____/ version 2.44.1
88
* http://terminal.jcubic.pl
99
*
1010
* This file is part of jQuery Terminal.
1111
*
1212
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Tue, 08 Oct 2024 13:21:23 +0000
15+
* Date: Tue, 08 Oct 2024 20:29:54 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd-prompt, .cmd-prompt div {

css/jquery.terminal.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version DEV
7+
* \/ /____/ version 2.44.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: Tue, 08 Oct 2024 20:17:15 +0000
44+
* Date: Tue, 08 Oct 2024 20:29:53 +0000
4545
*/
4646
/* global define, Map, BigInt */
4747
/* eslint-disable */
@@ -5342,8 +5342,8 @@
53425342
}
53435343
// -------------------------------------------------------------------------
53445344
$.terminal = {
5345-
version: 'DEV',
5346-
date: 'Tue, 08 Oct 2024 20:17:15 +0000',
5345+
version: '2.44.1',
5346+
date: 'Tue, 08 Oct 2024 20:29:53 +0000',
53475347
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
53485348
color_names: [
53495349
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',

js/jquery.terminal.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/terminal.widget.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
55
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
66
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
7-
* \/ /____/ version 2.44.0
7+
* \/ /____/ version 2.44.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.44.0/css/jquery.terminal.min.css');
43-
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.0/js/jquery.terminal.min.js');
42+
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.1/css/jquery.terminal.min.css');
43+
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.44.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.terminal",
3-
"version": "2.44.0",
3+
"version": "2.44.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

+1-1
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.44.0",
5+
"version": "2.44.1",
66
"keywords": [
77
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
88
],

0 commit comments

Comments
 (0)