Skip to content

Commit

Permalink
Merge pull request #66 from Sigma88/Development
Browse files Browse the repository at this point in the history
Development
Sigma88 authored May 3, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 7a2f61c + 0dbec3e commit ddb5396
Showing 5 changed files with 8 additions and 26 deletions.
7 changes: 7 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**v0.10.0**

- Recompiled against KSP 1.4.3 and Kopernicus 1.4.3-1
- Removed KSP-AVC compatibility
- Updated to Sigma LoadingScreens v0.4.0


**v0.9.8**

- Added the option to exclude PQSMods
25 changes: 0 additions & 25 deletions GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version

This file was deleted.

Binary file modified GameData/Sigma/Dimensions/Plugins/SigmaDimensions.dll
Binary file not shown.
Binary file modified [Source]/Distribution/SigmaDimensions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion [Source]/SigmaDimensions/Version.cs
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ namespace SigmaDimensionsPlugin
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly System.Version number = new System.Version("0.9.8");
public static readonly System.Version number = new System.Version("0.10.0");

void Awake()
{

0 comments on commit ddb5396

Please sign in to comment.