Skip to content

Commit e2ade94

Browse files
committed
Release 0.1.0.0 Beta (LisiasT) for KSP >= 1.8
1 parent 358ab55 commit e2ade94

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGES.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# TweakScale Companion :: Visuals :: Changes
22

3-
* 2021-0626: 0.0.2.0 **ALPHA** (LisiasT) for KSP >= 1.8
4-
+ Rework initialisation procedures to cope with the new KSP 1.12 idiosyncrasies
5-
+ DLL is compiled in Release mode from now on.
6-
* 2021-0530: 0.0.1.0 **ALPHA** (LisiasT) for KSP >= 1.8
7-
+ Initial public release
8-
+ **ALPHA** release, not ready for "production"
9-
- Compiled in DEBUG mode
3+
* 2021-0705: 0.1.0.0 **Beta** (LisiasT) for KSP >= 1.8
4+
+ (Properly) declares dependencies now
5+
+ Slightly faster patching when dependencies are not met.
6+
+ Promotes the thingy to Beta status
107
- See [KNOWN ISSUES](./KNOWN_ISSUES.md).

CHANGE_LOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# TweakScale Companion :: Visuals :: Change Log
22

3+
* 2021-0705: 0.1.0.0 **Beta** (LisiasT) for KSP >= 1.8
4+
+ (Properly) declares dependencies now
5+
+ Slightly faster patching when dependencies are not met.
6+
+ Promotes the thingy to Beta status
7+
- See [KNOWN ISSUES](./KNOWN_ISSUES.md).
38
* 2021-0626: 0.0.2.0 **ALPHA** (LisiasT) for KSP >= 1.8
49
+ Rework initialisation procedures to cope with the new KSP 1.12 idiosyncrasies
510
+ DLL is compiled in Release mode from now on.

TweakScaleCompanion.Visuals.version

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_Visuals/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":0,
9-
"MINOR":0,
10-
"PATCH":2,
9+
"MINOR":1,
10+
"PATCH":0,
1111
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":{

0 commit comments

Comments
 (0)