Skip to content

Commit

Permalink
Add support for Apache Guacamole 1.5.4
Browse files Browse the repository at this point in the history
Add support for Apache Guacamole 1.5.4; make it the new default
version.
  • Loading branch information
Maari Tamm committed Jan 11, 2024
1 parent 05d13d1 commit 504581d
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased
-------------------------
* [Enhancement] Update requirements for Open edX Quince release.
* [Enhancement] Add support for Apache Guacamole 1.5.4;
make it the new default version.
* [Enhancement] Update requirements for Open edX Quince release.

Version 7.8.1 (2023-12-18)
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ two steps:
delete_attempts: 3
delete_interval: 3600
delete_task_timeout: 900
guacamole_js_version: 1.5.2
guacamole_js_version: 1.5.4
enable_fullscreen: false
instructions_layout: above
js_timeouts:
Expand Down
2 changes: 1 addition & 1 deletion hastexo/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"check": 5000
},
"providers": {},
"guacamole_js_version": '1.5.2',
"guacamole_js_version": '1.5.4',
"lab_usage_limit": None,
"lab_usage_limit_breach_policy": None
}
Expand Down
2 changes: 1 addition & 1 deletion hastexo/hastexo.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def get_js_urls(self):
self, 'public/js/plugins.js')

# guacamole common library url
guac_js_version = settings.get("guacamole_js_version", "1.5.2")
guac_js_version = settings.get("guacamole_js_version", "1.5.4")
guac_common_url = (
self.runtime.local_resource_url(
self,
Expand Down
Loading

0 comments on commit 504581d

Please sign in to comment.