Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.5.99.0-adoption - <Peekaboo> edition #29

Merged
merged 25 commits into from
Apr 10, 2022
Merged

Conversation

zer0Kerbal
Copy link
Owner

@zer0Kerbal zer0Kerbal commented Mar 14, 2022

Version 1.5.99.0-adoption - <Peekaboo> edition

  • 12 Mar 2022

  • Release for Kerbal Space Program [KSP 1.12.x]

  • adopted by zer0Kerbal

Localization

  • Add
    • folder
      • <en-us.cfg>
      • [readme.md] v2.0.1.1
      • [quickstart.md] v1.0.1.0

Code

  • Compile
    • .NET 4.7.2
    • C# 10.0
  • Update
    • [AdjustableModPanel.csproj]
    • [AdjustableModPanel.sln]
    • [AssemblyInfo.cs]
  • Add
    • [Version.tt] 2.0.2.2
    • [InstallChecker] v2.1.0.0
  • Localization

Folder Structure

  • Create
    • docs/
      • Code/
      • LegalMumboJumbo/
        • [LegalMumboJumbo] v1.0.4.1
        • [License.md]
        • [FORUM-01.png]
    • [404.md] v1.0.3.0
    • [Attribution.md] v1.0.5.0
    • [Localizations.md] v1.1.4.0
    • [ManualInstallation.md] v1.1.2.0
    • [readme.md] v1.6.6.2
  • root/
  • _releasenotes
    • [].gitattributes] v2.0.3.0
    • [].gitignore] v2.0.5.0
    • [.imgbotconfig] v2.0.0.0
    • [AdjustableModPanel.version] file
    • [changelog.md]
    • [_buildJSON] v1.3.3.6.4
    • [_buildRelease] v1.1.3.1
    • [_deploy] v1.1.3.4
    • [_gitClean] v1.0.2.0
    • [_pullIssues] v1.1.0.1
    • [_pullReleaseNotes] v1.1.0.1
    • json/[_release] v1.0.3.0
  • github/
    • [_settings] v1.0.9.1
      • workflows/
        • [AVC-VersionFileValidator] v1.4.0
        • [createIndexesfromMarkdown] v1.0.2.1
        • [greetings] v1.1.0.2
    • img
      • [HeroLogo_1920x1920.png]
      • [HeroLogo_1920x1920-green.png]

Status


@zer0Kerbal zer0Kerbal added the semantic: adoption relating to adoption label Mar 14, 2022
@zer0Kerbal zer0Kerbal added this to the 1.5.99.0-adoption milestone Mar 14, 2022
@zer0Kerbal zer0Kerbal self-assigned this Mar 14, 2022
## Version 1.5.99.0-adoption -  `<Peekaboo>` edition

* 12 Mar 2022
* Release for Kerbal Space Program [KSP 1.12.x]

* adopted by zer0Kerbal

### Localization

* Add
  * <Localization> folder
    * <en-us.cfg>
    * [readme.md] v2.0.1.1
    * [quickstart.md] v1.0.1.0

### Code

* Compile
  * .NET 4.7.2
  * C# 10.0
* Update
  * [AdjustableModPanel.csproj]
  * [AdjustableModPanel.sln]
  * [AssemblyInfo.cs]
* Add
  * [Version.tt] 2.0.2.2
  * [InstallChecker] v2.1.0.0
* Localization
  * [AdjustableModPanel.cs]
  * [InstallChecker.cs]
  * used as many Squad strings as possible
    * who knew KSP had three strings for Okay? (Ok, OK, Okay) - maybe it also has (ok)?
    * some strings grew longer - will see if any comments
  * updates #9 - Localization - Master
  * closes #10 - American English <us-en.cfg>
  * closes #27 - Code Localization

### Folder Structure

* Create
  * docs/
    * Code/
    * LegalMumboJumbo/
      * [LegalMumboJumbo] v1.0.4.1
      * [License.md]
      * [FORUM-01.png]
  * [404.md] v1.0.3.0
  * [Attribution.md] v1.0.5.0
  * [Localizations.md] v1.1.4.0
  * [ManualInstallation.md] v1.1.2.0
  * [readme.md] v1.6.6.2
* root/
* _releasenotes
  * [].gitattributes] v2.0.3.0
  * [].gitignore] v2.0.5.0
  * [.imgbotconfig] v2.0.0.0
  * [AdjustableModPanel.version] file
  * [changelog.md]
  * [_buildJSON] v1.3.3.6.4
  * [_buildRelease] v1.1.3.1
  * [_deploy] v1.1.3.4
  * [_gitClean] v1.0.2.0
  * [_pullIssues] v1.1.0.1
  * [_pullReleaseNotes] v1.1.0.1
  * json/[_release] v1.0.3.0
* github/
  * [_settings] v1.0.9.1
    * workflows/
      * [AVC-VersionFileValidator] v1.4.0
      * [createIndexesfromMarkdown] v1.0.2.1
      * [greetings] v1.1.0.2
  * img
    * [HeroLogo_1920x1920.png]
    * [HeroLogo_1920x1920-green.png]

### Status

* Issues
  * closes #2 - add screenshot branch
  * closes #3 - Minimal hint to prevent potential NRE
  * closes #4 - Adjustable Mod Panel 1.5.99.0-adoption `<Peekaboo>` - duplicate
  * closes #28 - [ImgBot] Optimize images - contributed by imgbot[bot]
  * closes #30 - [Bug 🐞]: AMP and TUFX incompatability/NRE
* Project
  * closes #5 - Adjustable Mod Panel 1.5.99.0-adoption `<Peekaboo>` edition
  * closes #6 - 1.5.99.0 Verify Legal Mumbo Jumbo
  * closes #7 - 1.5.99.0 Update Documentation
  * closes #8 - 1.5.99.0 Social Media

---
@zer0Kerbal zer0Kerbal changed the title 1.5.99.0 adoption Version 1.5.99.0-adoption - <Peekaboo> edition Apr 10, 2022
Copy link
Owner Author

@zer0Kerbal zer0Kerbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥧

@zer0Kerbal zer0Kerbal merged commit 3bf5732 into master Apr 10, 2022
@zer0Kerbal zer0Kerbal deleted the 1.5.99.0-adoption branch April 10, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment