Skip to content

Commit ff28d51

Browse files
committed
Update changelog and translations for version 5.6.0
1 parent 8c1c6fb commit ff28d51

File tree

15 files changed

+16
-3
lines changed

15 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## `5.6.0`
4+
5+
### Enhancements
6+
7+
* Added Sequoia Abstract theme
8+
* Added [command line support](https://github.com/t1m0thyj/WinDynamicDesktop/wiki/Frequently-asked-questions#how-can-i-automate-actions-in-the-app) for actions like selecting themes, refreshing wallpaper, and toggling theme mode ([#585](https://github.com/t1m0thyj/WinDynamicDesktop/issues/585))
9+
10+
### Bug Fixes
11+
12+
* Fixed error that could happen when changing theme and in a region where sun stays up all day ([#599](https://github.com/t1m0thyj/WinDynamicDesktop/issues/599))
13+
* Fixed crash on startup when number of monitors has increased since the last time app ran ([#604](https://github.com/t1m0thyj/WinDynamicDesktop/issues/604))
14+
* Fixed automatic location not updating when app is restarted or Refresh Wallpaper command is run
15+
316
## `5.5.0`
417

518
**Note:** PowerShell scripts written for older versions of WinDD will stop working and must be updated. To update them, download the latest scripts from [here](https://windd.info/scripts/) and revise any custom scripts.

src/Localization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Localization
1818
{
1919
public static string[] languageCodes = new string[]
2020
{
21-
"am", "ar", "ar-ae", "az",
21+
"am", "ar", "az",
2222
"bg", "bn",
2323
"ca", "cs",
2424
"da", "de",

src/WinDynamicDesktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>WinDynamicDesktop</PackageId>
1010
<Product>WinDynamicDesktop</Product>
1111
<Copyright>Copyright © 2024 Timothy Johnson</Copyright>
12-
<Version>5.5.0</Version>
12+
<Version>5.6.0</Version>
1313
<ApplicationIcon>resources\WinDynamicDesktop.ico</ApplicationIcon>
1414
<UseWindowsForms>true</UseWindowsForms>
1515
<UseWPF>true</UseWPF>

src/locale/ar-ae.mo

-11.3 KB
Binary file not shown.

src/locale/ar.mo

3.11 KB
Binary file not shown.

src/locale/ca.mo

521 Bytes
Binary file not shown.

src/locale/es.mo

320 Bytes
Binary file not shown.

src/locale/et.mo

1.37 KB
Binary file not shown.

src/locale/ja.mo

336 Bytes
Binary file not shown.

src/locale/jv.mo

82 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)