Compare commits
2 Commits
0649843821
...
0577ee49cf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0577ee49cf | ||
|
|
729c8a5fd1 |
@@ -34,7 +34,8 @@ Aplikace je zdarma hostovaná přes Vercel a je veřejně dostupná na adrese ht
|
|||||||
## testování
|
## testování
|
||||||
|
|
||||||
Aplikace je testována v následujících prohlížečích:
|
Aplikace je testována v následujících prohlížečích:
|
||||||
- `Helium 0.12.1.1 (Chromium 148.0.7778.96) (64-bit)`
|
- `Helium 0.12.3.1 (Chromium 148.0.7778.167) (64-bit)`
|
||||||
|
- `Firefox 151.0 (64-bit)`
|
||||||
|
|
||||||
## licence
|
## licence
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { Wush } from './shell/wush/Wush'
|
|||||||
import { Terminal } from './terminal/Terminal'
|
import { Terminal } from './terminal/Terminal'
|
||||||
import { EventBroadcaster } from './utils/EventBroadcaster'
|
import { EventBroadcaster } from './utils/EventBroadcaster'
|
||||||
|
|
||||||
export const WEBSHELL_VERSION = "0.2.0"
|
export const WEBSHELL_VERSION = "0.2.1"
|
||||||
export const VERSION_COMMENT: string | null = "hi"
|
export const VERSION_COMMENT: string | null = "hi"
|
||||||
|
|
||||||
// initialize object store for webfs
|
// initialize object store for webfs
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import { Environment } from './Environment'
|
|||||||
import { InputManager } from './InputManager'
|
import { InputManager } from './InputManager'
|
||||||
|
|
||||||
export class Wush extends Shell {
|
export class Wush extends Shell {
|
||||||
public readonly Version = "0.3.1"
|
public readonly Version = "0.3.2"
|
||||||
public readonly Name = "wush"
|
public readonly Name = "wush"
|
||||||
|
|
||||||
// buffer
|
// buffer
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import sqs from '../utils/sqs'
|
|||||||
import type { CursorPosition, CursorStyle } from './CursorProperties'
|
import type { CursorPosition, CursorStyle } from './CursorProperties'
|
||||||
|
|
||||||
export class Terminal {
|
export class Terminal {
|
||||||
public static readonly Version = "0.2.1"
|
public static readonly Version = "0.2.2"
|
||||||
|
|
||||||
private terminal: HTMLElement
|
private terminal: HTMLElement
|
||||||
private cursor: HTMLElement
|
private cursor: HTMLElement
|
||||||
|
|||||||
Reference in New Issue
Block a user