Skip to content

Releases: Vatsim-Scandinavia/controlcenter

v4.3.3

21 Oct 16:53
1c1857b
Compare
Choose a tag to compare

4.3.3 (2023-10-21)

Bug Fixes

  • deps: update dependency sass to v1.69.4 (#672) (5f9f35f)
  • deps: update dependency vite to v4.5.0 (#673) (b777960)
  • deps: update dependency vue to v3.3.6 (#677) (498f3e3)
  • sort sent/archived tasks with closed first (1f392da), closes #675
  • update atc hours database error (0ce09f4), closes #674

v4.3.2

14 Oct 10:30
52455d5
Compare
Choose a tag to compare

4.3.2 (2023-10-14)

Bug Fixes

  • check controller sending email to all (fec85e2)

v4.3.1

14 Oct 08:33
291c992
Compare
Choose a tag to compare

4.3.1 (2023-10-14)

Bug Fixes

  • added missing training activity comment (e52b184)
  • added optional label on feedback form (75b8d52)
  • check online controllers errors (fbb735e)
  • typo in endorsement emails (4742a88)

v4.3.0

13 Oct 21:17
2072619
Compare
Choose a tag to compare

4.3.0 (2023-10-13)

Features

Bug Fixes

  • deps: update dependency hisorange/browser-detect to v5 (#662) (413fe30)
  • deps: update dependency laravel-vite-plugin to v0.8.1 (#645) (2ba8a2f)
  • deps: update dependency laravel/framework to v10.28.0 (#659) (c9b02ec)
  • deps: update dependency sass to v1.69.2 (#650) (317c282)
  • deps: update dependency sass to v1.69.3 (#666) (b043732)
  • deps: update dependency sentry/sentry-laravel to v3.8.2 (#667) (1480a81)
  • deps: update dependency vite to v4.4.11 (#646) (129d667)
  • null catching in uri for controller check cron (06c5776), closes #644

Miscellaneous Chores

  • composer update (7a5bc61)
  • deps: update actions/checkout action to v4 (#651) (64fbaec)
  • deps: update dependency laravel/pint to v1.13.3 (#633) (bc43db0)
  • deps: update dependency nunomaduro/collision to v7.10.0 (#665) (77cec18)
  • deps: update dependency phpunit/phpunit to v10.4.1 (#647) (39b5068)
  • deps: update docker.io/library/mariadb docker tag to v11 (#652) (b802872)
  • deps: update docker.io/library/php docker tag to v8.2.11 (#587) (40bb717)
  • deps: update docker.io/library/redis docker tag to v7 (#653) (d7ff229)
  • deps: update docker/build-push-action action to v5 (#654) (c6504c2)
  • deps: update docker/login-action action to v3 (#655) (4049dc9)
  • deps: update docker/metadata-action action to v5 (#656) (57aba6a)
  • deps: update docker/setup-buildx-action action to v3 (#660) (a3933fa)
  • deps: update mlocati/php-extension-installer docker tag to v2.1.55 (#605) (c6afcd8)
  • deps: update mlocati/php-extension-installer docker tag to v2.1.58 (#657) (a5b7b60)
  • deps: update node.js to v20.8.0 (#648) (2927412)
  • npm updates (cf9cc9e)
  • upgrade to laravel 10 (#638) (55a14dc)
  • version bump (1d0a2a1)

v4.2.3

04 Oct 07:53
Compare
Choose a tag to compare
  • Fixed incorrect version number displaying on dashboard

v4.2.2

04 Oct 07:33
Compare
Choose a tag to compare
  • Fixed that cron/version warnings only display to admins

v4.2.1

04 Oct 07:20
Compare
Choose a tag to compare
  • Fixed errors on update checker
  • Fixed last cron variable names and default variables

v4.2.0

03 Oct 20:16
Compare
Choose a tag to compare
  • Added theming documentation and fixes. You may now style CC to fit your own colors.
  • Added a new member list that is based on VATSIM API data instead
  • Added information on who created a training request in training activity. Valid for new requests from now on.
  • Added link to VATSIM stats from profile page
  • Added a setting to allow inactive controlling. This will make the inactivity email tell the controllers if they're still allowed or not. Also the position checker will not send out warnings if logged in as inactive on the network.
  • Added an alert if cron jobs don't run as intended, usually due to a misconfiguration
  • Added update notifications if a new version is available
  • Added a new docker-compose file for development including database and redis
  • Fixed User API returning user's trainings now only returning values instead of occasional key=>value relationships.
  • Fixed a better sorting of endorsements page to display the most important first
  • Fixed table filters triggering search in topbar
  • Fixed visual bug in creating training endorsements
  • Updated docs with instructions on how to update and area columns
  • Cleaned up a lot of code and workarounds

Note
New environment variable is available VATSIM_API_TOKEN for the member list. Make sure you add this to your configuration.

v4.1.0

24 Sep 13:20
1250631
Compare
Choose a tag to compare
  • Added new /api/users endpoint which deprecates the old endpoints
  • Added a ATC Active checkmark for visiting controllers
  • Added trusted proxy configuration for docker environments
  • Added optional user field in update:member:data command
  • Updated frontend from Vite to Vue 3 and removed jQuery where possible
  • Updated training closures to no longer required passed exam to grant endorsements automatically
  • Updated markdown text editor, hopefully resolved some previous stability issues
  • Fixed an issue where training remaks from applications went blank
  • Fixed OAuth token returning error when invalid
  • Fixed so suspended users log out automatically
  • Fixed the apply button not being full width in all contexts
  • Fixed so mentors filling out one-time-link reports are redirected to report overview instead of dashboard
  • Dependency updates

v4.0.7

27 Aug 07:04
e4e8dd1
Compare
Choose a tag to compare
  • Fixed refresh tokens not refreshing properly - if user did not login within token expire, CC would not be able to fetch new data nightly anymore. Highly recommended to update to fix this
  • Fixed timestamps that were not in UTC
  • Fixed broken vote creation
  • Fixed test build in Github actions.
  • Fixed some typos
  • Dependency updates

Documentation is also updated to support Handover v3.0