You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated the client connection path to fall back to TLS when NTLM isn't available in the context of Network Level Authentication (NLA).
24
+
- Applied a workaround to address a black screen when screen sharing via Microsoft Teams redirection.
25
+
26
+
## Updates for version 10.9.7
27
+
28
+
*Published: May 21, 2024*
29
+
30
+
In this release, we made the following changes:
31
+
32
+
- Resolved issues with connections that were routed via a Remote Desktop Services gateway behind an F5 web app filter.
33
+
- Fixed bugs in the single sign-on protocol connection sequence that were breaking connectivity.
34
+
- Improved diagnostics sent during connections to Azure Virtual Desktop.
16
35
17
36
## Updates for version 10.9.6
18
37
@@ -22,8 +41,8 @@ In this release, we made the following changes:
22
41
23
42
- Bug fixes for issues reported by users and internal telemetry.
24
43
25
-
>[!IMPORTANT]
26
-
>Starting with verison 10.9.6, the macOS client only supports macOS 12 and later.
44
+
>[!IMPORTANT]
45
+
>Starting with version 10.9.6, the macOS client only supports macOS 12 and later.
27
46
28
47
## Updates for version 10.9.5
29
48
@@ -62,7 +81,7 @@ In this release, we made the following changes:
62
81
63
82
In this release, we made the following changes:
64
83
65
-
- Addressed "Proof Key for Code Exchange is required" message users receive when refreshing AVD workspaces after upgrading from versions 10.9.0 and 10.9.1.
84
+
- Addressed **Proof Key for Code Exchange is required** message users receive when refreshing Azure Virtual Desktop workspaces after upgrading from versions 10.9.0 and 10.9.1.
66
85
67
86
## Updates for version 10.9.1
68
87
@@ -119,7 +138,7 @@ In this release, we made the following changes:
119
138
- Resolved some of the most common crashes reported by debug telemetry.
120
139
- Fixed a bug that caused vertical lines to appear in the remote session rendering.
121
140
- Addressed a scenario where the app would stop responding when running Slack.
122
-
- Addressed issue with full-screen scenarios that happened when users disabled the "Displays have separate Spaces" setting.
141
+
- Addressed issue with full-screen scenarios that happened when users disabled the **Displays have separate Spaces** setting.
123
142
- Fixed an issue that resulted in the caps lock state syncing incorrectly between client and server.
124
143
- Performance and reliability updates to Teams redirection
125
144
- Updates to improve Azure Virtual Desktop connectivity and diagnostics.
@@ -204,7 +223,7 @@ With respect to bugs and smaller features, the following list summarizes some hi
204
223
- Resolved an issue where the mouse cursor on a high DPI monitor is larger than a regular monitor.
205
224
- Updated the client to terminate auto-reconnect if the session window is closed after waking from sleep.
206
225
- Addressed an issue where the mapped hotkeys `CMD+C`, `CMD+V`, and `CMD+F` didn't work in nested sessions.
207
-
- Hid the "Import from Remote Desktop 8" option if there is no data to import.
226
+
- Hid the **Import from Remote Desktop 8** option if there is no data to import.
208
227
209
228
## Updates for version 10.7.6
210
229
@@ -298,10 +317,10 @@ In this release, we made the following changes:
298
317
- Addressed issues where the session window could not expand when placed at the top or bottom of the screen.
299
318
- Addressed scenarios where the mouse cursor would disappear while connected to a remote PC.
300
319
- Deletion of an Azure Virtual Desktop workspace now correctly removes all associated workspaces.
301
-
- Addressed issues where adding a folder to redirect to a bookmark would enable the "Add" button with an empty PC name.
320
+
- Addressed issues where adding a folder to redirect to a bookmark would enable the **Add** button with an empty PC name.
302
321
- Addressed issues where double-clicking the title bar incorrectly stretches the session window.
303
322
- Updated the mouse to change to a hand glyph when hovering over a red input error indicator.
304
-
- Addressed issues where the session window would flash rapidly in the "Mission Control" or "Application windows" view.
323
+
- Addressed issues where the session window would flash rapidly in the **Mission Control** or **Application windows** view.
305
324
- Improved connectivity and performance metrics when connecting to Azure Virtual Desktop.
306
325
- Subscribed workspaces are refreshed every six hours, by default, and can be changed using **ClientSettings.WorkspaceAutoRefreshInterval** (minimum interval is 30 minutes and 24 hours is the maximum).
307
326
@@ -445,7 +464,7 @@ In this release, we made the following changes:
445
464
- Addressed an issue where the client would report a 0x5000007 error message when connecting using a Remote Desktop Gateway server.
446
465
- Corrected the aspect ratio of PC thumbnails displayed in the Connection Center.
- Fixed a bug that prevented bookmark export if the bookmark's display name contained the "/" character.
467
+
- Fixed a bug that prevented bookmark export if the bookmark's display name contained the `/` character.
449
468
- Resolved a bug that caused a 0xD06 protocol error when running Outlook as a RemoteApp.
450
469
- Added support for a new integer RDP file property (ForceHiDpiOptimizations) to enable Retina display optimization.
451
470
@@ -476,13 +495,13 @@ In this release, we made substantial updates to the underlying code for the Remo
476
495
- Added a check for network availability before connection initiation.
477
496
- Addressed pulsing of PC thumbnails that sometimes happened during the connection sequence.
478
497
- Fixed a bug where the password field in the Add/Edit User Account sheet become multiline.
479
-
- The "Collapse All" option is now greyed out if all workspaces are collapsed.
480
-
- The "Expand All" option is now greyed out if all workspaces are expanded.
498
+
- The **Collapse All** option is now greyed out if all workspaces are collapsed.
499
+
- The **Expand All** option is now greyed out if all workspaces are expanded.
481
500
- The first-run permissions UI is no longer shown on High Sierra.
482
501
- Fixed an issue where users were unable to connect to Azure Virtual Desktop endpoints using saved credentials in the DOMAIN\USERNAME format.
483
502
- The username field in the credential prompt is now always prepopulated for Azure Virtual Desktop connections.
484
503
- Fixed a bug that clipped the Edit, Delete, and Refresh buttons for workspaces if the Connection Center wasn't wide enough.
485
-
- The "email or workspace URL" field in the Add Workspace sheet is no longer case-sensitive.
504
+
- The **email or workspace URL** field in the Add Workspace sheet is no longer case-sensitive.
486
505
- Fixed accessibility issues that impacted VoiceOver and keyboard navigation scenarios.
487
506
- Lots of updates to improve interoperability with current and upcoming features in the Azure Virtual Desktop service.
488
507
- You can now configure the AVC support level advertised by the client from a terminal prompt. Here are the support levels you can configure:
@@ -507,12 +526,12 @@ In this release, we made some changes to improve interoperability with the [Azur
507
526
508
527
*Published: February 12, 2020*
509
528
510
-
With this update, you can switch between Scancode (Ctrl+Command+K) and Unicode (Ctrl+Command+U) modes when entering keyboard input. Unicode mode allows extended characters to be typed using the Option key on a Mac keyboard. For example, on a US Mac keyboard, Option+2 will enter the trademark (™) symbol. You can also enter accented characters in Unicode mode. For example, on a US Mac keyboard, entering Option+E and the "A" key at the same time will enter the character "á" on your remote session.
529
+
With this update, you can switch between Scancode (Ctrl+Command+K) and Unicode (Ctrl+Command+U) modes when entering keyboard input. Unicode mode allows extended characters to be typed using the Option key on a Mac keyboard. For example, on a US Mac keyboard, Option+2 will enter the trademark (™) symbol. You can also enter accented characters in Unicode mode. For example, on a US Mac keyboard, entering Option+E and the `A` key at the same time will enter the character `á` on your remote session.
511
530
512
531
Other updates in this release include:
513
532
514
533
- Cleaned up the workspace refresh experience and UI.
515
-
- Addressed a smart card redirection issue that caused the remote session to stop responding at the sign-in screen when the "Checking Status" message appeared.
534
+
- Addressed a smart card redirection issue that caused the remote session to stop responding at the sign-in screen when the **Checking Status** message appeared.
516
535
- Reduced time to create temporary files used for clipboard-based file copy and paste.
517
536
- Temporary files used for clipboard file copy and paste are now deleted automatically when you exit the app, instead of relying on macOS to delete them.
518
537
- PC bookmark actions are now rendered at the top-right corner of thumbnails.
@@ -546,7 +565,7 @@ In this release, we made the following changes:
546
565
- Fixed cases where users were double-prompted for credentials.
547
566
- Fixed cases where users received the certificate warning prompt twice.
548
567
- Added heuristics to improve trackpad-based scrolling.
549
-
- The client no longer shows the "Saved Desktops" group if there are no user-created groups.
568
+
- The client no longer shows the **Saved Desktops** group if there are no user-created groups.
550
569
- Updated UI for the tiles in PC view.
551
570
- Fixes to address crashes sent to us via application telemetry.
552
571
@@ -565,7 +584,7 @@ In this release, we made the following changes:
565
584
- Addressed smart card redirection compatibility with future releases of Windows 10.
566
585
- Addressed an issue specific to macOS 10.15 where the incorrect available space was reported for redirected folders.
567
586
- Published PC connections are represented with a new icon in the Workspaces tab.
568
-
-"Feeds" are now called "Workspaces," and "Desktops" are now called "PCs."
587
+
-**Feeds** are now called **Workspaces**, and **Desktops** are now called **PCs.**
569
588
- Fixed inconsistencies and bugs in user account handling in the preferences UI.
570
589
- Lots of bug fixes to make things run smoother and more reliably.
571
590
@@ -577,11 +596,11 @@ In this release, we made the following changes:
577
596
578
597
- Added user defaults to disable smart card, clipboard, microphone, camera, and folder redirection:
579
598
580
-
- ClientSettings.DisableSmartcardRedirection
581
-
- ClientSettings.DisableClipboardRedirection
582
-
- ClientSettings.DisableMicrophoneRedirection
583
-
- ClientSettings.DisableCameraRedirection
584
-
- ClientSettings.DisableFolderRedirection
599
+
-`ClientSettings.DisableSmartcardRedirection`
600
+
-`ClientSettings.DisableClipboardRedirection`
601
+
-`ClientSettings.DisableMicrophoneRedirection`
602
+
-`ClientSettings.DisableCameraRedirection`
603
+
-`ClientSettings.DisableFolderRedirection`
585
604
586
605
- Resolved an issue that was causing programmatic session window resizes to not be detected.
587
606
- Fixed an issue where the session window contents appeared small when connecting in windowed mode (with dynamic display enabled).
@@ -619,7 +638,7 @@ In this release, we made the following changes:
619
638
- On Mojave and Catalina we've added a new dialog that requests your permission to use the microphone and camera for device redirection.
620
639
- The feed subscription flow has been rewritten to be simpler and faster.
621
640
- Clipboard redirection now includes the Rich Text Format (RTF).
622
-
- When entering your password, you can now choose to reveal it by selecting the "Show password" checkbox.
641
+
- When entering your password, you can now choose to reveal it by selecting the **Show password** checkbox.
623
642
- Addressed scenarios where the session window was jumping between monitors.
624
643
- The Connection Center displays high-resolution RemoteApp icons when available.
625
644
- Cmd+A maps to Ctrl+A when Mac clipboard shortcuts are being used.
@@ -635,7 +654,7 @@ In this release, we made the following changes:
635
654
In this release, we made the following changes:
636
655
637
656
- Fixed a hang that occurred when connecting via a Remote Desktop Gateway.
638
-
- Added a privacy notice to the "Add Feed" dialog.
657
+
- Added a privacy notice to the **Add Feed** dialog.
639
658
640
659
## Updates for version 10.2.12
641
660
@@ -698,7 +717,7 @@ In this release, we made the following changes:
698
717
- Made lots of fit and finish adjustments to the Connection Center tile and list views for desktops and feeds.
699
718
700
719
>[!NOTE]
701
-
>There is a bug in macOS 10.14.0 and 10.14.1 that can cause the ".com.microsoft.rdc.application-data_SUPPORT/_EXTERNAL_DATA" folder (nested deep inside the ~/Library folder) to consume a large amount of disk space. To resolve this issue, delete the folder content and upgrade to macOS 10.14.2. Note that a side-effect of deleting the folder contents is that snapshot images assigned to bookmarks will be deleted. These images will be regenerated when reconnecting to the remote PC.
720
+
>There is a bug in macOS 10.14.0 and 10.14.1 that can cause the `.com.microsoft.rdc.application-data_SUPPORT/_EXTERNAL_DATA` folder (nested deep inside the `~/Library` folder) to consume a large amount of disk space. To resolve this issue, delete the folder content and upgrade to macOS 10.14.2. Note that a side-effect of deleting the folder contents is that snapshot images assigned to bookmarks will be deleted. These images will be regenerated when reconnecting to the remote PC.
702
721
703
722
## Updates for version 10.2.4
704
723
@@ -727,7 +746,7 @@ In this release, we made the following changes:
727
746
- Fixed issues where the connection would hang when connecting through a Remote Desktop Gateway.
728
747
- Better handling of a RemoteApp in full-screen by intelligently hiding the menu bar and dock.
729
748
- Fixed scenarios where a RemoteApp remained hidden after being launched.
730
-
- Addressed slow rendering updates when using "Fit to Window" with hardware acceleration disabled.
749
+
- Addressed slow rendering updates when using **Fit to Window** with hardware acceleration disabled.
731
750
- Handled database creation errors caused by incorrect permissions when the client starts up.
732
751
- Fixed an issue where the client was consistently crashing at launch and not starting for some users.
733
752
- Fixed a scenario where connections were incorrectly imported as full-screen from Remote Desktop 8.
@@ -759,7 +778,7 @@ In this release, we made the following changes:
759
778
- Fixed performance issues that surfaced when lots of data was being transferred over the network.
760
779
- Smart card redirection fixes.
761
780
- Support for all possible values of the **EnableCredSspSupport** and **Authentication Level** RDP file settings if the `ClientSettings.EnforceCredSSPSupport` user default key (in the `com.microsoft.rdc.macos` domain) is set to 0.
762
-
- Support for the "Prompt for Credentials on Client" RDP file setting when NLA is not negotiated.
781
+
- Support for the **Prompt for Credentials on Client** RDP file setting when NLA is not negotiated.
763
782
- Support for smart card-based sign-in using smart card redirection at the Winlogon prompt when NLA is not negotiated.
764
783
- Fixed an issue that prevented downloading feed resources that have spaces in the URL.
765
784
@@ -769,7 +788,7 @@ In this release, we made the following changes:
769
788
770
789
In this release, we made the following changes:
771
790
772
-
- Enabled connectivity to Azure Active Directory (Azure AD) joined PCs. To connect to an Azure AD joined PC, your username must be in one of the following formats: "AzureAD\user" or "AzureAD\user@domain".
791
+
- Enabled connectivity to Azure Active Directory (Azure AD) joined PCs. To connect to an Azure AD joined PC, your username must be in one of the following formats: `AzureAD\user` or `AzureAD\user@domain`.
773
792
- Addressed some bugs affecting the usage of smart cards in a remote session.
774
793
775
794
## Updates for version 10.2.0
@@ -841,6 +860,6 @@ In this release, we made the following changes:
841
860
- Fixed an issue where starting a new connection gave focus to an existing session, instead of opening a new session window.
842
861
- We fixed an error with an error message - you'll see the correct message now if we can't find your gateway.
843
862
- The Quit shortcut (⌘ + Q) is now consistently shown in the UI.
844
-
- Improved the image quality when stretching in "fit to window" mode.
863
+
- Improved the image quality when stretching in **fit to window** mode.
845
864
- Fixed a regression that caused multiple instances of the home folder to show up in the remote session.
0 commit comments