File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed
Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1+ **v0.1.2**
2+
3+ - Improved modularity
4+
5+
16**v0.1.1**
27
38- Fixed main menu behaviour
Original file line number Diff line number Diff line change 11{
22 "NAME": "<b><color=#9B59B6>Sigma Replacements: MenuButtons</color></b>",
33 "URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Replacements/master/MenuButtons/GameData/Sigma/Replacements/MenuButtons/Plugins/SigmaReplacementsMenuButtons.version",
4- "DOWNLOAD": "http://forum.kerbalspaceprogram .com/index.php?/topic/167233-0 ",
4+ "DOWNLOAD": "http://www.github .com/Sigma88/Sigma-Replacements/releases ",
55 "CHANGE_LOG_URL": "https://raw.githubusercontent.com/Sigma88/Sigma-Replacements/master/MenuButtons/Changelog.txt",
66 "GITHUB":
77 {
1313 {
1414 "MAJOR": 0,
1515 "MINOR": 1,
16- "PATCH": 1 ,
16+ "PATCH": 2 ,
1717 "BUILD": 0
1818 },
1919 "KSP_VERSION":
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Sigma Replacements: MenuButtons by Sigma88 is released under the following licen
44All Rights Reserved
55
66
7- For more info visit the KSP Forum Thread :
8- http://forum.kerbalspaceprogram .com/index.php?/topic/167233-0
7+ For more info visit the GitHub Repository :
8+ http://www.github .com/Sigma88/Sigma-Replacements
Original file line number Diff line number Diff line change 44** Customizeable Main Menu Buttons**
55
66
7- KSP Forum Thread: http://forum.kerbalspaceprogram.com/index.php?/topic/167233-0/
8-
9- Download Latest Release: https://github.com/Sigma88/Sigma-Replacements/releases
7+ Latest Release: https://github.com/Sigma88/Sigma-Replacements/releases
108
119Dev version: https://github.com/Sigma88/Sigma-Replacements/tree/MenuButtons
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace MenuButtons
88 [ KSPAddon ( KSPAddon . Startup . Instantly , true ) ]
99 internal class Version : MonoBehaviour
1010 {
11- public static readonly System . Version number = new System . Version ( "0.1.1 " ) ;
11+ public static readonly System . Version number = new System . Version ( "0.1.2 " ) ;
1212
1313 void Awake ( )
1414 {
You can’t perform that action at this time.
0 commit comments