Skip to content

Commit

Permalink
Update changelog and translations for version 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Aug 25, 2024
1 parent 8c1c6fb commit ff28d51
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## `5.6.0`

### Enhancements

* Added Sequoia Abstract theme
* 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))

### Bug Fixes

* 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))
* Fixed crash on startup when number of monitors has increased since the last time app ran ([#604](https://github.com/t1m0thyj/WinDynamicDesktop/issues/604))
* Fixed automatic location not updating when app is restarted or Refresh Wallpaper command is run

## `5.5.0`

**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.
Expand Down
2 changes: 1 addition & 1 deletion src/Localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Localization
{
public static string[] languageCodes = new string[]
{
"am", "ar", "ar-ae", "az",
"am", "ar", "az",
"bg", "bn",
"ca", "cs",
"da", "de",
Expand Down
2 changes: 1 addition & 1 deletion src/WinDynamicDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>WinDynamicDesktop</PackageId>
<Product>WinDynamicDesktop</Product>
<Copyright>Copyright © 2024 Timothy Johnson</Copyright>
<Version>5.5.0</Version>
<Version>5.6.0</Version>
<ApplicationIcon>resources\WinDynamicDesktop.ico</ApplicationIcon>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
Expand Down
Binary file removed src/locale/ar-ae.mo
Binary file not shown.
Binary file modified src/locale/ar.mo
Binary file not shown.
Binary file modified src/locale/ca.mo
Binary file not shown.
Binary file modified src/locale/es.mo
Binary file not shown.
Binary file modified src/locale/et.mo
Binary file not shown.
Binary file modified src/locale/ja.mo
Binary file not shown.
Binary file modified src/locale/jv.mo
Binary file not shown.
Binary file modified src/locale/pl.mo
Binary file not shown.
Binary file modified src/locale/pt.mo
Binary file not shown.
Binary file modified src/locale/ru.mo
Binary file not shown.
Binary file modified src/locale/zh-Hans.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion uwp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="5.5.0.0" />
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="5.6.0.0" />
<Properties>
<DisplayName>WinDynamicDesktop</DisplayName>
<PublisherDisplayName>Timothy Johnson</PublisherDisplayName>
Expand Down

0 comments on commit ff28d51

Please sign in to comment.