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

Releases: matrix-org/matrix-react-sdk

v0.9.5-rc.1

15 Jun 16:17
Compare
Choose a tag to compare
v0.9.5-rc.1 Pre-release
Pre-release

Full Changelog

  • Groundwork for tests including a teamserver login
    #1098
  • Show a spinner when accepting an invite and waitingForRoom
    #1100
  • Display a spinner until new room object after join success
    #1099
  • Luke/attempt fix peeking regression
    #1097
  • Show correct text in set email password dialog (2)
    #1096
  • Don't create a guest login if user went to /login
    #1092
  • Give password confirmation correct title, description
    #1095
  • Make enter submit change password form
    #1094
  • When not specified, remove roomAlias state in RoomViewStore
    #1093
  • Update from Weblate.
    #1091
  • Fixed pagination infinite loop caused by long messages
    #1045
  • Clear persistent storage on login and logout
    #1085
  • DM guessing: prefer oldest joined member
    #1087
  • Ask for email address after setting password for the first time
    #1090
  • i18n for setting password flow
    #1089
  • remove mx_filterFlipColor from verified e2e icon so its not purple :/
    #1088
  • width and height must be int otherwise synapse cries
    #1083
  • remove RoomViewStore listener from MatrixChat on unmount
    #1084
  • Add script to copy translations between files
    #1082
  • Only process user_directory response if it's for the current query
    #1081
  • Fix regressions with starting a 1-1.
    #1080
  • allow forcing of TURN
    #1079
  • Remove a bunch of dead code from react-sdk
    #1077
  • Improve error logging/reporting in megolm import/export
    #1061
  • Delinting
    #1064
  • Show reason for a call hanging up unexpectedly.
    #1071
  • Add reason for ban in room settings
    #1072
  • adds mx_filterFlipColor so that the dark theme will invert this image
    #1070

v0.9.4

14 Jun 10:17
Compare
Choose a tag to compare

Full Changelog

  • Ask for email address after setting password for the first time
    #1090
  • DM guessing: prefer oldest joined member
    #1087
  • More translations

v0.9.3

12 Jun 14:50
Compare
Choose a tag to compare

Full Changelog

  • Add more translations & fix some existing ones

v0.9.3-rc.2

09 Jun 21:13
Compare
Choose a tag to compare
v0.9.3-rc.2 Pre-release
Pre-release

Full Changelog

  • Fix flux dependency
  • Fix translations on conference call bar

v0.9.2

06 Jun 16:40
Compare
Choose a tag to compare

Full Changelog

  • Hotfix: Allow password reset when logged in
    #1044

v0.9.1

02 Jun 21:39
Compare
Choose a tag to compare

Full Changelog

  • Update from Weblate.
    #1012
  • typo, missing import and mis-casing
    #1014
  • Update from Weblate.
    #1010

v0.9.0

02 Jun 13:23
Compare
Choose a tag to compare

Full Changelog

  • sync pt with pt_BR
    #1009
  • Update from Weblate.
    #1008
  • Update from Weblate.
    #1003
  • allow hiding redactions, restoring old behaviour
    #1004
  • Add missing translations
    #1005

v0.9.0-rc.2

02 Jun 00:14
Compare
Choose a tag to compare
v0.9.0-rc.2 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #1002
  • webrtc config electron
    #850
  • enable useCompactLayout user setting an add a class when it's enabled
    #986
  • Update from Weblate.
    #987
  • Translation fixes for everything but src/components
    #990
  • Fix tests
    #1001
  • Fix tests for PR #989
    #999
  • Revert "Revert "add labels to language picker""
    #1000
  • maybe fixxy [Electron] external thing?
    #997
  • travisci: Don't run the riot-web tests if the react-sdk tests fail
    #992
  • Support 12hr time on DateSeparator
    #991
  • Revert "add labels to language picker"
    #994
  • Call MatrixClient.clearStores on logout
    #983
  • Matthew/room avatar event
    #988
  • add labels to language picker
    #989
  • Update from Weblate.
    #981

v0.9.0-rc.1

01 Jun 01:15
Compare
Choose a tag to compare
v0.9.0-rc.1 Pre-release
Pre-release

Full Changelog

  • Fix rare case where presence duration is undefined
    #982
  • add concept of platform handling loudNotifications (bings/pings/whatHaveYou)
    #985
  • Fixes to i18n code
    #984
  • Update from Weblate.
    #978
  • Add partial support for RTL languages
    #955
  • Added two strings to translate
    #975
  • Update from Weblate.
    #976
  • Update from Weblate.
    #974
  • Initial Electron Settings - for Auto Launch
    #920
  • Fix missing string in the room settings
    #973
  • fix error in i18n string
    #972
  • Update from Weblate.
    #970
  • Support 12hr time in full date
    #971
  • Add _tJsx()
    #968
  • Update from Weblate.
    #966
  • Remove space between time and AM/PM
    #969
  • Piwik Analytics
    #948
  • Update from Weblate.
    #965
  • Improve ChatInviteDialog perf by ditching fuse, using indexOf and
    lastActiveTs()
    #960
  • Say "X removed the room name" instead of showing nothing
    #958
  • roomview/roomheader fixes
    #959
  • Update from Weblate.
    #953
  • fix i18n in a situation where navigator.languages=[]
    #956
  • t_ -> _t fix typo
    #957
  • Change redact -> remove for clarity
    #831
  • Update from Weblate.
    #950
  • fix mis-linting - missed it in code review :(
    #952
  • i18n fixes
    #951
  • Message Forwarding
    #812
  • don't focus_composer on window focus
    #944
  • Fix element-hq/element-web#4042
    #947
  • import _t, drop two unused imports
    #946
  • Fix punctuation in TextForEvent to be i18n'd consistently
    #945
  • actually wire up alwaysShowTimestamps
    #940
  • Update from Weblate.
    #943
  • Update from Weblate.
    #942
  • Update from Weblate.
    #941
  • Update from Weblate.
    #938
  • Fix PM being AM
    #939
  • pass call state through dispatcher, for poor electron
    #918
  • Translations!
    #934
  • Remove suffix and prefix from login input username
    #906
  • Kierangould/12hourtimestamp
    #903
  • Don't include src in the test resolve root
    #931
  • Make the linked versions open a new tab, turt2live complained :P
    #910
  • Fix lint errors in SlashCommands
    #919
  • autoFocus input box
    #911
  • Make travis test against riot-web new-guest-access
    #917
  • Add right-branch logic to travis test script
    #916
  • Group e2e keys into blocks of 4 characters
    #914
  • Factor out DeviceVerifyDialog
    #913
  • Fix 'missing page_type' error
    #909
  • code style update
    #904

v0.8.9

22 May 10:37
Compare
Choose a tag to compare

Full Changelog

  • No changes