diff --git a/ScreenToGif/Readme.md b/ScreenToGif/Readme.md index 4efe4263..66da94c1 100644 --- a/ScreenToGif/Readme.md +++ b/ScreenToGif/Readme.md @@ -4,21 +4,16 @@ This is the current project of ScreenToGif. _VS 2022 and .NET 6 or newer required._ -## What's new? (Version 2.36) +## What's new? (Version 2.37.1) -• New installer and portable versions with the full package (no .NET 6 download required) are available alongside with the lighter versions, which still require the installation of .NET 6 desktop runtime. -• New installer package (MSIX) available. -• Added an option to prompt to overwrite when saving (enabled by default). -• Updated the Danish, French, German, Hungarian, Polish, Norwegian, Russian, and Simplified Chinese localizations. +• Added Finnish localization. +• Updated the German, Hungarian, Russian, and Polish localizations. ### Fixed: -♦ The smooth loop feature was not working properly. -♦ A new message will be displayed if you already have a smooth loop based on current settings instead of a warning. -♦ It was not possible to set the app to start at Windows startup. -♦ A settings migration issue from 2.31 to newer versions was fixed. -♦ It was not possible to export as PSD. -♦ When not having permission to save the settings to the installation location, the app would not try to save to AppData. +♦ Replaced space with dash in filename used when exporting multiple images. +♦ Context menu from system tray icon now follows the current language. +♦ Improved key to text translations for the KeyPresses feature (thanks to @jfbueno). ### Known Bugs: diff --git a/ScreenToGif/ScreenToGif.csproj b/ScreenToGif/ScreenToGif.csproj index e505e75f..ffec9ec2 100644 --- a/ScreenToGif/ScreenToGif.csproj +++ b/ScreenToGif/ScreenToGif.csproj @@ -140,7 +140,7 @@ OnBuildSuccess Nicke Manarin Nicke Manarin - 2.37.0 + 2.37.1 Copyright© Nicke Manarin 2022 https://www.screentogif.com Readme.md