Skip to content

Commit 920b59b

Browse files
WebTerminal v4 release!
1 parent d621cb8 commit 920b59b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"printableName": "Cache Web Terminal",
66
"description": "Web-based terminal emulator for Caché administering.",
77
"author": "ZitRo",
8-
"version": "4.0.0-beta.20",
8+
"version": "4.0.0",
99
"gaID": "UA-83005064-2",
1010
"releaseNumber": 26,
1111
"scripts": {

src/client/js/localization/dictionary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ export default {
184184
\rProject:\x1B[32G\x1b!URL=https://intersystems-ru.github.io/webterminal (Homepage)
185185
\rRepository:\x1B[32G\x1b!URL=https://github.com/intersystems-ru/webterminal (GitHub)
186186
\rBug/Feature Tracker:\x1B[32G\x1b!URL=https://github.com/intersystems-ru/webterminal/issues (GitHub)
187-
\r2013-${ new Date().getFullYear() } ©`,
187+
\r2013-${ new Date().getFullYear() } © Nikita Savchenko`,
188188
ru:
189189
`Caché WEB Terminal v/* @echo package.version */
190190
\rАвтор:\x1B[32G\x1b!URL=https://github.com/zitros (Никита Савченко) (ZitRo)
191191
\rПроект:\x1B[32G\x1b!URL=https://intersystems-ru.github.io/webterminal (Главная страница)
192192
\rРепозиторий:\x1B[32G\x1b!URL=https://github.com/intersystems-ru/webterminal (GitHub)
193193
\rБаг/Фич трекер:\x1B[32G\x1b!URL=https://github.com/intersystems-ru/webterminal/issues (GitHub)
194-
\r2013-${ new Date().getFullYear() } ©`
194+
\r2013-${ new Date().getFullYear() } © Никита Савченко`
195195
},
196196
"beforeInit": {
197197
en: "Terminal load complete. Getting auth key...",

src/client/js/output/esc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default {
191191
},
192192
//
193193
"\x1b[{\\d*};\"{[^\"]}\"p": (args) => { // define key
194-
console.log("\\key!", args); // todo
194+
console.log("todo: implement key assignment", args);
195195
},
196196
"\x1b[{\\d+(?:;\\d+)*}m": (args) => {
197197
let indices = args[0].split(`;`);

0 commit comments

Comments
 (0)