Skip to content

Releases: lonestarvirtual/skyOS

1.3.4

07 Mar 18:04
bd2d046
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

1.3.3

31 Mar 03:22
9e8fce8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

1.3.2

03 Mar 16:19
629ca26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

1.3.1

20 Apr 18:55
f6bc495
Compare
Choose a tag to compare

1.3

02 Sep 17:54
9d6a6a2
Compare
Choose a tag to compare
1.3

New Features

  • Refactored docker-compose.yml (see docker-compose.yml.example for details)

Security Fixes

Maintenance Items

  • Added Docker Hub release to publish workflow
  • Added experimental docker image releases (based off current master branch)
  • Generalized more configuration for public use

1.2

07 Jun 16:25
7293231
Compare
Choose a tag to compare
1.2

New Features

  • Added web socket based notification framework

    • Users will be notified when PIREPs are approved
    • PIREP administrators will be notified when there are PIREPs pending approval
  • Minor styling fixes to the pilot roster to enhance consistency

Security Fixes

Maintenance Items

  • Added a Sidekiq for background message queuing
    • This requires changes to existing docker-compose.yml deployments
      • Database credentials changed to DATABASE_URL environment variable
      • Added worker service/container
      • See docker-compose.yml.example for details
  • Resolved a typo on custom error pages

Hotfix Release

20 May 21:32
bd3a663
Compare
Choose a tag to compare

Hotfix

This release fixes a bug experienced in new user registration and on the contact page when the site is configured to use Google reCaptcha.

Maintenance Items

  • Fixed bug with announcement administration displaying an incorrect timezone name
  • The Discord join link in the user menu now disappears when a Discord link is not configured in the site settings

1.1

17 May 16:21
85c106b
Compare
Choose a tag to compare
1.1

New features

  • Added site administration page (Admin->Site Settings)

    • Runtime application configuration changes
  • Maping utilizing Leaflet

    • Destinations (Route Map)
      • Dynamically generates a route map based on the flight schedule
    • PIREPs
      • Display pages now show a map of the origin and destination for the flight
  • News section

    • New feature allowing articles to be written and displayed either publicly or to
      members only.
    • Users (Pilots) are now redirected to this page on login
  • Repaint downloads (enhancement)

    • Cleaner interface for aircraft with numerous repaint varieties:
      Changed downloads on the fleet page to use a dropdown select form instead of buttons
      for authenticated members.
  • Home page announcements

    • Small announcement banners can be configured (Admin->Announcements) based on start
      and end datetimes to display small, time-sensitive announcements such as events, maintenance,
      etc.

Security fixes

  • Updated SameSite origin policy on session cookies

Maintenance Items

  • Added MIT licensing
  • Massively updated RSpec testing to maintain and enforce +90% code coverage
  • Upgraded Bootstrap to version 4.5
  • Updated Docker startup to automatically migrate and seed databases on install/upgrades
  • Resolved form ID on last_name field on user (Pilot) profiles
  • Refactored Kaminari (pagination) theme configuration
  • Updated rendering of the administration menu
  • Updated README to include upgrading instructions
  • Switched to PaperTrail for auditing
    • Note: This move will destroy previous audits for PIREP approvals,
      and was necessary to fix numerous minor glitches in audits moving forward

Initial Release

09 May 23:26
cc55fae
Compare
Choose a tag to compare
Update publish.yml (#27)

* Update publish.yml

* Update publish.yml

* bumped sassc

* Fixed packaging issue with sassc

Co-authored-by: Carson Page <[email protected]>