Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
luke11brown committed Sep 18, 2024
2 parents fa94169 + 479b007 commit 7f4e063
Show file tree
Hide file tree
Showing 589 changed files with 288,151 additions and 579,690 deletions.
30 changes: 30 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Changes from release 2024/08 to 2024/09
1. AIRAC (2409) - Connington (EGSF) Radio Frequency Updated - thanks to @kristiankunc (Kristián Kunc)
2. Bug - Added vFPC to Heathrow (EGLL) SMR and ATM lists - thanks to @kristiankunc (Kristián Kunc)
3. Bug - Fixed automatic logon details entry failing if non-uk sector file is present - thanks to @kristiankunc (Kristián Kunc)
4. Bug - Fix squawk colors on SMR profiles - thanks to @kristiankunc (Kristián Kunc)
5. Enhancement - Added VRPs to TopSky maps - thanks to @SamLefevre (Samuel Lefevre)
6. Enhancement - Add CID to feedback link in LogonDetails.py - thanks to @BenWalker01 (Ben Walker)
7. Enhancement - Updated TopSky colours and settings for realism and ease of use - thanks to @SamLefevre (Samuel Lefevre)
8. AIRAC (2409) - SaxaVord D902 (Shetland Space Centre) danger area complex added - thanks to @luke11brown (Luke Brown)
9. AIRAC (2409) - Updated EGNS MSAW altitudes - thanks to @luke11brown (Luke Brown)
10. AIRAC(2409) - Various Mil frequencies updated to 8.33kHz - thanks to @BenWalker01 (Ben Walker)
11. Bug - Fixed and improved vSMR - thanks to @AliceFord (Alice Ford)
12. Bug - Fixed vATIS area frequency errors - thanks to @luke11brown (Luke Brown)
13. Enhancement - Added TopSky alert items to all tag families - thanks to @luke11brown (Luke Brown)
14. Bug - Fixed airport specific TopSky issues - thanks to @SamLefevre (Samuel Lefevre)

# Changes from release 2024/07 to 2024/08
1. Enhancement - CPDLC Auto open settings window - thanks to @kye-taylor (Kye Taylor)
2. AIRAC (2408) - Various Mil frequencies updated to 8.33kHz compliance - thanks to @robbo599 (Lee Roberts)
3. Enhancement - Updated combined departure list items and size - thanks to @kristiankunc (Kristián Kunc)
4. Enhancement - Added TopSky to TC & APP profiles - thanks to @luke11brown (Luke Brown)
5. Bug - Fixed NOTAMs crashing and removed redundant details in Gatwick (EGKK) vATIS profile - thanks to @RedstonePilot (Ben Walker)
6. Enhancement - Updated iTEC symbology and tags - thanks to @SamLefevre (Samuel Lefevre)
7. Enhancement - Added CCDR-S plugin to NODE displays - thanks to @SamLefevre (Samuel Lefevre)
8. Enhancement - Area profiles reduced & simplified - thanks to @luke11brown (Luke Brown)
9. Bug - Disable all conditional airspace bases (now controlled by TopSky) - thanks to @luke11brown (Luke Brown)
10. Enhancement - NODE colours adjusted - thanks to @luke11brown (Luke Brown)
11. AIRAC (2408) - Area minimum altitudes updated (MSAW) - thanks to @luke11brown (Luke Brown)
12. Enhancement - Manchester (EGCC) ATM display rotated - thanks to @luke11brown (Luke Brown)

# Changes from release 2024/06 to 2024/07
1. AIRAC (2407) - Converted Brize Norton (EGVN) frequencies to 8.33kHz spacing - thanks to @danielbutton (Daniel Button)
2. Procedure Change (2407) - Updated Cambridge (EGSC) and Ronaldsway (EGNS) frequencies - thanks to @PLM1995 (Peter Mooney)
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/Changelog Police.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Check Changelog has been updated

on:
pull_request:
types: [opened, edited, synchronize]

jobs:
changelog-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches

- name: Fetch all branches
run: git fetch --all

- name: Check if changelog has been updated
run: |
if ! git diff --name-only origin/main...HEAD | grep -q '^\.github/CHANGELOG\.md$'; then
echo "Changelog not updated. Please update .github/CHANGELOG.md" >&2
exit 1
fi
- name: Notify success
if: success()
run: echo "Changelog has been updated."
68 changes: 0 additions & 68 deletions .github/workflows/Create ZIP on release.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/Create_Sector_file_Issue.yml

This file was deleted.

Loading

0 comments on commit 7f4e063

Please sign in to comment.