Skip to content

Commit

Permalink
0.92 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Jun 26, 2017
1 parent 3b0ad82 commit 9265559
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("0.91.0.0")]
[assembly: AssemblyFileVersion("0.91.0.0")]
[assembly: AssemblyVersion("0.92.0.0")]
[assembly: AssemblyFileVersion("0.92.0.0")]
30 changes: 30 additions & 0 deletions web/update/0.92.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: Custom links can be added #11</li>
<li>New: Order of custom actions can be changed #30</li>
<li>New: Added tray icon and option to minimize/close app to tray #44</li>
<li>New: Auto-close Playnite after launching game #50</li>
<li>Fix: Filter panel doesn't remember visibility state #49</li>
<li>Fix: Origin game reported as installed when it's not</li>
<li>Fix: Crash after double clicking on game while list is loading #52</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" : "0.91",
"url" : "https://github.com/JosefNemec/Playnite/releases/download/0.91/PlayniteInstaller.exe",
"version" : "0.92",
"url" : "https://github.com/JosefNemec/Playnite/releases/download/0.92/PlayniteInstaller.exe",
"notesUrlRoot" : "http://playnite.link/update/",
"releases" : [
{
"version" : "0.92",
"file" : "0.92.html"
},
{
"version" : "0.91",
"file" : "0.91.html"
Expand Down

0 comments on commit 9265559

Please sign in to comment.