-
-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c49fcff
commit 5d7239d
Showing
3 changed files
with
68 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters