Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from LibreVR:master #86

Merged
merged 1 commit into from
Oct 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update appcast.xml
  • Loading branch information
CrossVR committed Oct 19, 2019
commit 2f4774aad370d2cba4dd5890b6f9702111c35570
19 changes: 12 additions & 7 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,33 @@
<link>https://raw.githubusercontent.com/LibreVR/Revive/master/appcast.xml</link>
<language>en</language>
<item>
<title>Version 1.8.1</title>
<title>Version 1.9.0</title>
<description>
<![CDATA[
<h3>Changes</h3>

<ul>
<li>Updated Oculus SDK to version 1.40</li>
<li>Improved SteamVR app identification</li>
<li>Updated Oculus SDK to version 1.41</li>
<li>Improved frame blocking behavior to enhance performance in UE4 games</li>
<li>Removed patching function from the tray icon to avoid user confusion</li>
<ul><li>Still available by manually copying files if you know what you're doing</li></ul>
</ul>

<h3>Bug fixes</h3>

<ul>
<li>Revive: Fixed quad layers in Dirt Rally flipping upside down (#1322)</li>
<li>Revive: Fixed controllers not working if the user is not an admin (#1311)</li>
<li>Revive: Added default bindings for Vive Cosmos controllers (#1340)</li>
<li>Revive: Fixed Dance Central regression that causes fatal errors (#1334)</li>
<li>Revive: Fixed menu button on the Left controller not working (#1339)</li>
<li>Revive: Fixed thumbstick recenter triggering on both controllers when only touching one (#1357)</li>
<li>ReviveXR: Fixed missing loader DLL oversight and added various fixes contributed by @qlyoung (#1323)</li>
</ul>
]]>
</description>
<pubDate>5 September 2019</pubDate>
<enclosure url="https://github.com/LibreVR/Revive/releases/download/1.8.1/ReviveInstaller.exe"
<enclosure url="https://github.com/LibreVR/Revive/releases/download/1.9.0/ReviveInstaller.exe"
type="application/exe"
sparkle:version="1.8.1.1"
sparkle:version="1.9.0.1"
sparkle:os="windows-x64"/>
</item>
</channel>
Expand Down