forked from net-lisias-kspu/Taerobee
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from zer0Kerbal/1.4.2.0-release
# 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
Showing
52 changed files
with
1,327 additions
and
1,060 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.