diff --git a/README.md b/README.md index afaebbc..05d76db 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 5ab90e7..4a6739b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/README_gl.md b/README_gl.md index 57ef7f1..9e3b726 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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 diff --git a/README_it.md b/README_it.md index dc02460..7bf6c7f 100644 --- a/README_it.md +++ b/README_it.md @@ -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 diff --git a/manifest.toml b/manifest.toml index 2013e35..d01f8a7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"] @@ -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] diff --git a/scripts/_common.sh b/scripts/_common.sh index 3693f10..702e69f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION=16 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS