Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yalov committed Jul 19, 2020
1 parent 42941cb commit 02fe201
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 262 deletions.
37 changes: 20 additions & 17 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,76 @@
ChangeLog:
## ChangeLog:

## Version 2.1.1
### Version 2.1.2
* updated version file

### Version 2.1.1
* patch for Near Future Exploration (1.0.2)
* updated MM 4.1.3

## Version 2.1.0
### Version 2.1.0
* KSP 1.8
* MM 4.1.0
* packetSizes are integers,
* packetResourceCost is more stockalike

## Version 2.0.1
### Version 2.0.1
* KSP 1.7, remove KSP max version limit
* updated localization
* updated MM 4.0.2

## Version 2.0.0
### Version 2.0.0
* The plugin is excluded to the separate CommNet Antennas Info,
Only parts are leaved there.
* either of the two 500Gm antennas cannot be a first part now, as any other mod's and stock antennas
* updated MM 3.1.2

## Version 1.1.1.1
### Version 1.1.1.1
* Plugin: Localized Internal AntennaType

## Version 1.1.1
### Version 1.1.1
* Plugin: Localized AntennaType

## Version 1.1.0 (Plugin Update)
### Version 1.1.0 (Plugin Update)
* showed modified ratings (if you have changed power modifiers in the settings)
* showed all DSN levels (Custom Barn Kit supported)
* showed DSN ratings, hightlights active DSN level,
* showed range to Built-in antenna for relays
* compact for internal antennas

## Version 1.0.3
### Version 1.0.3
* HG-25 is HG-32 now.
* When this antenna was included, the purpose was to make
InnerSOI Commnet Network reaching Minmus with 2 of those on each vessel.
But HG-25 doesn't make this true, because of Combinability,
so the antenna-power was increased.

## Version 1.0.2
### Version 1.0.2
* fixed large power consumption of the HG-25

## Version 1.0.1
### Version 1.0.1
* Recompiled for KSP 1.5.1
* fixed RelayTech One antennaType (Relay)

## Version 1.0.0
### Version 1.0.0
* Recompiled for KSP 1.5.0
* Russian localization
* updated MM to 3.1.0

## Version 0.9.5
### Version 0.9.5
* checked working with the RemoteTechRedevAntennas 0.1.1
* updated desc
* added MM to archive

## Version 0.9.3
### Version 0.9.3
* fixed bug in the ja-localization

## Version 0.9.2
### Version 0.9.2
* fixed technodes

## Version 0.9.1
### Version 0.9.1
* remove RT art assets

## Version 0.9
### Version 0.9
* direct antennas: 5M and 500G
* relay antennas: 25M, 7G, 25G, 500G
* plugin for showing CombinabilityExponent in the VAB
10 changes: 9 additions & 1 deletion CommNetAntennasExtension.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"resources" : {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/177292-*"
},
"tags": [
"parts",
"comms"
],
"conflicts": [
{ "name": "RemoteTech" }
],
Expand All @@ -19,9 +23,13 @@
],
"recommends": [
{ "name": "CommunityPartsTitles" },
{ "name": "CommNetAntennasInfo" }
{ "name": "CommNetAntennasInfo" },
{ "name": "CommNetAntennasConsumptor" }
],
"suggests": [
{ "name": "SpeedUnitAnnex" }
],
"supports": [
{ "name": "NearFutureExploration" }
]
}
8 changes: 4 additions & 4 deletions CommNetAntennasExtension.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 1,
"PATCH": 1,
"PATCH": 2,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 1
"MINOR": 10,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand All @@ -24,7 +24,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 9,
"MINOR": 11,
"PATCH": 9
}
}
Expand Down
37 changes: 20 additions & 17 deletions GameData/CommNetAntennasExtension/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,76 @@
ChangeLog:
## ChangeLog:

## Version 2.1.1
### Version 2.1.2
* updated version file

### Version 2.1.1
* patch for Near Future Exploration (1.0.2)
* updated MM 4.1.3

## Version 2.1.0
### Version 2.1.0
* KSP 1.8
* MM 4.1.0
* packetSizes are integers,
* packetResourceCost is more stockalike

## Version 2.0.1
### Version 2.0.1
* KSP 1.7, remove KSP max version limit
* updated localization
* updated MM 4.0.2

## Version 2.0.0
### Version 2.0.0
* The plugin is excluded to the separate CommNet Antennas Info,
Only parts are leaved there.
* either of the two 500Gm antennas cannot be a first part now, as any other mod's and stock antennas
* updated MM 3.1.2

## Version 1.1.1.1
### Version 1.1.1.1
* Plugin: Localized Internal AntennaType

## Version 1.1.1
### Version 1.1.1
* Plugin: Localized AntennaType

## Version 1.1.0 (Plugin Update)
### Version 1.1.0 (Plugin Update)
* showed modified ratings (if you have changed power modifiers in the settings)
* showed all DSN levels (Custom Barn Kit supported)
* showed DSN ratings, hightlights active DSN level,
* showed range to Built-in antenna for relays
* compact for internal antennas

## Version 1.0.3
### Version 1.0.3
* HG-25 is HG-32 now.
* When this antenna was included, the purpose was to make
InnerSOI Commnet Network reaching Minmus with 2 of those on each vessel.
But HG-25 doesn't make this true, because of Combinability,
so the antenna-power was increased.

## Version 1.0.2
### Version 1.0.2
* fixed large power consumption of the HG-25

## Version 1.0.1
### Version 1.0.1
* Recompiled for KSP 1.5.1
* fixed RelayTech One antennaType (Relay)

## Version 1.0.0
### Version 1.0.0
* Recompiled for KSP 1.5.0
* Russian localization
* updated MM to 3.1.0

## Version 0.9.5
### Version 0.9.5
* checked working with the RemoteTechRedevAntennas 0.1.1
* updated desc
* added MM to archive

## Version 0.9.3
### Version 0.9.3
* fixed bug in the ja-localization

## Version 0.9.2
### Version 0.9.2
* fixed technodes

## Version 0.9.1
### Version 0.9.1
* remove RT art assets

## Version 0.9
### Version 0.9
* direct antennas: 5M and 500G
* relay antennas: 25M, 7G, 25G, 500G
* plugin for showing CombinabilityExponent in the VAB
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 1,
"PATCH": 1,
"PATCH": 2,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 1
"MINOR": 10,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand All @@ -24,7 +24,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 9,
"MINOR": 11,
"PATCH": 9
}
}
Expand Down
434 changes: 215 additions & 219 deletions Screenshots/parts.pdn

Large diffs are not rendered by default.

0 comments on commit 02fe201

Please sign in to comment.