-
Notifications
You must be signed in to change notification settings - Fork 138
VPN-7324: 2.33 addon messages #10856
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of nits/questions. I can't say that I'm a fan of this style of messaging for release notes.
What is the timing of the v2.33 release? How much time do we have for localization? That's an unexpected amount of content for this type of message.
|
|
||
| 233updateMessage: | ||
| bullet1: | ||
| value: "[all] Finish transitioning subscription management to the Mozilla Accounts website." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| value: "[all] Finish transitioning subscription management to the Mozilla Accounts website." | |
| value: "[all] Finish transitioning subscription management to the Mozilla accounts website." |
Did you mean "Finished"? "Finish" sounds like a plan, not a release note. Also, accounts always lowercase.
| value: "[all] Finish transitioning subscription management to the Mozilla Accounts website." | ||
| comment: Bullet point with a specific update in 2.33. Should have tag that indicates it applies to all platforms. | ||
| bullet2: | ||
| value: "[all] Added regular key rotation, improving security in the event of extreme, unexpected situations." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extreme, unexpected situations sounds unnecessarily ominous. What are those?
| value: "[Windows, macOS, Linux] In a rare situation, the status icon wasn’t updating. We dug in deep, and it should again work for everyone." | ||
| comment: Bullet point with a specific update in 2.33. Should have tag that indicates it applies to the 3 desktop platforms. | ||
| bullet6: | ||
| value: "[Linux] If your distro ships with that latest Qt 6.10, builds from scratch may have had issues. They no longer should." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems relevant for an extremely small number of users? Will they even see the update message if they build their own?
Description
Moving towards giving more descriptive update and what's new messages. It's possible some of these features won't make it, and we'll hold the bullet point for the following release.
Reference
VPN-7324
Checklist