Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Changes from release 2026/05 to 2026/06
1. Bug - Fixed airport conditions not showing on Luton (EGGW) vATIS profile - thanks to @AdriTheDev (Callum Hicks)

# Changes from release 2026/04a to 2026/05
1. Amendment - Removed UK vFPC whilst allowing for simple loading by those who choose to do so
2. Bug - Fixed history trails on Gatwick (EGKK) ATM - thanks to @frazerxyz (Frazer Scully)
Expand Down
4 changes: 2 additions & 2 deletions _vATIS/Essex(EGSS & EGGW & EGSC).json
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,11 @@
"presets": [
{
"name": "25",
"template": "[FACILITY] COM ATIS [ATIS_CODE].\r\n[TIME].\r\nRWY IN USE ^25.\r\n[TL].\r\n[NOTAMS]\r\n[WX].\r\n[CLOSING]."
"template": "[FACILITY] COM ATIS [ATIS_CODE].\r\n[TIME].\r\nRWY IN USE ^25.\r\n[TL].\r\n[ARPT_COND]\r\n[NOTAMS]\r\n[WX].\r\n[CLOSING]."
},
{
"name": "07",
"template": "[FACILITY] COM ATIS [ATIS_CODE].\r\n[TIME].\r\nRWY IN USE ^07.\r\n[TL].\r\n[NOTAMS]\r\n[WX].\r\n[CLOSING]."
"template": "[FACILITY] COM ATIS [ATIS_CODE].\r\n[TIME].\r\nRWY IN USE ^07.\r\n[TL].\r\n[ARPT_COND]\r\n[NOTAMS]\r\n[WX].\r\n[CLOSING]."
}
],
"contractions": [
Expand Down
Loading