Skip to content

Commit

Permalink
Add changelog, bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaiax committed May 6, 2024
1 parent eaa4597 commit be9d567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KeyNStroke/KeyNStroke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<ApplicationVersion>1.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -360,7 +360,7 @@
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8 %28x86 und x64%29</ProductName>
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
Expand Down
4 changes: 2 additions & 2 deletions KeyNStroke/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.1.0.0")]
//[assembly: AssemblyFileVersion("1.1.0.0")]
//[assembly: AssemblyVersion("1.2.0.0")]
//[assembly: AssemblyFileVersion("1.2.0.0")]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ You can find all the exe files in the <code>Releases</code> folder
- Fix: Keystroke window startup position overlaps taskbar
- Fix: Crash on modifier+click with button indicators enabled
- Fix: Show shortcut shift+backspace
- v1.2.0
- Fix: Fix display of special characters (e.g / was showing as ?)


# Feature Requests

Expand Down

0 comments on commit be9d567

Please sign in to comment.