1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00

Merge pull request #23 from YunoHost-Apps/ci-auto-update-v2.5.0

Upgrade  to version 2.5.0
This commit is contained in:
Salamandar 2022-10-03 08:55:53 +02:00 committed by GitHub
commit 17cac9fed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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.4.2~ynh1
**Shipped version:** 2.5.0~ynh1 *(:warning: This is the `ci-auto-update-v2.5.0` branch. The [`master` branch](https://github.com/YunoHost-Apps/wetty_ynh/tree/master) used in the catalog is currently on version 2.4.2\~ynh1.)*
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
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.4.2~ynh1
**Version incluse :** 2.5.0~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v2.5.0`. La [branche `master`](https://github.com/YunoHost-Apps/wetty_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.4.2\~ynh1.)*
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/butlerx/wetty/archive/refs/tags/v2.4.2.tar.gz
SOURCE_SUM=399aa4e2a64b11c749050d1f082d0feee42d24ff15708994add98bd2d4dddd67
SOURCE_URL=https://github.com/butlerx/wetty/archive/refs/tags/v2.5.0.tar.gz
SOURCE_SUM=a6f7e3687619c29b2b8cc04b502fd8207c53a895527849557d3d3ed7f362cbac
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
},
"version": "2.4.2~ynh1",
"version": "2.5.0~ynh1",
"url": "https://github.com/butlerx/wetty/",
"license": "MIT",
"upstream": {