Skip to content

Commit 3d9d154

Browse files
Release notes
1 parent 59b29a1 commit 3d9d154

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

BuildTools/get_git_version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup>
5-
<MajorVersion>1.5</MajorVersion>
5+
<MajorVersion>1.6</MajorVersion>
66
</PropertyGroup>
77

88
<UsingTask TaskName="GitVersion" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" >

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ FreePIE is very similar to the popular utility GlovePIE, but encourages open dev
1313

1414
FreePIE is licensed under GPLv2
1515

16+
Changelog 1.6.512.0
17+
* Portable mode added, app files will be saved in program folder
18+
* Autorun file from cmd using <file.py> /r
19+
* Improved editor, ctrl+F among others
20+
* Oculus VR DK2 support (SDK 4.2)
21+
* Various stability and logging fixes
22+
* Added new filters (scaled deadband, ensureMapRange, stopWatch)
23+
* Added xRotation and yRotation to JoystickPlugin
24+
1625
Changelog 1.5.475.0
1726
* Spelling filters.continousRotation > filters.continuousRotation
1827
* Added possibility to load scripts from command line

0 commit comments

Comments
 (0)