From 05f9569aa2acaa1d7172548c85f2cb4c0ae73f33 Mon Sep 17 00:00:00 2001 From: Josef Nemec Date: Wed, 24 May 2017 10:17:52 +0200 Subject: [PATCH] Release 0.90 New: You can add games to special Favorite category #33 New: Improved filtering options #21 New: More game information is now shown when opening game details #19 New: Added IGDB.com as metadata provider #18 New: Jump list support New: Desktop shortcuts can be created for games New: Double click on cover starts the game Fix: Steam games not importing properly sometimes #41 #37 Fix: Diagnostics package takes too long to create #32 --- source/PlayniteUI/Properties/AssemblyInfo.cs | 4 +-- web/update/0.90.html | 32 ++++++++++++++++++++ web/update/update.json | 6 +++- 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 web/update/0.90.html diff --git a/source/PlayniteUI/Properties/AssemblyInfo.cs b/source/PlayniteUI/Properties/AssemblyInfo.cs index 8bc47e15c..2f61057b1 100644 --- a/source/PlayniteUI/Properties/AssemblyInfo.cs +++ b/source/PlayniteUI/Properties/AssemblyInfo.cs @@ -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.80.0.0")] -[assembly: AssemblyFileVersion("0.80.0.0")] +[assembly: AssemblyVersion("0.90.0.0")] +[assembly: AssemblyFileVersion("0.90.0.0")] diff --git a/web/update/0.90.html b/web/update/0.90.html new file mode 100644 index 000000000..1140f865d --- /dev/null +++ b/web/update/0.90.html @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/web/update/update.json b/web/update/update.json index 00912a1d1..fbad6560a 100644 --- a/web/update/update.json +++ b/web/update/update.json @@ -1,9 +1,13 @@ { "stable" : { "version" : "0.80", - "url" : "https://github.com/JosefNemec/Playnite/releases/download/0.80/PlayniteInstaller.exe", + "url" : "https://github.com/JosefNemec/Playnite/releases/download/0.90/PlayniteInstaller.exe", "notesUrlRoot" : "http://playnite.link/update/", "releases" : [ + { + "version" : "0.90", + "file" : "0.90.html" + }, { "version" : "0.80", "file" : "0.80.html"