Skip to content

Commit

Permalink
Release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Apr 16, 2018
1 parent 1fa0a9a commit 5b77312
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 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("3.6.0.0")]
[assembly: AssemblyFileVersion("3.6.0.0")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
62 changes: 62 additions & 0 deletions web/update/4.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<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: Fullscreen mode with controller support</li>
<li>New: Counting game session play time</li>
<li>New: Support for scripting (PowerShell and IronPython)</li>
<li>New: Support for compiled plugins (.NET)</li>
<li>New: Additional fields for game details</li>
<li>New: Ability to set completion status</li>
<li>New: Save state of collapsed groups</li>
<li>New: Games can be imported via by dropping executables (and folders) to Playnite window</li>
<li>New: Using screenshots instead of store background for Steam games</li>
<li>New: Script for exporting library to a csv or formatted txt file</li>
<li>New: Scanning for emulated and installed games can be canceled</li>
<li>New: Added review score game fields</li>
<li>New: PCem emulator profile</li>
<li>New: Vita3K emlator profile</li>
<li>New: Option to download metadata only for games missing them</li>
<li>New: Offer application restart when settings are changed</li>
<li>New: Last played time displayed the same way as in Steam client</li>
<li>New: Initial scan for installed games is not done by default anymore when importing installed programs</li>
<li>New: Improvements to cover view (Classic theme)</li>
<li>New: Change default installation location to %localappdata%</li>
<li>New: Favorite and Hidden fields selectable from game editing window</li>
<li>New: Critic and community score metadata download</li>
<li>New: Cache Steam metadata for faster downloads</li>
<li>New: Automatically assign PC platform when importing custom games</li>
<li>New: Force HTTPS for BattleNet login window and Steam private account URLs</li>
<li>Fix: GPU acceleration is disabled by default</li>
<li>Fix: French translation fixes</li>
<li>Fix: Portable version crashes when it tries to access the games.db</li>
<li>Fix: Sorting icons not visible on grid view</li>
<li>Fix: Selecting multiple games results in wrong list scrolling</li>
<li>Fix: Problem with shortcuts names and special characters</li>
<li>Fix: Possible crash due to corrupted Steam files</li>
<li>Fix: Playnite window is not maximized when opened from the taskbar</li>
<li>Fix: Playnite crashes when trying to remove emulated "Play" action</li>
<li>Fix: Other actions for Steam games are not imported correctly</li>
<li>Fix: Freezing and OutOfMemory crash when putting many games into a category</li>
<li>Fix: Crash when opening link without http</li>
<li>Fix: Context menu not updating properly when game properties change</li>

</ul>
</body>
</html>

0 comments on commit 5b77312

Please sign in to comment.