You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+20-16
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased]
5
5
6
+
## [1.3.3] - 2023-03-18
7
+
### Fixed
8
+
- Reading all executables in a directory crashed if directory doesn't exists
9
+
6
10
7
-
## [1.3.2] - 2022-16-09
11
+
## [1.3.2] - 2022-09-16
8
12
### Added
9
13
- Add LauncherOption to also search for additional executables within a game install directory
10
14
- Add Executables property to IGame interface to list all additional executables within a game install directory
@@ -13,7 +17,7 @@ All notable changes to this project will be documented in this file.
13
17
- Steam plugin was not processing manifest entries in parallel
14
18
15
19
16
-
## [1.3.1] - 2022-11-09
20
+
## [1.3.1] - 2022-09-11
17
21
### Fixed
18
22
- Activate parallel processing of installed games for Battle.net and Rockstar Games
19
23
@@ -26,36 +30,36 @@ All notable changes to this project will be documented in this file.
26
30
- "Executable" on IGame interface returns the executable including the path
27
31
28
32
29
-
## [1.3.0] - 2022-11-09
33
+
## [1.3.0] - 2022-09-11
30
34
### Added
31
35
- Add Rockstar Games plugin for interacting with Rockstar Games launcher and games
32
36
- If Launcher cannot provide executable add option to search Windows GameConfigStore for the game executable
33
37
34
38
35
-
## [1.2.1] - 2022-04-09
39
+
## [1.2.1] - 2022-09-04
36
40
### Fixed
37
41
- Mark BattleNet Plugin as private asset so it is not a dependency
38
42
39
43
40
-
## [1.2.0] - 2022-04-09
44
+
## [1.2.0] - 2022-09-04
41
45
### Added
42
46
- Add Battle.net plugin for interacting with Battle.net launcher and games
43
47
44
48
45
-
## [1.1.2] - 2022-01-09
49
+
## [1.1.2] - 2022-09-01
46
50
### Added
47
51
- Add ExecutableIcon property on IGame interface / implementations
48
52
- Add ExecutableIcon property on ILauncher interface / implementations
49
53
- Add WPF GUI demo application
50
54
51
55
52
-
## [1.1.1] - 2022-27-08
56
+
## [1.1.1] - 2022-08-27
53
57
### Fixed
54
58
- Refresh caused an dead lock in UI applications due to incorrect async call
55
59
- Refresh on LauncherManager also returns the Launchers collection so no extra GetLaunchers call need to be made
56
60
57
61
58
-
## [1.1.0] - 2022-27-08
62
+
## [1.1.0] - 2022-08-27
59
63
### Fixed
60
64
- disable 0649 to avoid compiler warning for MEF variables
61
65
@@ -72,15 +76,15 @@ All notable changes to this project will be documented in this file.
72
76
- Remove GetGames method on ILauncher interface and instead add Games property
73
77
74
78
75
-
## [1.0.6] - 2022-24-08
79
+
## [1.0.6] - 2022-08-24
76
80
### Fixed
77
81
- Origin plugin did not return working directory and executable name for online queries
78
82
79
83
### Changed
80
84
- Launchers property replaced with GetLaunchers method on LauncherManager as a property should not be an expensive call. As on first call the plugins are loaded the property can be executing for a bit depending on the system.
81
85
82
86
83
-
## [1.0.5] - 2022-13-08
87
+
## [1.0.5] - 2022-08-13
84
88
### Added
85
89
- Add ID property on ILauncher interface
86
90
- Add Launcher ID property on IGame interface in order to know what launcher the game belongs to
@@ -93,15 +97,15 @@ All notable changes to this project will be documented in this file.
93
97
- Remove SmallLogo property on ILauncher interface
94
98
95
99
96
-
## [1.0.4] - 2022-12-08
100
+
## [1.0.4] - 2022-08-12
97
101
### Added
98
102
- Add LargeLogo property on ILauncher interface
99
103
100
104
### Changed
101
105
- Rename Icon property to SmallLogo on ILauncher interface
102
106
103
107
104
-
## [1.0.3] - 2022-10-08
108
+
## [1.0.3] - 2022-08-10
105
109
### Added
106
110
- Changelog file
107
111
- Add changelog file to Nuget
@@ -115,7 +119,7 @@ All notable changes to this project will be documented in this file.
115
119
- Rearrange resource files from solution into plugin resource folders
116
120
117
121
118
-
## [1.0.2] - 2022-10-07
122
+
## [1.0.2] - 2022-07-10
119
123
### Added
120
124
- Add reference to Teronis.DotNet to be able to add project reference content to be added to the NuGet-package during pack process
121
125
@@ -124,17 +128,17 @@ All notable changes to this project will be documented in this file.
124
128
- Plugins are now bundled with the core library
125
129
126
130
127
-
## [1.0.1] - 2022-10-07
131
+
## [1.0.1] - 2022-07-10
128
132
### Added
129
133
- Add automatic version for Nuget publishing process
0 commit comments