Skip to content

Commit 01e93ca

Browse files
author
github-actions
committed
bump version to 21.0
1 parent 749c3b9 commit 01e93ca

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SCANsat Changelog
22

3-
## Unreleased
3+
## 21.0 - 2025-09-15
44

55
- Added Chinese localization (thanks @AmazingWood)
66
- Fixed usages of .material in favor of .sharedMaterial (thanks @Gameslinx)
@@ -17,6 +17,7 @@
1717
- Remove "enhanced for ground activity" from orbital scanners
1818
- Moved all start/stop event buttons into the PAW group
1919

20+
2021
## 20.4 - 2020-9-9
2122

2223
- Hotfix to prevent planetary overlay window from opening when it shouldn't
@@ -413,10 +414,12 @@
413414

414415
- Fix compatibility with Kerbalism
415416

417+
416418
## 16.5 - 2016-8-10
417419

418420
- Fix bug in electricity usage that was preventing scanning
419421

422+
420423
## 16.4 - 2016-8-9
421424

422425
- Update contracts for Contract Configurator 1.15+ (severedsolo)
@@ -426,12 +429,14 @@
426429
- Add "cheatMapFill = True" to the SCANcolors.cfg file
427430
- Fix potential Toolbar related errors (bssthu)
428431

432+
429433
## 16.3 - 2016-6-27
430434

431435
- Adds new resource types and Module Manager scanner configs for KSP Interstellar Extended Version 1.9
432436
- Deprecated unused He-3 and Thorium resource types
433437
- Updated for Mechjeb 2.5.8
434438

439+
435440
## 16.2 - 2016-6-21
436441

437442
- Update for KSP 1.1.3
@@ -444,12 +449,14 @@
444449
- Allow planetary resource configs to be loaded if no global config is defined
445450
- Some GUI performance and garbage creation optimizations
446451

452+
447453
## 16.1 - 2016-5-2
448454

449455
- Update for KSP 1.1.2
450456
- Update API for Kerbalism support
451457
- Fixed an error that prevented the UI from opening after exiting the Mission Control building
452458

459+
453460
## 16.0 - 2016-4-19
454461

455462
- Update for KSP 1.1 final release
@@ -471,6 +478,7 @@
471478
- Fixed potential error with ground tracks
472479
- Fixed potential error with .csv exporter
473480

481+
474482
## 14.9 - 2016-3-6
475483

476484
- Add new zoom map buttons to small map, big map and toolbar
@@ -490,15 +498,18 @@
490498
- Some changes in how data is loaded from the save file; no end-user effect
491499
- Fixed error that prevented SCANsat contracts from generating before the player left the Kerbin system
492500

501+
493502
## 14.8 - 2016-2-10
494503

495504
- Fix RPM and Kopernicus incompatibility
496505
- Add new CRP resources and configs
497506

507+
498508
## 14.7 - 2016-1-16
499509

500510
-Fix Contract config error
501511

512+
502513
## 14.6 - 2016-1-15
503514

504515
- Fix Kopernicus compatibility (Thanks ThomasKerman)
@@ -509,6 +520,7 @@
509520
- Fix a bug that was preventing loading of the color config file when additional planets are installed
510521
- Add MetalOre as a SCANsat resource and MetalOre scanner modules to EPL scanner parts
511522

523+
512524
## 14.5 - 2015-12-22
513525

514526
- Misc and Bug Fixes

SCANsat.version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Version>21.0.0.0</Version>
4+
<Version>21.0</Version>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)