Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4331d30
chore(backend): updated dependencies
mystiker Jul 19, 2025
ad926f7
fix(backend): fixed stricter paths for the new dependencies
mystiker Jul 19, 2025
8688d84
chore(frontend): updated frontend to nodejs 22.17.1
mystiker Jul 19, 2025
d735edf
chore(frontend): updated frontend part 1
mystiker Jul 19, 2025
219cbc2
chore(frontend): updated frontend part 2
mystiker Jul 19, 2025
fbb4d29
chore(frontend): updated frontend part 3
mystiker Jul 19, 2025
0256433
chore(frontend): updated frontend part 4
mystiker Jul 19, 2025
33f95fd
chore(frontend): updated frontend part 5
mystiker Jul 19, 2025
192c973
chore(frontend): updated frontend part 6
mystiker Jul 20, 2025
ed5618a
chore(frontend): updated frontend part 7
mystiker Jul 20, 2025
58cff5c
chore(frontend): deleted every legacy component, service, style etc.
mystiker Jul 20, 2025
db8ecbb
feat(frontend): added xterm for ansi processing
mystiker Jul 21, 2025
8bfd00e
chore(frontend): simplified frontend again
mystiker Jul 21, 2025
385fe4e
fix(frontend): fixed autosizing
mystiker Jul 21, 2025
0daabf3
feat(frontend): little client refactor
mystiker Jul 21, 2025
9fda632
Merge remote-tracking branch 'origin/develop' into experimental/xterm
mystiker Oct 11, 2025
ce28c47
chore: set required node version to 22.20.x
mystiker Oct 11, 2025
e03e67c
chore: updated dependencies
mystiker Oct 11, 2025
b48d93b
fix(backend): disabled EOR
mystiker Oct 11, 2025
b4a173b
feat(frontend): removed custom ANSI handling
mystiker Oct 11, 2025
0ce699d
feat(backend): removed old code
mystiker Oct 11, 2025
0d7ed80
chore: fixed build pipelines
mystiker Oct 11, 2025
d31c51c
fix(frontend): fix empty testing
mystiker Oct 11, 2025
73028d5
experimental: new client buffer and linemode option handling
mystiker Oct 12, 2025
7d8d838
Merge remote-tracking branch 'origin/develop' into experimental/xterm…
mystiker Oct 12, 2025
3a91723
chore: fixed cpy command
mystiker Oct 12, 2025
4d25b2a
chore: sync packages
mystiker Oct 12, 2025
cbe94fe
feat(telnet): enhance option handlers with state management and event…
mystiker Oct 15, 2025
2527d7a
feat(backend): implement viewport size management and connection hand…
mystiker Oct 18, 2025
4e13414
feat(frontend): enhance MudSocketAdapter with hooks for message trans…
mystiker Oct 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [20.12.2]
node-version: [22.20.0]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
AZURE_WEBAPP_NAME: unitopia-client
AZURE_WEBAPP_PACKAGE_PATH: "backend/dist"
NODE_VERSION: "20.12.2"
NODE_VERSION: "22.20.0"

jobs:
deploy:
Expand Down
Loading