Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersMalmgren committed Sep 18, 2014
1 parent 59b29a1 commit 3d9d154
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/get_git_version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<MajorVersion>1.5</MajorVersion>
<MajorVersion>1.6</MajorVersion>
</PropertyGroup>

<UsingTask TaskName="GitVersion" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" >
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ FreePIE is very similar to the popular utility GlovePIE, but encourages open dev

FreePIE is licensed under GPLv2

Changelog 1.6.512.0
* Portable mode added, app files will be saved in program folder
* Autorun file from cmd using <file.py> /r
* Improved editor, ctrl+F among others
* Oculus VR DK2 support (SDK 4.2)
* Various stability and logging fixes
* Added new filters (scaled deadband, ensureMapRange, stopWatch)
* Added xRotation and yRotation to JoystickPlugin

Changelog 1.5.475.0
* Spelling filters.continousRotation > filters.continuousRotation
* Added possibility to load scripts from command line
Expand Down

0 comments on commit 3d9d154

Please sign in to comment.