Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.7.2
    77f25b0f · Fix comment typo ·
    Release: 0.7.2
    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.1 Release: 0.7.1
    Changes:
    - Added additional alert messages not to trust the data on the page entirely
    
    Fixed:
    - Fix cookie consent not working
    - Fix aircraft selection menu being based on hard coded values. Changed to using data from the aircrafts.json file.
  • 0.7.0
    c3821f84 · Update NSWC license text ·
    Release: 0.7.0
    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.0 Release: 0.6.0
    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.5.0 Release: 0.5.0
    New features:
    - Tips and trick notification only shows once per user session
    
    Changes:
    - Rename airport settings cookie to better represent the function of it
    - Internal refactoring
    
    Fixed:
    - Fixed settings save notification showing when it was not supposed to
  • 0.4.0
    265c7439 · Add no translate tag ·
    Release: 0.4.0
    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.1 Release: 0.3.1
    Fix certain elements not being hidden when printing the page
  • 0.3.0 Release: 0.3.0
    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.1 Release: 0.2.1
    - Removed old "Limitations" section from README
  • 0.2.0 Release: 0.2.0
    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
  • 0.1.1
    c59ed80a · Update data source text ·
    Release: 0.1.1
    - Correct data source text
  • 0.1.0
    e0e854a2 · Initial commit ·
    Release: 0.1.0
    First development release