Skip to content

Commit

Permalink
Release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Oct 8, 2017
1 parent 0e0dec3 commit bd0a05e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/PlayniteUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
27 changes: 27 additions & 0 deletions web/update/2.3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<html lang="en">
<head>
<style type="text/css">
body {
font-family: Trebuchet MS;
font-size: 12;
color: #f2f2f2;
margin: 0px;
padding: 0px;
}

ul {
margin-top: 0px;
margin-bottom: 0px;
}

</style>
</head>
<body>
<ul>
<li>New: Option to disable hardware acceleration (helps fixing stuttering when G-Sync/FreeSync is enabled)</li>
<li>Fix: Some Steam games not importing properly</li>
<li>Fix: Origin game import may fail on specific games</li>

</ul>
</body>
</html>
8 changes: 6 additions & 2 deletions web/update/update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"stable": {
"version": "2.2",
"url": "https://github.com/JosefNemec/Playnite/releases/download/2.2/PlayniteInstaller.exe",
"version": "2.3",
"url": "https://github.com/JosefNemec/Playnite/releases/download/2.3/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.link/update/",
"releases": [
{
"version": "2.3",
"file": "2.3.html"
},
{
"version": "2.2",
"file": "2.2.html"
Expand Down

0 comments on commit bd0a05e

Please sign in to comment.