Skip to content

Commit 7a7d1e3

Browse files
committed
Update changelog and translations for version 5.6.1
1 parent 8d60bbc commit 7a7d1e3

15 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## `5.6.1`
4+
5+
**Note:** PowerShell scripts that update Windows theme have been fixed to work with Windows 11 (thanks @KrakenByte27). Download the latest scripts from [here](https://github.com/t1m0thyj/WDD-scripts/tree/master/stable#readme).
6+
7+
* Fixed issue where same theme could be shown twice in a row when theme shuffle option is enabled for multiple monitors ([#608](https://github.com/t1m0thyj/WinDynamicDesktop/issues/608))
8+
* Fixed crash that could occur when opening Select Theme dialog if Windows Storage Sense had deleted DLLs from temp folder ([#558](https://github.com/t1m0thyj/WinDynamicDesktop/issues/558))
9+
* Fixed error when applying the None theme to lock screen ([#626](https://github.com/t1m0thyj/WinDynamicDesktop/issues/626))
10+
* Added message when applying lock screen theme to mention that Windows Spotlight needs to be disabled ([#625](https://github.com/t1m0thyj/WinDynamicDesktop/issues/625))
11+
312
## `5.6.0`
413

514
### Enhancements

scripts/windynamicdesktop.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
3939
<!-- projectUrl is required for the community feed -->
4040
<projectUrl>https://windd.info</projectUrl>
4141
<iconUrl>https://cdn.statically.io/gh/t1m0thyj/WinDynamicDesktop/189f4bb0/imgs/choco_icon.png</iconUrl>
42-
<copyright>2024 Timothy Johnson</copyright>
42+
<copyright>2025 Timothy Johnson</copyright>
4343
<!-- If there is a license Url available, it is required for the community feed -->
4444
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
4545
<requireLicenseAcceptance>true</requireLicenseAcceptance>

src/WinDynamicDesktop.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<AssemblyName>WinDynamicDesktop</AssemblyName>
99
<PackageId>WinDynamicDesktop</PackageId>
1010
<Product>WinDynamicDesktop</Product>
11-
<Copyright>Copyright © 2024 Timothy Johnson</Copyright>
12-
<Version>5.6.0</Version>
11+
<Copyright>Copyright © 2025 Timothy Johnson</Copyright>
12+
<Version>5.6.1</Version>
1313
<ApplicationIcon>resources\WinDynamicDesktop.ico</ApplicationIcon>
1414
<UseWindowsForms>true</UseWindowsForms>
1515
<UseWPF>true</UseWPF>

src/locale/ca.mo

2 Bytes
Binary file not shown.

src/locale/et.mo

188 Bytes
Binary file not shown.

src/locale/fr.mo

295 Bytes
Binary file not shown.

src/locale/hu.mo

2.86 KB
Binary file not shown.

src/locale/id.mo

2.04 KB
Binary file not shown.

src/locale/is.mo

-10.5 KB
Binary file not shown.

src/locale/ja.mo

247 Bytes
Binary file not shown.

src/locale/jv.mo

149 Bytes
Binary file not shown.

src/locale/my.mo

-19.5 KB
Binary file not shown.

src/locale/ro.mo

1.77 KB
Binary file not shown.

src/locale/ru.mo

234 Bytes
Binary file not shown.

uwp/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="uap uap3 mp rescap desktop">
3-
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="5.6.0.0" />
3+
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="5.6.1.0" />
44
<Properties>
55
<DisplayName>WinDynamicDesktop</DisplayName>
66
<PublisherDisplayName>Timothy Johnson</PublisherDisplayName>

0 commit comments

Comments
 (0)