Skip to content

Commit

Permalink
version 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 27, 2022
1 parent 5e07492 commit 1e17923
Show file tree
Hide file tree
Showing 22 changed files with 125 additions and 109 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.31.1
VERSION=2.32.0
SED=sed
CD=cd
NPM=npm
Expand All @@ -23,7 +23,7 @@ UPDATE_CONTRIBUTORS=1

.PHONY: coverage test coveralls lint.src eslint skipped_tests jsonlint publish lint tscheck publish-guthub emoji

ALL: Makefile .$(VERSION) terminal.jquery.json bower.json package.json js/jquery.terminal-$(VERSION).js js/jquery.terminal.js js/jquery.terminal-$(VERSION).min.js js/jquery.terminal.min.js js/jquery.terminal.min.js.map css/jquery.terminal-$(VERSION).css css/jquery.terminal-$(VERSION).min.css css/jquery.terminal.min.css css/jquery.terminal.min.css.map css/jquery.terminal.css README.md import.html js/terminal.widget.js css/emoji.css update-contributors
ALL: Makefile .$(VERSION) terminal.jquery.json bower.json package.json js/jquery.terminal-$(VERSION).js js/jquery.terminal.js js/jquery.terminal-$(VERSION).min.js js/jquery.terminal.min.js js/jquery.terminal.min.js.map css/jquery.terminal-$(VERSION).css css/jquery.terminal-$(VERSION).min.css css/jquery.terminal.min.css css/jquery.terminal.min.css.map css/jquery.terminal.css README.md import.html js/terminal.widget.js css/emoji.css

bower.json: templates/bower.in .$(VERSION)
$(SED) -e "s/{{VER}}/$(VERSION)/g" templates/bower.in > bower.json
Expand Down Expand Up @@ -138,7 +138,7 @@ contributors: contributors-www.json contributors.json
./scripts/update-contributors-readme contributors.json "CONTRIBUTORS" templates/README.in
./scripts/update-contributors-readme contributors-www.json "CONTRIBUTORS-WWW" templates/README.in
./scripts/update-contributors-readme contributors-www.json "CONTRIBUTORS" www/README.md
./scripts/update-contributors-package.js -j contributors.json -f templates/package.in
./scripts/update-contributors-package.js -j contributors.json -f package.json
./scripts/update-contributors-package.js -j contributors.json -f templates/package.git

lint: eslint jsonlint
Expand Down
30 changes: 15 additions & 15 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.terminal",
"version": "2.31.1",
"version": "2.32.0",
"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.

Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version DEV
* \/ /____/ version 2.32.0
* 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: Sat, 19 Feb 2022 20:57:16 +0000
* Date: Sun, 27 Feb 2022 23:37:07 +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
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version DEV
* \/ /____/ version 2.32.0
* 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: Sat, 19 Feb 2022 20:57:16 +0000
* Date: Sun, 27 Feb 2022 23:37:07 +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.

47 changes: 0 additions & 47 deletions js/jquery.terminal-2.31.1.min.js

This file was deleted.

8 changes: 4 additions & 4 deletions js/jquery.terminal-2.31.1.js → js/jquery.terminal-2.32.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version DEV
* \/ /____/ version 2.32.0
*
* 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: Wed, 23 Feb 2022 16:50:33 +0000
* Date: Sun, 27 Feb 2022 23:37:06 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -5137,8 +5137,8 @@
}
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Wed, 23 Feb 2022 16:50:33 +0000',
version: '2.32.0',
date: 'Sun, 27 Feb 2022 23:37:06 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
47 changes: 47 additions & 0 deletions js/jquery.terminal-2.32.0.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/jquery.terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version DEV
* \/ /____/ version 2.32.0
*
* 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: Wed, 23 Feb 2022 16:50:33 +0000
* Date: Sun, 27 Feb 2022 23:37:06 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -5137,8 +5137,8 @@
}
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Wed, 23 Feb 2022 16:50:33 +0000',
version: '2.32.0',
date: 'Sun, 27 Feb 2022 23:37:06 +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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.31.1
* \/ /____/ version 2.32.0
*
* 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.31.1/css/jquery.terminal.min.css');
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.31.1/js/jquery.terminal.min.js');
get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.32.0/css/jquery.terminal.min.css');
return get('https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.32.0/js/jquery.terminal.min.js');
}).then(function() {
terminals.forEach(function(spec) {
jQuery.fn.terminal.apply(jQuery(spec[0]), spec.slice(1));
Expand Down
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.terminal",
"version": "2.31.1",
"version": "2.32.0",
"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 Expand Up @@ -59,6 +59,10 @@
"name": "Johan",
"url": "https://github.com/johanjordaan"
},
{
"name": "Snyk bot",
"url": "https://snyk.io"
},
{
"name": "Florian Schäfer",
"url": "https://github.com/fschaefer"
Expand All @@ -77,7 +81,7 @@
},
{
"name": "7twin",
"url": "https://7twin.com"
"url": "https://github.com/7twin"
},
{
"name": "Abdelrahman Omran",
Expand All @@ -101,7 +105,7 @@
},
{
"name": "Jarry Shaw",
"url": "https://jarryshaw.me"
"url": "https://www.jarryshaw.me"
},
{
"name": "Jon Steinich",
Expand All @@ -120,7 +124,11 @@
"url": "https://github.com/exit1"
},
{
"name": "Robert Wikman",
"name": "Liumeo",
"url": "https://github.com/eagleoflqj"
},
{
"name": "Robert W",
"url": "https://github.com/rbw"
},
{
Expand Down Expand Up @@ -148,7 +156,7 @@
"url": "https://www.linkedin.com/in/steve-kirkegard"
},
{
"name": "Juraj Vitko",
"name": "youurayy",
"url": "https://github.com/youurayy"
}
],
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-contributors-readme
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ else
cat $file | sed -n "/${marker}-START/{p;:a;N;/${marker}-END/!ba;s%.*\n%${CONTRIBUTORS}%};p" | tr '☺' '\n' > README.tmp
cp README.tmp $file
rm README.tmp
fi
fi
4 changes: 2 additions & 2 deletions templates/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ UPDATE_CONTRIBUTORS=1

.PHONY: coverage test coveralls lint.src eslint skipped_tests jsonlint publish lint tscheck publish-guthub emoji

ALL: Makefile .$(VERSION) terminal.jquery.json bower.json package.json js/jquery.terminal-$(VERSION).js js/jquery.terminal.js js/jquery.terminal-$(VERSION).min.js js/jquery.terminal.min.js js/jquery.terminal.min.js.map css/jquery.terminal-$(VERSION).css css/jquery.terminal-$(VERSION).min.css css/jquery.terminal.min.css css/jquery.terminal.min.css.map css/jquery.terminal.css README.md import.html js/terminal.widget.js css/emoji.css update-contributors
ALL: Makefile .$(VERSION) terminal.jquery.json bower.json package.json js/jquery.terminal-$(VERSION).js js/jquery.terminal.js js/jquery.terminal-$(VERSION).min.js js/jquery.terminal.min.js js/jquery.terminal.min.js.map css/jquery.terminal-$(VERSION).css css/jquery.terminal-$(VERSION).min.css css/jquery.terminal.min.css css/jquery.terminal.min.css.map css/jquery.terminal.css README.md import.html js/terminal.widget.js css/emoji.css

bower.json: templates/bower.in .$(VERSION)
$(SED) -e "s/{{VER}}/$(VERSION)/g" templates/bower.in > bower.json
Expand Down Expand Up @@ -138,7 +138,7 @@ contributors: contributors-www.json contributors.json
./scripts/update-contributors-readme contributors.json "CONTRIBUTORS" templates/README.in
./scripts/update-contributors-readme contributors-www.json "CONTRIBUTORS-WWW" templates/README.in
./scripts/update-contributors-readme contributors-www.json "CONTRIBUTORS" www/README.md
./scripts/update-contributors-package.js -j contributors.json -f templates/package.in
./scripts/update-contributors-package.js -j contributors.json -f package.json
./scripts/update-contributors-package.js -j contributors.json -f templates/package.git

lint: eslint jsonlint
Expand Down
Loading

0 comments on commit 1e17923

Please sign in to comment.