Skip to content

Commit

Permalink
Update history and set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Nov 15, 2024
1 parent 86061f9 commit ad5806f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
3.0.0 15/11/2024
================
* Remove notification polling and handle notification websocket events
* Remove polling of instance states and instance list: use websocket events
* Automatically reconnect EventGateway on disconnect. Add ping-pong keep-alive events.
* Update all event names
* Add EventGateway websocket, created when valid account loaded, for all events and notifications (other than remote desktop)
* Send thumbnails using the REST API
* Use standard websocket for WebX tunnel (pure binary can now be used for WebX)
* Use official guacamole-common-js on a standard websocket (remove socket.io for remote desktop)
* Adapt to Quarkus server: change of graphql endpoint

2.11.2 19/02/2024
================
* Bug fix: Handle print dialog opening automatically on Firefox
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illgrenoble/visa-web",
"version": "2.11.2",
"version": "3.0.0",
"description": "VISA Web Application",
"angular-cli": {},
"scripts": {
Expand Down

0 comments on commit ad5806f

Please sign in to comment.