Skip to content

Commit f3609c3

Browse files
author
Malah
committed
updated QuickStart v2.13
1 parent f6fc26b commit f3609c3

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed
0 Bytes
Binary file not shown.

QuickStart/GameData/QuickMods/QuickStart/QuickStart.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"VERSION": {
77
"MAJOR" : 2,
88
"MINOR" : 1,
9-
"PATCH" : 2,
9+
"PATCH" : 3,
1010
"BUILD" : 0
1111
},
1212
"KSP_VERSION": {

QuickStart/GameData/QuickMods/QuickStart/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Delete the QuickMods/QuickStart folder in your KSP/GameData folder.
3434

3535
#### Changelog
3636

37+
v2.13 - 2017.02.18
38+
* New: Added a black screen when QuickStart wait,
39+
* Fix: Corrected the start to last vessel to keep all contracts (thanks Liquid5n0w & Jebs_SY),
40+
* Fix: Corrected text position with small resolution.
41+
3742
v2.12 - 2017.01.14
3843
* Fix: Corrected the error with LanguageAPI and unloaded plugins.
3944

QuickStart/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion ("2.1.2.*")]
20+
[assembly: AssemblyVersion ("2.1.3.*")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

QuickStart/QuickStart.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<Compile Include="QS_Flight.cs" />
4848
<Compile Include="LanguageAPI.cs" />
4949
<Compile Include="QS_Lang.cs" />
50+
<Compile Include="QS_Utils.cs" />
5051
</ItemGroup>
5152
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
5253
<ItemGroup>

QuickStart/QuickStart.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"VERSION": {
77
"MAJOR" : 2,
88
"MINOR" : 1,
9-
"PATCH" : 2,
9+
"PATCH" : 3,
1010
"BUILD" : 0
1111
},
1212
"KSP_VERSION": {

QuickStart/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Delete the QuickMods/QuickStart folder in your KSP/GameData folder.
3434

3535
#### Changelog
3636

37+
v2.13 - 2017.02.18
38+
* New: Added a black screen when QuickStart wait,
39+
* Fix: Corrected the start to last vessel to keep all contracts (thanks Liquid5n0w & Jebs_SY),
40+
* Fix: Corrected text position with small resolution.
41+
3742
v2.12 - 2017.01.14
3843
* Fix: Corrected the error with LanguageAPI and unloaded plugins.
3944

0 commit comments

Comments
 (0)