Skip to content

Commit d6d0101

Browse files
rhys96DevelopmentCatsericpaulsenCopilot
authored
Fix Devolutions Auto-Complete (#508)
## Description I’ve completed a set of modifications to improve the user experience and session behaviour within Devolutions Gateway: - Auto-Complete Fix: Resolved issues with auto-complete functionality. - Container Visibility: Implemented logic to hide the app-net-scan container, preventing it from displaying during the initial session load. - Default Settings: Enabled Unicode keyboard mode and dynamic window resizing by default to enhance usability. - Session Closure Behaviour: Modified the "Close Session" button to fully close the session window, avoiding returns to the session manager. - Dynamic Module Path Construction: Refactored the PowerShell module path setup to be dynamically constructed. - Input Variables: Added `slug` and `display_name` as input variables. ## Type of Change - [ ] New module - [ ] New template - [x] Bug fix - [x] Feature/enhancement - [ ] Documentation - [ ] Other ## Module Information <!-- Delete this section if not applicable --> **Path:** `registry/coder/modules/windows-rdp` **New version:** `v1.3.0` **Breaking change:** [ ] Yes [x] No ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun fmt`) - [x] Changes tested locally ## Related Issues "None" --------- Co-authored-by: DevCats <[email protected]> Co-authored-by: DevelopmentCats <[email protected]> Co-authored-by: Eric Paulsen <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 1a15ad6 commit d6d0101

File tree

5 files changed

+458
-372
lines changed

5 files changed

+458
-372
lines changed

registry/coder/modules/windows-rdp/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
1515
module "windows_rdp" {
1616
count = data.coder_workspace.me.start_count
1717
source = "registry.coder.com/coder/windows-rdp/coder"
18-
version = "1.2.3"
18+
version = "1.3.0"
1919
agent_id = resource.coder_agent.main.id
2020
}
2121
```
@@ -32,7 +32,7 @@ module "windows_rdp" {
3232
module "windows_rdp" {
3333
count = data.coder_workspace.me.start_count
3434
source = "registry.coder.com/coder/windows-rdp/coder"
35-
version = "1.2.3"
35+
version = "1.3.0"
3636
agent_id = resource.coder_agent.main.id
3737
}
3838
```
@@ -43,7 +43,7 @@ module "windows_rdp" {
4343
module "windows_rdp" {
4444
count = data.coder_workspace.me.start_count
4545
source = "registry.coder.com/coder/windows-rdp/coder"
46-
version = "1.2.3"
46+
version = "1.3.0"
4747
agent_id = resource.coder_agent.main.id
4848
}
4949
```
@@ -54,7 +54,7 @@ module "windows_rdp" {
5454
module "windows_rdp" {
5555
count = data.coder_workspace.me.start_count
5656
source = "registry.coder.com/coder/windows-rdp/coder"
57-
version = "1.2.3"
57+
version = "1.3.0"
5858
agent_id = resource.coder_agent.main.id
5959
devolutions_gateway_version = "2025.2.2" # Specify a specific version
6060
}

0 commit comments

Comments
 (0)