Skip to content

Commit

Permalink
Update translations and changelog for 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Feb 20, 2023
1 parent dbfe823 commit 97e2725
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## `5.2.1`

* Fixed `NullReferenceException` when settings.json file is invalid
* Fixed PowerShell scripts not being invoked with the latest version of PowerShell (v7) ([#439](https://github.com/t1m0thyj/WinDynamicDesktop/issues/439))
* Fixed a few strings that were not translatable in Select Theme dialog ([#507](https://github.com/t1m0thyj/WinDynamicDesktop/issues/507))
* Fixed font rendering issues on Windows 11 with light theme ([#508](https://github.com/t1m0thyj/WinDynamicDesktop/issues/508))
* Added Galician and Luxembourgish translations (thanks Juan Paz and Arno)

## `5.2.0`

* Added dark UI theme using Mica (only for Windows 11 22H2)
Expand Down
2 changes: 2 additions & 0 deletions src/Localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ private static void LoadLanguages()
AddLanguage("English", "en"); // English
AddLanguage("Español", "es"); // Spanish
AddLanguage("Français", "fr"); // French
AddLanguage("Galego", "gl"); // Galician
AddLanguage("Hrvatski", "hr"); // Croatian
AddLanguage("Italiano", "it"); // Italian
AddLanguage("Lëtzebuergesch", "lb"); // Luxembourgish
AddLanguage("Magyar", "hu"); // Hungarian
AddLanguage("Nederlands", "nl"); // Dutch
AddLanguage("Polski", "pl"); // Polish
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 © 2023 Timothy Johnson</Copyright>
<Version>5.2.0</Version>
<Version>5.2.1</Version>
<ApplicationIcon>resources\WinDynamicDesktop.ico</ApplicationIcon>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
Expand Down
Binary file modified src/locale/es.mo
Binary file not shown.
Binary file added src/locale/gl.mo
Binary file not shown.
Binary file modified src/locale/it.mo
Binary file not shown.
Binary file added src/locale/lb.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.2.0.0" />
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="5.2.1.0" />
<Properties>
<DisplayName>WinDynamicDesktop</DisplayName>
<PublisherDisplayName>Timothy Johnson</PublisherDisplayName>
Expand Down

0 comments on commit 97e2725

Please sign in to comment.