Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to v2.7.0 #34

Merged
merged 3 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Terminal over HTTP and HTTPS. WeTTy is an alternative to ajaxterm and anyterm but much better than them because WeTTy uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTy uses websockets rather then Ajax and hence better response time.


**Shipped version:** 2.5.0~ynh3
**Shipped version:** 2.7.0~ynh1

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Terminal sur HTTP et HTTPS. WeTTy est une alternative à ajaxterm et anyterm mais bien meilleure qu'eux car WeTTy utilise xterm.js qui est une implémentation complète de l'émulation de terminal écrite entièrement en JavaScript. WeTTy utilise des websockets plutôt que Ajax et donc un meilleur temps de réponse.


**Version incluse :** 2.5.0~ynh3
**Version incluse :** 2.7.0~ynh1

## Captures d’écran

Expand Down
2 changes: 1 addition & 1 deletion README_gl.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NON debe editarse manualmente.
Terminal over HTTP and HTTPS. WeTTy is an alternative to ajaxterm and anyterm but much better than them because WeTTy uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTy uses websockets rather then Ajax and hence better response time.


**Versión proporcionada:** 2.5.0~ynh3
**Versión proporcionada:** 2.7.0~ynh1

## Capturas de pantalla

Expand Down
2 changes: 1 addition & 1 deletion README_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NON DEVE essere modificato manualmente.
Terminal over HTTP and HTTPS. WeTTy is an alternative to ajaxterm and anyterm but much better than them because WeTTy uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTy uses websockets rather then Ajax and hence better response time.


**Versione pubblicata:** 2.5.0~ynh3
**Versione pubblicata:** 2.7.0~ynh1

## Screenshot

Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "Wetty"
description.en = "Terminal in browser over http/https"
description.fr = "Un terminal dans le navigateur sur http/https"

version = "2.5.0~ynh3"
version = "2.7.0~ynh1"

maintainers = ["Salamandar"]

Expand Down Expand Up @@ -39,8 +39,8 @@ ram.runtime = "50M"

[resources]
[resources.sources.main]
url = "https://github.com/butlerx/wetty/archive/refs/tags/v2.5.0.tar.gz"
sha256 = "a6f7e3687619c29b2b8cc04b502fd8207c53a895527849557d3d3ed7f362cbac"
url = "https://github.com/butlerx/wetty/archive/refs/tags/v2.7.0.tar.gz"
sha256 = "4c920be38036da1edd2a01f16396ea095ec5fb3552a168caa0082a828ad87217"
autoupdate.strategy = "latest_github_release"

[resources.system_user]
Expand Down
2 changes: 1 addition & 1 deletion scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================

NODEJS_VERSION=16
NODEJS_VERSION=18

#=================================================
# PERSONAL HELPERS
Expand Down