-
-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=2.30.1 | ||
VERSION=2.30.2 | ||
SED=sed | ||
CD=cd | ||
NPM=npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
__ / / // / // / _ / _/ // / / / _ / _/ / / \/ / _ \/ / | ||
/ / / // / // / ___/ // // / / / ___/ // / / / / /\ / // / /__ | ||
\___/____ \\__/____/_/ \__ / /_/____/_//_/_/_/_/_/ \/\__\_\___/ | ||
\/ /____/ version 2.30.1 | ||
\/ /____/ version 2.30.2 | ||
``` | ||
|
||
[JavaScript Library for Web Based Terminal Emulators](https://terminal.jcubic.pl) | ||
|
||
[![npm](https://img.shields.io/badge/npm-2.30.1-blue.svg)](https://www.npmjs.com/package/jquery.terminal) | ||
![bower](https://img.shields.io/badge/bower-2.30.1-yellow.svg) | ||
[![npm](https://img.shields.io/badge/npm-2.30.2-blue.svg)](https://www.npmjs.com/package/jquery.terminal) | ||
![bower](https://img.shields.io/badge/bower-2.30.2-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&a3d8f5c3567979aca210315cafaca955)](https://coveralls.io/github/jcubic/jquery.terminal?branch=master) | ||
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat) | ||
|
@@ -92,7 +92,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.30.1](https://jcubic.github.io/jquery.terminal/?ver=2.30.1) | ||
* [https://jcubic.github.io/jquery.terminal/?ver=2.30.2](https://jcubic.github.io/jquery.terminal/?ver=2.30.2) | ||
|
||
And development version using: | ||
|
||
|
@@ -110,20 +110,20 @@ Include jQuery library, you can use cdn from https://jquery.com/download/ | |
|
||
``` | ||
|
||
Then include js/jquery.terminal-2.30.1.min.js and css/jquery.terminal-2.30.1.min.css | ||
Then include js/jquery.terminal-2.30.2.min.js and css/jquery.terminal-2.30.2.min.css | ||
|
||
You can grab the files from CDN: | ||
|
||
```html | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.30.1/js/jquery.terminal.min.js"></script> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.30.1/css/jquery.terminal.min.css" rel="stylesheet"/> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.30.2/js/jquery.terminal.min.js"></script> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.30.2/css/jquery.terminal.min.css" rel="stylesheet"/> | ||
``` | ||
|
||
or | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/js/jquery.terminal.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/css/jquery.terminal.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/js/jquery.terminal.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/css/jquery.terminal.min.css"> | ||
``` | ||
|
||
If you always want latest version, you can get it from [unpkg](https://unpkg.com/) without specifying version, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
css/jquery.terminal-2.30.1.min.css → css/jquery.terminal-2.30.2.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
js/jquery.terminal-2.30.1.min.js → js/jquery.terminal-2.30.2.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters