Skip to content

Commit 3158e8d

Browse files
committed
version 2.33.0
1 parent 4ad79a9 commit 3158e8d

18 files changed

Lines changed: 200 additions & 96 deletions

Makefile

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

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@
44
__ / / // / // / _ / _/ // / / / _ / _/ / / \/ / _ \/ /
55
/ / / // / // / ___/ // // / / / ___/ // / / / / /\ / // / /__
66
\___/____ \\__/____/_/ \__ / /_/____/_//_/_/_/_/_/ \/\__\_\___/
7-
\/ /____/ version DEV
7+
\/ /____/ version 2.33.0
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-
[![Build and test](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml/badge.svg?branch=devel&event=push)](https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml)
15-
<<<<<<< Updated upstream
16-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&f763f18b51c959746a0b1582a648e83a)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
17-
=======
18-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&c26faa3511e82bd2d51060e7a0bab729)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
19-
>>>>>>> Stashed changes
12+
[![npm](https://img.shields.io/badge/npm-2.33.0-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
13+
![bower](https://img.shields.io/badge/bower-2.33.0-yellow.svg)
14+
[![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)
15+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&c26faa3511e82bd2d51060e7a0bab729)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master)
2016
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
2117
[![Paid Support](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal)
2218
[![](https://img.shields.io/badge/paid-support-354465.svg)](https://support.jcubic.pl/)
@@ -95,7 +91,7 @@ You can test current version at this URL:
9591

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

98-
* [https://jcubic.github.io/jquery.terminal/?ver=DEV](https://jcubic.github.io/jquery.terminal/?ver=DEV)
94+
* [https://jcubic.github.io/jquery.terminal/?ver=2.33.0](https://jcubic.github.io/jquery.terminal/?ver=2.33.0)
9995

10096
And development version using:
10197

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

114110
```
115111

116-
Then include js/jquery.terminal-DEV.min.js and css/jquery.terminal-DEV.min.css
112+
Then include js/jquery.terminal-2.33.0.min.js and css/jquery.terminal-2.33.0.min.css
117113

118114
You can grab the files from CDN:
119115

120116
```html
121-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/js/jquery.terminal.min.js"></script>
122-
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/css/jquery.terminal.min.css" rel="stylesheet"/>
117+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.0/js/jquery.terminal.min.js"></script>
118+
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.33.0/css/jquery.terminal.min.css" rel="stylesheet"/>
123119
```
124120

125121
or
126122

127123
```html
128-
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/js/jquery.terminal.min.js"></script>
129-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/css/jquery.terminal.min.css">
124+
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@2.33.0/js/jquery.terminal.min.js"></script>
125+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@2.33.0/css/jquery.terminal.min.css">
130126
```
131127

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

css/emoji.css

Lines changed: 114 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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.33.0
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: Sat, 16 Apr 2022 13:23:44 +0000
15+
* Date: Tue, 03 May 2022 15:26:19 +0000
1616
*/
1717

1818
.terminal .terminal-output .format, .cmd .format,
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.33.0
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: Sat, 16 Apr 2022 13:23:44 +0000
15+
* Date: Tue, 03 May 2022 15:26:19 +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.32.1.min.js

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

0 commit comments

Comments
 (0)