Compare commits

...

2 Commits

Author SHA1 Message Date
binekrasik
0577ee49cf chore: bump versions 2026-05-20 23:22:16 +02:00
binekrasik
729c8a5fd1 docs: update tested browsers 2026-05-20 23:21:19 +02:00
4 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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