Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten Pressure Change Message #423

Closed
AndyTWF opened this issue Feb 7, 2022 · 1 comment · Fixed by #424
Closed

Shorten Pressure Change Message #423

AndyTWF opened this issue Feb 7, 2022 · 1 comment · Fixed by #424
Labels
a11y A change to improve accessibility released

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Feb 7, 2022

Shorten to the following to make it easier to find the numbers:

"EGBB QNH(QFE) now 1023(1012), was 1024(1013)"

return "Pressure change at " + airfield + ". QNH was " + this->QnhBefore() + ", now " + this->QnhAfter() +

@AndyTWF AndyTWF added the a11y A change to improve accessibility label Feb 7, 2022
AndyTWF added a commit to AndyTWF/uk-controller-plugin that referenced this issue Feb 7, 2022
This allows users to more quickly identify the important numbers.

Resolve VATSIM-UK#423
AndyTWF added a commit that referenced this issue Feb 10, 2022
* feat(pressure): Make pressure monitor message more brief

This allows users to more quickly identify the important numbers.

Resolve #423

* Fix tests
VATSIMUK pushed a commit that referenced this issue Feb 10, 2022
# [4.2.0](4.1.1...4.2.0) (2022-02-10)

### Features

* **pressure:** Make pressure monitor message more brief ([#424](#424)) ([058be53](058be53)), closes [#423](#423)
* **wake:** Add not applicable to wake calculator display ([#426](#426)) ([6ec1b87](6ec1b87)), closes [#425](#425)
@VATSIMUK
Copy link

🎉 This issue has been resolved in version 4.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y A change to improve accessibility released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants