Skip to content

Commit

Permalink
Update version to v2.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 7, 2024
1 parent 0db5ddb commit a79925f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GameData/RealAntennas/RealAntennas.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"VERSION":
{
"MAJOR":2,
"MINOR":6,
"MINOR":7,
"PATCH":0,
"BUILD":0
},
Expand Down
28 changes: 23 additions & 5 deletions GameData/RealAntennas/changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,33 @@ KERBALCHANGELOG
website = github.com/KSP-RO/RealAntennas
VERSION
{
version = 2.6.0.0
version = 2.7.0.0
versionKSP = 1.12.3
CHANGE
{
change = RealAntennas now has a dependency on KSPCommunityFixes v1.36 or newer
}
CHANGE
{
change = What's Changed
subchange = Support permanently disabling antennas in-flight
subchange = Remove rxHome and txHome from the jobs
subchange = Decouple ParentBody from isHome in the planner
subchange = Add support for HabTech2, Tantares, TantaresSP
subchange = Allow encoders to be manually defined by ground stations
subchange = Speed up PartModule lookups
subchange = Cache relevant partmodules in RACommNetVessel for better performance
subchange = Implement fast partmodule lookup in various places through KSPCF
subchange = Add display text values for AntennaCondition enum members
}
}
VERSION
{
version = 2.6.0.0
versionKSP = 1.12.3
CHANGE
{
change = What's Changed
subchange = Support permanently disabling antennas in-flight
subchange = Remove rxHome and txHome from the jobs
subchange = Decouple ParentBody from isHome in the planner
subchange = Add support for HabTech2, Tantares, TantaresSP
subchange = Fix tech level descriptions
subchange = Allow RP-1 to inject correct unlock credit amount into TL purchase
}
Expand Down

0 comments on commit a79925f

Please sign in to comment.