diff --git a/source/PlayniteUI/Properties/AssemblyInfo.cs b/source/PlayniteUI/Properties/AssemblyInfo.cs
index 52bbca215..39fd649d9 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("4.1.0.0")]
-[assembly: AssemblyFileVersion("4.1.0.0")]
+[assembly: AssemblyVersion("4.2.0.0")]
+[assembly: AssemblyFileVersion("4.2.0.0")]
diff --git a/web/update/4.2.html b/web/update/4.2.html
new file mode 100644
index 000000000..31e158660
--- /dev/null
+++ b/web/update/4.2.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+- New: Option to show game names on Cover view
+- New: Option to choose number of displayed items in Fullscreen mode
+- New: Multiple games can be selected on Covers view
+- New: Modern theme is the default theme
+- New: Lithuanian translation (thanks to Wargzax)
+- New: Hungarian translation (thanks to Ratox00)
+- New: Default extension directories are created if not found
+- New: Added ScummVM emulator profile
+- New: Added PCSXR-PGXP emulator profile ()
+- New: Added initial set of keyboard shortcuts
+- New: Added {Name} and {InstallDirName} dynamic variables
+- New: Ability to manually set installation state for custom games
+- New: Don't update library in fullscreen mode when started from desktop mode
+- Fix: Wrong display of (un)installation progress
+- Fix: Updated localizations
+- Fix: Time tracking for Windows Store games not working (games need to be reimported for it work)
+- Fix: New lines not being formated properly for IGDB metadata descriptions
+- Fix: IronPython working directory is not set to Playnite program folder
+- Fix: Games added via drag'n'drop are not reported as installed
+- Fix: Crash when starting game
+- Fix: AuthorizationManager error when loading scripts
+
+
+
+
diff --git a/web/update/update.json b/web/update/update.json
index eeb133e56..78376d778 100644
--- a/web/update/update.json
+++ b/web/update/update.json
@@ -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"
@@ -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"
+ }
+ ]
}
}