Version 0.3.0

This commit is contained in:
Cameron Gutman 2018-08-21 01:18:55 -07:00
parent 960e083152
commit fb53c95207
3 changed files with 13 additions and 4 deletions

View file

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

View file

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

View file

@ -33,6 +33,15 @@
</screenshots>
<releases>
<release version="0.3.0" date="2018-08-21">
<description>
<p>Bugfixes:</p>
<ul>
<li>Reduced power consumption when the app is minimized</li>
<li>Fixed malformed asset requests being sent when the first host in the grid is offline</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2018-08-12">
<description>
<p>Bugfixes:</p>