From d07eca3254d3ba80d8c632a16fa5eff6b7cb7e93 Mon Sep 17 00:00:00 2001 From: "Christian J. (TV)" <45047468+ChristianJ-TV@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:11:14 +0200 Subject: [PATCH] Fix CHANGELOG.md list format Fix CHANGELOG.md list format --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5831d60..72afa01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,24 @@ ### Added - -Added 'Set-TeamViewerApiURi' to use TeamViewer test API. - -Added user role commands to remotely manage user roles of a TeamViewer company. - -Added `Add-TeamViewerAssignment` and `Remove-TeamViewerAssignment` commands to assign and unassign a device from a TeamViewer company. - -Added `Add-TeamViewerCustomization` and `Remove-TeamViewerCustomization` commands to apply and remove customization. - -Added `Export-TeamViewerSystemInformation` to create zip file for support. - -Added `Set-TeamViewerPSProxy` and `Remove-TeamViewerPSProxy` to set proxy to access WebAPI. - -Added `Get-TeamViewerInstallationDirectory` to return installation directory. - -Added `Remove-TeamViewerPolicyFromManagedDevice` to remove policies from managed devices. +- Added 'Set-TeamViewerApiURi' to use TeamViewer test API. +- Added user role commands to remotely manage user roles of a TeamViewer company. +- Added `Add-TeamViewerAssignment` and `Remove-TeamViewerAssignment` commands to assign and unassign a device from a TeamViewer company. +- Added `Add-TeamViewerCustomization` and `Remove-TeamViewerCustomization` commands to apply and remove customization. +- Added `Export-TeamViewerSystemInformation` to create zip file for support. +- Added `Set-TeamViewerPSProxy` and `Remove-TeamViewerPSProxy` to set proxy to access WebAPI. +- Added `Get-TeamViewerInstallationDirectory` to return installation directory. +- Added `Remove-TeamViewerPolicyFromManagedDevice` to remove policies from managed devices. ### Changed - -Extended `Invoke-TeamViewerPackageDownload` with MSI package type. - -Folder structure modified. - -`-RemovePolicy` switch removed from `Set-TeamViewerManagedDevice`. +- Extended `Invoke-TeamViewerPackageDownload` with MSI package type. +- Folder structure modified. +- `-RemovePolicy` switch removed from `Set-TeamViewerManagedDevice`. ### Fixed - -Fixed `Get-TeamViewerLinuxGlobalConfig` to handle null values. +- Fixed `Get-TeamViewerLinuxGlobalConfig` to handle null values. ## 1.5.2 (2023-09-18)