Skip to content

Commit

Permalink
Release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Nov 12, 2017
1 parent 0b1cbaf commit d0edcb5
Show file tree
Hide file tree
Showing 3 changed files with 38 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.8.0.0")]
[assembly: AssemblyFileVersion("2.8.0.0")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
30 changes: 30 additions & 0 deletions web/update/2.9.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<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: Added news to Steam detail page links</li>
<li>Fix: Failed to import installed Origin games</li>
<li>Fix: Downloading Metadata from IGDB causes a crash</li>
<li>Fix: Crashes when GOG metadata download fails</li>
<li></li>
<li></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.8",
"url": "https://github.com/JosefNemec/Playnite/releases/download/2.8/PlayniteInstaller.exe",
"version": "2.9",
"url": "https://github.com/JosefNemec/Playnite/releases/download/2.9/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.link/update/",
"releases": [
{
"version": "2.9",
"file": "2.9.html"
},
{
"version": "2.8",
"file": "2.8.html"
Expand Down

0 comments on commit d0edcb5

Please sign in to comment.