Add additional links to documentation where relevant to 1.0.0 changes.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/72a711c9 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/72a711c9 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/72a711c9 Branch: refs/heads/master Commit: 72a711c945172ed118d0c908dcbd8a2e8504d021 Parents: de832ea Author: Michael Jumper <[email protected]> Authored: Fri Jan 4 12:16:17 2019 -0800 Committer: Michael Jumper <[email protected]> Committed: Fri Jan 4 12:16:17 2019 -0800 ---------------------------------------------------------------------- _releases/1.0.0.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/72a711c9/_releases/1.0.0.md ---------------------------------------------------------------------- diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md index 2ee818b..9e871b3 100644 --- a/_releases/1.0.0.md +++ b/_releases/1.0.0.md @@ -49,7 +49,8 @@ New features and improvements ### Support for user groups -Guacamole now supports granting permissions based on group membership. While +Guacamole now supports [granting permissions based on group +membership](/doc/1.0.0/gug/administration.html#user-group-management). While this has been supported to a degree for some time via LDAP and the `seeAlso` attribute, groups can now be defined and used within a database, with LDAP and a database combined, or within other extensions using Guacamole's extension @@ -141,7 +142,10 @@ screen and not automatically connected. By default, the filesystem and printer made available within RDP connections are named "Guacamole Filesystem" and "Guacamole Printer" respectively. Support -has been added to override these names. +has been added to override these names with [the `drive-name` and +`printer-name` +parameters](/doc/1.0.0/gug/configuring-guacamole.html#rdp-device-redirection) +respectively. * [GUACAMOLE-445](https://issues.apache.org/jira/browse/GUACAMOLE-445) - Allow RDP printer name to be configured * [GUACAMOLE-446](https://issues.apache.org/jira/browse/GUACAMOLE-446) - Allow RDP drive name to be configured @@ -150,7 +154,10 @@ has been added to override these names. ### Configurable terminal color schemes The Guacamole terminal now allows for finer control of terminal color -schemes by allowing for the individual colors of a scheme to be customized. +schemes by allowing for the individual colors of a scheme to be customized +through [the existing `color-scheme` +parameter](/doc/1.0.0/gug/configuring-guacamole.html#ssh-display-settings). The +behavior of this parameter is the same for both SSH and telnet. * [GUACAMOLE-470](https://issues.apache.org/jira/browse/GUACAMOLE-470) - Make individual terminal colors configurable through "color-scheme" parameter @@ -265,11 +272,12 @@ init scripts to systemd. ### Control of RDP bitmap and glyph caching -Parameters have been added to RDP connections that allow for controlling -how the RDP protocol behaves for caching bitmaps, glyphs, and other off-screen -data. The default behavior remains unchanged, with caching of all of these -items enabled, however these parameters are available to workaround issues if -your RDP server handles such caching incorrectly. +Parameters have been added to RDP connections that allow for [controlling how +the RDP protocol behaves for caching bitmaps, glyphs, and other off-screen +data](/doc/1.0.0/gug/configuring-guacamole.html#rdp-perf-flags). The default +behavior remains unchanged, with caching of all of these items enabled, however +these parameters are available to workaround issues if your RDP server handles +such caching incorrectly. * [GUACAMOLE-448](https://issues.apache.org/jira/browse/GUACAMOLE-448) - Add parameters for controlling RDP bitmap/glyph/off-screen caching
