-
0.7.277f25b0f · ·
Changes: - Add clear of old NOTAM-list when the service fails to fetch new data - Change about text to make it clear the website is a hobby project - Code cleanup and code comment typo fixes Fixed: - Fix broken low-level forecast link - Fix broken about cookies link - Fix irregular fetch time format - Grammar fixes
-
0.7.0c3821f84 · ·
New features: - Added health checks to monitor the METAR/TAF/NOTAM data fetching - Added /health endpoint to get the health status of the application - Added Azure Application Insights integration - Added removal of X-Powered-By header in release version - Added ESOE, ESNN, ESPA and ESTA to available airports - Added warning notification on the weight and balance version of the site, tells the user to never trust the data Changes: - Updated GitLab project link - Updated credit text to also include LFV (Luftfartsverket) - Refactored backend task system and HTML utilities - Refactored frontend javascript settings code - Project restructure Fixed: - Fix AMD, COR, SPECI and AUTO modifiers not being included in the displayed METAR/TAFs (fixed by updating PilotAppLibs.MetNorway to 1.0.3) - Fix no cache, security headers and script blocking not working for all types of requests (e.g. static files). Caused by MVC filters being executed late in the request pipeline. Fixed by moving logic from filters to custom middlewares - Fix essential cookies only being created on index page load - Fix NSWC license text not being in swedish
-
0.6.0fdc73c5d · ·
New features: - Migrated project to net 6.0 - New weight balance chart (Chart.js), shows CG and weight limits based on the results in the weight balance table - Adding a new cookie consent modal (replaces the consent alert) - Organization support. Access organization specific data (for example weight and balance), by using the url [org].flygplanering.se - Rejection of certain user agents (python scripts, etc) - New security headers in HTTP response (Strict-Transport-Security, Permissions-Policy, Feature-Policy, X-Content-Type-Options, X-Frame-Options, X-XXS-Protection) Changes: - Complete restructure of project directories - Updated learn more cookie link to 'https://www.pts.se/cookies' - Move no cache logic to response filter - Improved weight and balance input user experience - Updated table styles - Updated README.md Fixed: - Fix top padding for print version of page - Fix last table header missing in print version of index page - Fix NOTAM alignment bug on mobile devices - Remove excessive icao code at the start of METAR/TAF report lines - Prevent automatic zoom on input focus on mobile devices
-
0.4.0265c7439 · ·
New features: - Add open graph meta tags to header - Add cookies section in about page - Add alert system - Add success alert on index page when settings are saved - Add tags and attributes to prevent browsers from suggesting page translation Changes: - Changed index page title - Change about page description Fixed: - Fixed typo in settings page
-
0.3.03fce5045 · ·
New features: - Major design changes! Added sticky header and footer - Added about page with term of use and data sources - Unique descriptions for every page - Added apple touch icon - Added large icon for Android devices - Prepare cookie consent logic Changes: - Update robots.txt, allow indexing of settings page - Updated HTML content language to SV - Added search engine optimizations - Change README link to HTTPS - Changed default airports - Updated sitemap Fixed: - Fixed weight input allowing non-numeric characters
-
0.2.0fb370851 · ·
New features: - New settings page. Users can set which airports METAR, TAF and NOTAM should be shown for - Sort METAR, TAF and NOTAM lists in alphabetical order based on aerodrome icao code Changes: - Changed page content language to Swedish - Updated favicon - Other style changes Fixed: - Fixed not all NOTAMs being fetched in certain situations (fixed by updating NotamSearch to 3.0.1) - Fixed table width CSS bug
-
-