-
Notifications
You must be signed in to change notification settings - Fork 535
Release 1.11.33 #7988
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
Release 1.11.33 #7988
Conversation
…_holding Updated copyright holding
* Use the dedicated subdomain for the bug report URL by default Signed-off-by: Ben Banfield-Zanin <benbz@element.io> * Rename changelog file. --------- Signed-off-by: Ben Banfield-Zanin <benbz@element.io>
Currently translated at 100.0% (2430 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
Currently translated at 100.0% (2430 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
Currently translated at 99.8% (2427 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
Currently translated at 7.7% (189 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/vls/
Currently translated at 99.9% (2428 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
Currently translated at 15.8% (384 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/enm/
Currently translated at 100.0% (2430 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
Currently translated at 100.0% (2430 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
Currently translated at 99.9% (2428 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
Currently translated at 87.9% (2138 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/es/
Currently translated at 100.0% (51 of 51 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/de/
Currently translated at 61.0% (1484 of 2430 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ko/
Currently translated at 100.0% (8 of 8 strings) Translation: Element iOS/Element iOS (Dialogs) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/de/
Currently translated at 100.0% (51 of 51 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/ko/
Translations update from Element Translations
…ios-dialogs Translations update from Element Translations
…ios-push Translations update from Element Translations
Translations from Weblate
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/1.11.33/master #7988 +/- ##
=========================================================
Coverage ? 16.96%
=========================================================
Files ? 1766
Lines ? 122112
Branches ? 49184
=========================================================
Hits ? 20719
Misses ? 100717
Partials ? 676
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Same failing UI tests as always. |
This PR prepares the release of Element v1.11.33.
Notes:
release/1.11.33/master, which has been cut frommaster.Podfile, but not the corresponding changes toPodfile.lock, aspod installhasn't yet been run.This is because the
Podfiletargets future versions of dependencies yet to be released, sopod installwouldn't be able to find them yet.release:finishthatpod updatewill be run -- updating thePodfile.lockto use the now officially released dependencies -- before ultimately merging
release/1.11.33/masterintomasterto tag the release.➡️ Once this PR is merged, you will need to first ensure that the products this one depends on are fully released,
then run
bundle exec rake release:finishto close this release.💡 If you want to review only the changes made since the release branch was cut from
develop,you can check those here