-
Notifications
You must be signed in to change notification settings - Fork 498
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.0 #7643
Release 1.11.0 #7643
Conversation
On Room v11 it is possible that the sender could put in a fake creator. Don't allow this to happen.
- add support for device dehydration v2 i.e. `org.matrix.msc3814` - run dehydration flows after successfully recovering or creating secrets - enable said flows based on .well-known `org.matrix.msc3814` config key - delete previous implementation and helper methods
Device dehydration v2
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
Currently translated at 99.2% (2389 of 2406 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
Currently translated at 85.8% (2066 of 2406 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
Currently translated at 99.4% (2392 of 2406 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
Currently translated at 100.0% (2406 of 2406 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
Currently translated at 62.1% (1499 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/eo/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sk/
Currently translated at 100.0% (2411 of 2411 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
Translations update from Weblate
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/1.11.0/master #7643 +/- ##
========================================================
Coverage ? 12.22%
========================================================
Files ? 1648
Lines ? 163614
Branches ? 67154
========================================================
Hits ? 19999
Misses ? 142970
Partials ? 645
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/orpSbV |
This PR prepares the release of Element v1.11.0.
Notes:
release/1.11.0/master
, which has been cut frommaster
.Podfile
, but not the corresponding changes toPodfile.lock
, aspod install
hasn't yet been run.This is because the
Podfile
targets future versions of dependencies yet to be released, sopod install
wouldn't be able to find them yet.release:finish
thatpod update
will be run -- updating thePodfile.lock
to use the now officially released dependencies -- before ultimately merging
release/1.11.0/master
intomaster
to 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:finish
to 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