Skip to content

Commit

Permalink
Release 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Oct 21, 2017
1 parent 5fc5742 commit f27e84b
Show file tree
Hide file tree
Showing 3 changed files with 40 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.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
[assembly: AssemblyVersion("2.8.0.0")]
[assembly: AssemblyFileVersion("2.8.0.0")]
32 changes: 32 additions & 0 deletions web/update/2.8.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<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 VisualBoyAdvance(-M) emulator profile</li>
<li>New: Added "Clear web cache" button into settings (to help with account linking issues)</li>
<li>Fix: Issues using Model 2 Emulator</li>
<li>Fix: Filters are not working properly for entries with spaces</li>
<li>Fix: Emulator Import doesn't recognize 64bit version of snes9x</li>
<li>Fix: Crash when starting game via jump list</li>
<li>Fix: Crash when setting game category</li>
<li>Fix: Crash when loading image from DB</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.7",
"url": "https://github.com/JosefNemec/Playnite/releases/download/2.7/PlayniteInstaller.exe",
"version": "2.8",
"url": "https://github.com/JosefNemec/Playnite/releases/download/2.8/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.link/update/",
"releases": [
{
"version": "2.8",
"file": "2.8.html"
},
{
"version": "2.7",
"file": "2.7.html"
Expand Down

0 comments on commit f27e84b

Please sign in to comment.