Version 0.2.0

This commit is contained in:
Cameron Gutman 2018-08-12 01:42:28 -07:00
parent bab11a731e
commit 860d317330
3 changed files with 16 additions and 4 deletions

View file

@ -23,9 +23,9 @@
<key>NSSupportsAutomaticGraphicsSwitching</key> <key>NSSupportsAutomaticGraphicsSwitching</key>
<true/> <true/>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.1.0</string> <string>0.2.0</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.0</string> <string>0.2.0</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Moonlight</string> <string>Moonlight</string>
</dict> </dict>

View file

@ -222,5 +222,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
} }
VERSION = 0.1.0 VERSION = 0.2.0
DEFINES += VERSION_STR=\\\"0.1.0\\\" DEFINES += VERSION_STR=\\\"0.2.0\\\"

View file

@ -33,6 +33,18 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="0.2.0" date="2018-08-12">
<description>
<p>Bugfixes:</p>
<ul>
<li>Fixed functionality of '=', 'Numpad Dot', and 'Numpad Enter' keys</li>
<li>Fixed uninitialized variable causing strange gamepad behavior</li>
<li>Added a warning for incompatible configs and decoder failures</li>
<li>Added a warning for Wayland performance issues</li>
<li>Stopped capturing the mouse by default for windowed streams</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2018-08-05"> <release version="0.1.0" date="2018-08-05">
<description> <description>
<p>New features:</p> <p>New features:</p>