Skip to content

Commit

Permalink
Merge pull request #143 from zer0Kerbal/1.4.2.0-release
Browse files Browse the repository at this point in the history
# Version 1.4.2.0-release `<Grand Adventure's End>`

## Changes

### Parts

* Add
* [tbee-bumper-engine-slimJim]
  * [title] = Thumper RM-1GU "Slim Jim" Rocket Motor
  * [description] = Who knew? We could reduce the weight by 20% again!
  
### Localization and Compatibility

* Update
  * [EnginesPlumeSWE.cfg] v1.0.2.0
    * Waterfall patch
    * Thank you to @atomictech aka AtomikkuSan
    * closes #135 -  Updated the Waterfall Patch!
  * localization files
    * [en-us.cfg] v1.0.4.0
      * add
        * [#TBEE-Bumper-Engine-SlimJim]
        * [#TBEE-Bumper-Engine-SlimJim-desc]
        * [#TBEE-Bumper-Engine-SlimJim-tags]
    * [es-es.cfg] v1.0.2.1
      * added above, but commented out
    * [es-mx.cfg] v1.0.2.1
      * added above, but commented out
    * [ru.cfg] v1.0.2.1
      * added above, but commented out
    * updates #6 - Localization - Master
    * updates #117 -  Update Localization

### Docs/

* update [readme.md] v1.6.6.0
* update [changelog.md] v1.4.1.0
* add [Attribution.md] v1.1.0.0
* /Localization
* [LegalMumboJumbo]
* [Part-Invoice]
* ReleaseNotes/
  * [1.4.3.0]

### Status

* Issues
  * close #139 - 1.4.2.0 Social Media
  * close #138 - 1.4.2.0 Update Documentation
  * close #137 - 1.4.2.0 Verify Legal Mumbo Jumbo
  * close #136 - Taerobee 1.4.2.0-release `<Grand Adventure's End>`
  * close #135 - [Bug 🐞]: Update EnginesPlumeSWE.cfg
  * close #134 - [Bug 🐞]: Alien Green Glow in the Editors
  • Loading branch information
zer0Kerbal authored Mar 25, 2022
2 parents bf3af04 + 9accf4c commit 9040084
Show file tree
Hide file tree
Showing 52 changed files with 1,327 additions and 1,060 deletions.
24 changes: 14 additions & 10 deletions .github/.imgbotconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@
"schedule": "weekly",
"ignoredFiles": [
"GameData/*",
"GameData/**",
"docs/LegalMumboJumbo/*",
"GameData/Taerobee/Parts/@thumbs/*",
"GameData/Taerobee/Parts/@thumbs/*",
"GameData/Taerobee/Spaces/X1-Crew-Interior/*",
"/docs/LegalMumboJumbo/*",
"GameData/Taerobee/*",
"/GameData/Taerobee/*",
"GameData/Taerobee/Assets/*",
"/GameData/Taerobee/Assets/*",
"source/*",
"**/configs/**",
"**/Props/**",
"**/VintageDials/**",
"**/FX/**",
"**/Assets/**",
"**/Flags/**",
"**/Agencies/**",
"**/Props/**",
"**/Spaces/**",
"**/X1-Crew-Interior/**",
"**/FlightSeat/**",
"**/Flags/**",
"**/Agents/**",
"**/Textures/**",
"**/UI/**",
"**/PluginData/**",
"**/Icons/**",
"**/@thumbs/**"
],
"aggressiveCompression": "false",
Expand Down
18 changes: 12 additions & 6 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# v1.3.1
# v1.4.0
# update checkout to v3
# update AVC to v1.4
# This is a standard workflow to validate all .version files
# found in the root directory of the repository and any subdirectories,
# whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request.
# It should cover most cases.
name: Validate AVC .version files

name: AVC .version file validation
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
validate_version_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: KSP-AVC Version File Validator
uses: DasSkelett/[email protected]

- name: Validate files
uses: DasSkelett/AVC-VersionFileValidator@master
42 changes: 0 additions & 42 deletions .github/workflows/config.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/createIndexesfromMarkdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.0.1.0
# 1.0.2.1
# created: 05 Feb 2022
# updated: 20 Feb 2022
# updated: 18 Mar 2022
# Create Indexes from Markdown
# https://github.com/DaanV2/Markdown-Action-Create-Indexes

Expand All @@ -18,8 +18,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.5.13
- uses: actions/checkout@v3
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.6.0
with:
folder: ${{github.workspace}}/docs/

Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# 1.1.0.0 - 13 Oct 2021
# 1.1.0.2
# created: 02 Dec 2021
# updated: 18 Mar 2022
# An action for filtering pull requests and issues from first-time contributors.
# https://github.com/marketplace/actions/first-interaction

name: Greetings

on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md).\n These are boilerplate.'
pr-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md).\n These are boilerplate.'
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
pr-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
28 changes: 22 additions & 6 deletions Attribution.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
---
permalink: /Attribution.html
title: Attribution
permalink: /Attributions.html
title: Attributions
---

<!-- Attribution.md v1.1.0.0
<!--
Attributions.md v1.0.3.0
Taerobee (TBEE)
created: 01 Feb 2022
updated: 22 Feb 2022 -->
updated: 17 Feb 2022
-->

<script src="https://kit.fontawesome.com/0ea5493613.js" crossorigin="anonymous"></script>
<i class="fa fa-gear fa-spin fa-2x" style="color: firebrick"></i>
# Taerobee (TBEE)
[Home](https://zer0kerbal.github.io/Taerobee)

## Attribution

### Credits

<ul>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/70533-beale/"><img border="0" alt="Beale" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2021_02/scrongolable.thumb.png.34a204aec1a871db4d1cee8a3549ce62.png" width="50" height="50" > Beale</a> for creating this <i>cool</i> mod.</li>
</br>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/105588-cobaltwolf/"><img border="0" alt="CobaltWolf" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2019_02/PFP_2019.thumb.jpg.1bfcc53a8d2175db2f28bf8f0181a37f.jpg" width="50" height="50" > CobaltWolf</a> - models and more</li>
</br>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/187168-lisias/"><img border="0" alt="Lisias" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2018_03/_HR0cDovL3d3dy5zcGFjZS5jb20vaW1hZ2VzL2kvMDAwLzAyMS81NDcvb3JpZ2luYWwvbGFpa2EuanBn.thumb_34e7fcb6640d163b3f2d08e4ae72bbaf.ba2fb8fa0e945f312ac6da46b71659fd" width="50" height="50" > Lisias</a> - for organization and initial prep</li>
<li><i>Thanks to everyone who gave feedback! It's very important for me and highly appreciated.</i></li>
</br>
</ul>

Expand All @@ -29,11 +37,18 @@ updated: 22 Feb 2022 -->
<li><a href="[AtomicTech](https://forum.kerbalspaceprogram.com/index.php?/profile/210823-atomictech/)"><img border="0" alt="AtomicTech" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2022_01/nnew.thumb.png.305e3a4249626c64c5c73fba659b71b8.png" width="50" height="50" > AtomicTech</a> for:
<ul>
<li>Waterfall configs</li>
<li>Mexican Spanish</li>
<li>Mexican Spanish translation</li>
<li>Spanish translation</li>
</ul></li>
</br>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/175537-tk-313/"><img border="0" alt="TK-313" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2017_03/trooper1.jpg.076deefe5a8420bd1ec0482bfd436502.jpg" width="50" height="50" > TK-313</a> - for the Russian translation</li>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/175537-tk-313/"><img border="0" alt="TK-313" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2017_03/trooper1.jpg.076deefe5a8420bd1ec0482bfd436502.jpg" width="50" height="50" > TK-313</a> - for Russian translation</li>
</ul>

### Special Thanks

<ul>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/70516-captainkipard/"><img border="0" alt="Captain Kipard" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_12_2015/itsame.png.3227b08e54fc9e3eaa0c6c2ad8e9ad07.thumb.png.5d3a3eb0344a23048ea58826e47b9781.png" width="50" height="50" > Captain Kipard</a> for the <a href="https://forum.kerbalspaceprogram.com/index.php?/topic/85372-*/"> Mod Development Links Compilation</a> and other tutorials.</li>
<li>Everyone else who made modding tutorials.</li>
</ul>

---
Expand All @@ -42,6 +57,7 @@ updated: 22 Feb 2022 -->

<ul>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/133828-eightiesboi/"><img border="0" alt="eightiesboi" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2018_01/happy_velociraptor_dinosaur_greeting_cards-r918b99ab65894a198682f360e419773a_xvuak_8byvr_512.thumb.jpg.00c28897eef8a91ee74f6cb59a9bbb5f.jpg" width="50" height="50" > eightiesboi</a></li>
<li><a href="https://forum.kerbalspaceprogram.com/index.php?/profile/66411-zelda/"><img border="0" alt="Zelda" src="https://kerbal-forum-uploads.s3.us-west-2.amazonaws.com/monthly_2019_07/LoZ_RGB_960x960.thumb.jpg.32a815400e819b11482764bdea71373c.jpg" width="50" height="50" > Zelda</a></li>
</ul>

<!-- this file CC BY-NC-ND 3.0 Unported by zer0Kerbal -->
Loading

0 comments on commit 9040084

Please sign in to comment.