Skip to content

Commit a756c99

Browse files
committed
Version bump
1 parent 4a34b60 commit a756c99

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

ScreenToGif/Readme.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ This is the current project of ScreenToGif.
44

55
_VS 2022 and .NET 6 or newer required._
66

7-
## What's new? (Version 2.36)
7+
## What's new? (Version 2.37.1)
88

9-
• 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.
10-
• New installer package (MSIX) available.
11-
• Added an option to prompt to overwrite when saving (enabled by default).
12-
• Updated the Danish, French, German, Hungarian, Polish, Norwegian, Russian, and Simplified Chinese localizations.
9+
• Added Finnish localization.
10+
• Updated the German, Hungarian, Russian, and Polish localizations.
1311

1412
### Fixed:
1513

16-
♦ The smooth loop feature was not working properly.
17-
♦ A new message will be displayed if you already have a smooth loop based on current settings instead of a warning.
18-
♦ It was not possible to set the app to start at Windows startup.
19-
♦ A settings migration issue from 2.31 to newer versions was fixed.
20-
♦ It was not possible to export as PSD.
21-
♦ When not having permission to save the settings to the installation location, the app would not try to save to AppData.
14+
♦ Replaced space with dash in filename used when exporting multiple images.
15+
♦ Context menu from system tray icon now follows the current language.
16+
♦ Improved key to text translations for the KeyPresses feature (thanks to @jfbueno).
2217

2318
### Known Bugs:
2419

ScreenToGif/ScreenToGif.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
141141
<Company>Nicke Manarin</Company>
142142
<Authors>Nicke Manarin</Authors>
143-
<Version>2.37.0</Version>
143+
<Version>2.37.1</Version>
144144
<Copyright>Copyright© Nicke Manarin 2022</Copyright>
145145
<PackageProjectUrl>https://www.screentogif.com</PackageProjectUrl>
146146
<PackageReadmeFile>Readme.md</PackageReadmeFile>

0 commit comments

Comments
 (0)