Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

v0.8.7-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dbkr dbkr released this 07 Apr 16:10
· 44606 commits to master since this release

Full Changelog

  • Add support for using indexeddb in a webworker
    #792
  • Fix infinite pagination/glitches with pagination
    #795
  • Fix issue where teamTokenMap was ignored for guests
    #793
  • Click emote sender -> insert display name into composer
    #791
  • Fix scroll token selection logic
    #785
  • Replace sdkReady with firstSyncPromise, add mx_last_room_id
    #790
  • Change "Unread messages." to "Jump to first unread message."
    #789
  • Update for new IndexedDBStore interface
    #786
  • Add <ol start="..."> to allowed attributes list
    #787
  • Fix the onFinished for timeline pos dialog
    #784
  • Only join a room when enter is hit if the join button is shown
    #776
  • Remove non-functional session load error
    #783
  • Use Login & Register via component interface
    #782
  • Attempt to fix the flakyness seen with tests
    #781
  • Remove React warning
    #780
  • Only clear the local notification count if needed
    #779
  • Don't re-notify about messages on browser refresh
    #777
  • Improve zeroing of RoomList notification badges
    #775
  • Fix VOIP bar hidden on first render of RoomStatusBar
    #774
  • Correct confirm prompt for disinvite
    #772
  • Add state loggingIn to MatrixChat to fix flashing login
    #773
  • Fix bug where you can't invite a valid address
    #771
  • Fix people section DropTarget and refactor Rooms
    #761
  • Read Receipt offset
    #770
  • Support adding phone numbers in UserSettings
    #756
  • Prevent crash on login of no guest session
    #769
  • Add canResetTimeline callback and thread it through to TimelinePanel
    #768
  • Show spinner whilst processing recaptcha response
    #767
  • Login / registration with phone number, mark 2
    #750
  • Display threepids slightly prettier
    #758
  • Fix extraneous leading space in sent emotes
    #764
  • Add ConfirmRedactDialog component
    #763
  • Fix password UI auth test
    #760
  • Display timestamps and profiles for redacted events
    #759
  • Fix UDD for voip in e2e rooms
    #757
  • Add "Export E2E keys" option to logout dialog
    #755
  • Fix People section a bit
    #754
  • Do routing to /register _onLoadCompleted
    #753
  • Double UNPAGINATION_PADDING again
    #747
  • Add null check to start_login
    #751
  • Merge the two RoomTile context menus into one
    #746
  • Fix import for Lifecycle
    #748
  • Make UDD appear when UDE on uploading a file
    #745
  • Decide on which screen to show after login in one place
    #743
  • Add onClick to permalinks to route within Riot
    #744
  • Add support for pasting files into the text box
    #605
  • Show message redactions as black event tiles
    #739
  • Allow user to choose from existing DMs on new chat
    #736
  • Fix the team server registration
    #741
  • Clarify "No devices" message
    #740
  • Change timestamp permalinks to matrix.to
    #735
  • Fix resend bar and "send anyway" in UDD
    #734
  • Make COLOR_REGEX stricter
    #737
  • Port registration over to use InteractiveAuth
    #729
  • Test to see how fuse feels
    #732
  • Submit a new display name on blur of input field
    #733
  • Allow [bf]g colors for style attrib
    #610
  • MELS: either expanded or summary, not both
    #683
  • Autoplay videos and GIFs if enabled by the user.
    #730
  • Warn users about using e2e for the first time
    #731
  • Show UDDialog on UDE during VoIP calls
    #721
  • Notify MatrixChat of teamToken after login
    #726
  • Fix a couple of issues with RRs
    #727
  • Do not push a dummy element with a scroll token for invisible events
    #718
  • MELS: check scroll on load + use mels-1,-2,... key
    #715
  • Fix message composer placeholders
    #723
  • Clarify non-e2e vs. e2e /w composers placeholder
    #720
  • Fix status bar expanded on tab-complete
    #722
  • add .editorconfig
    #713
  • Change the name of the database
    #719
  • Allow setting the default HS from the query parameter
    #716
  • first cut of improving UX for deleting devices.
    #717
  • Fix block quotes all being on a single line
    #711
  • Support reasons for kick / ban
    #710
  • Show when you've been kicked or banned
    #709
  • Add a 'Clear Cache' button
    #708
  • Update the room view on room name change
    #707
  • Add a button to un-ban users in RoomSettings
    #698
  • Use IndexedDBStore from the JS-SDK
    #687
  • Make UserSettings use the right teamToken
    #706
  • If the home page is somehow accessed, goto directory
    #705
  • Display avatar initials in typing notifications
    #699
  • fix eslint's no-invalid-this rule for class properties
    #703
  • If a referrer hasn't been specified, use empty string
    #701
  • Don't force-logout the user if reading localstorage fails
    #700
  • Convert some missed buttons to AccessibleButton
    #697
  • Make ban either ban or unban
    #696
  • Add confirmation dialog to kick/ban buttons
    #694
  • Fix typo with Scalar popup
    #695
  • Treat the literal team token string "undefined" as undefined
    #693
  • Store retrieved sid in the signupInstance of EmailIdentityStage
    #692
  • Split out InterActiveAuthDialog
    #691
  • View /home on registered /w team
    #689
  • Instead of sending userId, userEmail, send sid, client_secret
    #688
  • Enable branded URLs again by parsing the path client-side
    #686
  • Use new method of getting team icon
    #680
  • Persist query parameter team token across refreshes
    #685
  • Thread teamToken through to LeftPanel for "Home" button
    #684
  • Fix typing notif and status bar
    #682
  • Consider emails ending in matrix.org as a uni email
    #681
  • Set referrer qp in nextLink
    #679
  • Do not set team_token if not returned by RTS on login
    #678
  • Get team_token from the RTS on login
    #676
  • Quick and dirty support for custom welcome pages
    #550
  • RTS Welcome Pages
    #666
  • Logging to try to track down riot-web#3148
    #677