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í
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import { Wush } from './shell/wush/Wush'
|
||||
import { Terminal } from './terminal/Terminal'
|
||||
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"
|
||||
|
||||
// initialize object store for webfs
|
||||
|
||||
@@ -29,7 +29,7 @@ import { Environment } from './Environment'
|
||||
import { InputManager } from './InputManager'
|
||||
|
||||
export class Wush extends Shell {
|
||||
public readonly Version = "0.3.1"
|
||||
public readonly Version = "0.3.2"
|
||||
public readonly Name = "wush"
|
||||
|
||||
// buffer
|
||||
|
||||
@@ -5,7 +5,7 @@ import sqs from '../utils/sqs'
|
||||
import type { CursorPosition, CursorStyle } from './CursorProperties'
|
||||
|
||||
export class Terminal {
|
||||
public static readonly Version = "0.2.1"
|
||||
public static readonly Version = "0.2.2"
|
||||
|
||||
private terminal: HTMLElement
|
||||
private cursor: HTMLElement
|
||||
|
||||
Reference in New Issue
Block a user