Releases: Vatsim-Scandinavia/controlcenter
Releases · Vatsim-Scandinavia/controlcenter
v4.3.3
4.3.3 (2023-10-21)
Bug Fixes
v4.3.2
v4.3.1
v4.3.0
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
v4.2.2
v4.2.1
v4.2.0
- 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 availableVATSIM_API_TOKEN
for the member list. Make sure you add this to your configuration.
v4.1.0
- 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
- 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