-
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.9.6 #6747
Release 1.9.6 #6747
Conversation
Fix typo in empty state
…t_session Device manager: User sessions overview - Current session section (PSG-670)
…_sample_rate_crash Fix Crash when some opus files are added to a room
…n_logout Fix crash on logout when syncing is currently in progress
Disable unnecessary network breadcrumbs in Sentry
This covers all login and registration options.
Fix login crash on Xcode 14 builds
Add missing source views for iPad.
Only disable the composer if the room is yet to be created.
… into another account
…en side scrolling
…_list_doesn_t_update_after_log_out_and_log_into_another_account New App Layout: fixed rooms list doesn't update after log out and log…
…ity_rooms_titles_obscured_by_bottom_bar_when_side_scrolling New layout: Fixed low priority rooms titles obscured by bottom bar wh…
* Publish suitable view height for user suggestions * Update container view height * Add changelog * Fix user suggestions layout for pre iOS 16
…event_parsing Fix replied event content parsing for nested replies
Codecov ReportBase: 9.98% // Head: 5.79% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/1.9.6/master #6747 +/- ##
========================================================
- Coverage 9.98% 5.79% -4.20%
========================================================
Files 1486 1482 -4
Lines 157045 150543 -6502
Branches 62950 60723 -2227
========================================================
- Hits 15685 8717 -6968
- Misses 140807 141435 +628
+ Partials 553 391 -162
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
📱 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/jznwyp |
This PR prepares the release of Element v1.9.6.
Notes:
release/1.9.6/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.9.6/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