Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Sep 1, 2017
1 parent ff73174 commit 0720ec1
Show file tree
Hide file tree
Showing 3 changed files with 34 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("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
26 changes: 26 additions & 0 deletions web/update/1.3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<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>Fix: Slow or failing Steam metadata download</li>
<li>Fix: Performance improvement when using filters</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": "1.2",
"url": "https://github.com/JosefNemec/Playnite/releases/download/1.2/PlayniteInstaller.exe",
"version": "1.3",
"url": "https://github.com/JosefNemec/Playnite/releases/download/1.3/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.link/update/",
"releases": [
{
"version": "1.3",
"file": "1.3.html"
},
{
"version": "1.2",
"file": "1.2.html"
Expand Down

0 comments on commit 0720ec1

Please sign in to comment.