File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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..." ,
Original file line number Diff line number Diff 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 ( `;` ) ;
You can’t perform that action at this time.
0 commit comments