Skip to content

Commit

Permalink
1.8 release info
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersMalmgren committed Jan 21, 2015
1 parent d2cc2b9 commit 5d6b3b3
Show file tree
Hide file tree
Showing 3 changed files with 8 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.7</MajorVersion>
<MajorVersion>1.8</MajorVersion>
</PropertyGroup>

<UsingTask TaskName="GitVersion" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" >
Expand Down
1 change: 1 addition & 0 deletions FreePIE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Buildtools", "Buildtools",
BuildTools\get_git_version.xml = BuildTools\get_git_version.xml
BuildTools\License.rtf = BuildTools\License.rtf
BuildTools\Main.wxs = BuildTools\Main.wxs
README.md = README.md
BuildTools\write_VersionInfo.xml = BuildTools\write_VersionInfo.xml
EndProjectSection
EndProject
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ FreePIE is very similar to the popular utility GlovePIE, but encourages open dev

FreePIE is licensed under GPLv2

Changelog 1.8.563.0
* Added support for MIDI devices (Read only for now)
* Python engine update
* Android APK rewritten as a service for a more stable experience
* Some small fixes like removing unused update event from mouse and keyboard plugin (They wont fire)

Changelog 1.7.528.0
* Android protocol optimized (Install new APK required)
* Android raw data accessible to scripts
Expand Down

0 comments on commit 5d6b3b3

Please sign in to comment.