Skip to content

Commit

Permalink
Release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed May 10, 2018
1 parent c49fcff commit 5d7239d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 19 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("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
45 changes: 45 additions & 0 deletions web/update/4.2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<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: Option to show game names on Cover view</li>
<li>New: Option to choose number of displayed items in Fullscreen mode</li>
<li>New: Multiple games can be selected on Covers view</li>
<li>New: Modern theme is the default theme</li>
<li>New: Lithuanian translation (thanks to Wargzax)</li>
<li>New: Hungarian translation (thanks to Ratox00)</li>
<li>New: Default extension directories are created if not found</li>
<li>New: Added ScummVM emulator profile</li>
<li>New: Added PCSXR-PGXP emulator profile ()</li>
<li>New: Added initial set of keyboard shortcuts</li>
<li>New: Added {Name} and {InstallDirName} dynamic variables</li>
<li>New: Ability to manually set installation state for custom games</li>
<li>New: Don't update library in fullscreen mode when started from desktop mode</li>
<li>Fix: Wrong display of (un)installation progress</li>
<li>Fix: Updated localizations</li>
<li>Fix: Time tracking for Windows Store games not working (games need to be reimported for it work)</li>
<li>Fix: New lines not being formated properly for IGDB metadata descriptions</li>
<li>Fix: IronPython working directory is not set to Playnite program folder</li>
<li>Fix: Games added via drag'n'drop are not reported as installed</li>
<li>Fix: Crash when starting game</li>
<li>Fix: AuthorizationManager error when loading scripts</li>

</ul>
</body>
</html>
38 changes: 21 additions & 17 deletions web/update/update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"stable": {
"version": "4.1",
"url": "http://playnite.cz/update/4.1/PlayniteInstaller.exe",
"version": "4.2",
"url": "http://playnite.cz/update/4.2/PlayniteInstaller.exe",
"url2": "https://github.com/JosefNemec/Playnite/releases/download/4.2/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.cz/update/",
"releases": [
{
"version": "4.2",
"file": "4.2.html"
},
{
"version": "4.1",
"file": "4and41.html"
Expand Down Expand Up @@ -123,20 +127,20 @@
}
]
},
"patreon": {
"version": "4.1",
"url": "http://playnite.cz/update/4.1/PlayniteInstaller.exe",
"url2": "https://github.com/JosefNemec/Playnite/releases/download/4.2/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.cz/update/",
"releases": [
{
"version": "4.1",
"file": "4.1.html"
},
{
"version": "4.0",
"file": "4.0.html"
}
]
"patreon": {
"version": "4.1",
"url": "http://playnite.cz/update/4.1/PlayniteInstaller.exe",
"url2": "https://github.com/JosefNemec/Playnite/releases/download/4.2/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.cz/update/",
"releases": [
{
"version": "4.1",
"file": "4.1.html"
},
{
"version": "4.0",
"file": "4.0.html"
}
]
}
}

0 comments on commit 5d7239d

Please sign in to comment.