-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog
74 lines (57 loc) · 3.13 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Changelog
=========
Version 1.3.1
======================
- [mac/linux][bugfix] Advanced parameters now working
- [mac] Wrapped bootstrapper-v2 and launcher inside application bundle to fix focus issues (could not type in advanced option textbox, only copy/paste)
- [all][fix] Enable/Disable Workshop button wouldn't refresh after options changing
Version 1.3.0
======================
- [all][change] improved bootstrapper parameters detection
- [mac][bugfix] Sunset Harbor update changed how the launcher behaves on MacOS (changed location and start parameters)
- [mac][new] game version is now shown in launcher title after the game name
- [mac][change] color for options info text changed so it's more readable
- [linux][new] game version is now shown in launcher title after the game name
Version 1.2.2
======================
- [linux][bugfix] launcher won't close if XDG_CURRENT_DESKTOP = KDE
- [linux][change] Changed color for options info text
Version 1.2.1
======================
- [new] First version for Mac OS
- no changes in windows/linux versions - no need to download this version if you already have version 1.2.0
Version 1.2.0
======================
- [new] Dedicated button to enable/disable Steam Workshop for the current session (similar with the resume last game button).
- [windows][fix] %APPDATA% should have been %LOCALAPPDATA% in removal instructions. Replaced with full path.
Version 1.1.1
==============
- [new] Now launcher works on linux as well
- [linux] Same options as windows version are available (except Force Direct3D 9 as it's a windows only feature)
- [windows] fix small typo in in options window
Version 1.1.0
======================
- [new] Show button to easily switch between loading main menu and resuming last save game.
This button changes the mode for the current session only (will not change the option permanently)
- [change] moved the Cancel button a bit lower to make space for the new button
Version 1.0.0
-------------
- [new] Options button to set launch options
- [new] Options window: Continue last save game (automatically load last save game on start). Sets the "--continuelastsave" cmdline argument
- [new] Options window: Disable Steam Workshop. Sets the "--noWorkshop" cmdline argument
- [new] Options window: Disable Mods. Sets the "--disableMods" cmdline argument
- [new] Options window: Disable Game Log. Sets the "-nolog" cmdline argument
- [new] Options window: Force game to run in fullscreen/window/borderless window mode
- [new] Options window: Limit FPS
- [new] Options window: Force Direct3D 9. Sets the "-forced3d9" cmdline argument
- [new] Options window: Force OpenGL. Sets the "-forceopengl" cmdline argument
- [new] Options window: Possibility to add any other cmdline argument you might need
- [change] has a 5 second countdown before starting the game
- [change] new darker background image (better contrast with the text)
- [change] launcher automatically closes 5 seconds after starting the game
- [fix] Launcher can now be placed in same folder as the game
- [fix] Steam Overlay should be fully functional now
Version 0.0.1 beta
------------------
- initial release
- Steam Overlay partially working