14 KiB
14 KiB
Changes in 0.7.4-r1 (2016-08-12)
- Update to matrix-react-sdk 0.6.4-r1 to fix inviting multiple people
Changes in 0.7.4 (2016-08-11)
- Don't show border on composer when not in RTE mode #1954
- Wmwragg/room tag menu #1941
- Don't redirect to mobile app if verifying 3pid #1951
- Make sure that we clear localstorage before all tests #1950
- Basic CSS for multi-invite dialog #1942
- More tests for the loading process: #1947
- Support for refactored login token handling #1946
- Various fixes and improvements to emojification. #1935
- More app-loading tests #1938
- Some tests of the application load process #1936
- Add 'enable labs' setting to sample config #1930
- Matthew/scalar #1928
- Fix unit tests #1929
- Wmwragg/mute mention state fix #1926
- CSS for deactivate account dialog #1919
- Wmwragg/mention state menu #1900
- Fix UnknownBody styling for #1901 #1913
- Exclude olm from the webpack #1914
- Wmwragg/button updates #1912
- Wmwragg/button updates #1828
- CSS for device management UI #1909
- Fix a warning from RoomSubList #1908
- Fix notifications warning layout #1907
- Remove relayoutOnUpdate prop on gemini-scrollbar #1883
- Bump dependency versions #1842
- Wmwragg/mention state indicator round 2 #1835
- Wmwragg/spinner fix #1822
- Wmwragg/mention state indicator #1823
- Revert "Presentation for inline link" #1809
- Wmwragg/modal restyle #1806
- Presentation for inline link #1799
- CSS for offline user colours #1798
- Wmwragg/typography updates #1776
- webpack: always use the olm from vector-web #1766
- feat: large emoji support #1718
- Autocomplete #1717
- #1664 Set a maximum height for codeblocks #1670
- CSS for device blocking #1688
- Fix joining rooms by typing the alias #1685
- Add ability to delete an alias from room directory #1680
- package.json: add olm as optionalDependency #1678
- Another go at enabling olm on vector.im/develop #1675
- CSS for unverify button #1661
- CSS fix for rooms with crypto enabled #1660
- Karma: fix warning by ignoring olm #1652
- Update for react-sdk dbkr/fix_peeking branch #1639
- Update README.md #1641
- Fix karma tests #1643
- Rich Text Editor #1553
- Fix RoomDirectory to join by alias whenever possible. #1615
- Make the config optional #1612
- CSS support for device verification #1610
- Don't use SdkConfig #1609
- serve config.json statically instead of bundling it #1516
Changes in 0.7.3 (2016-06-03)
- Update to react-sdk 0.6.3
Changes in 0.7.2 (2016-06-02)
- Correctly bump the dep on new matrix-js-sdk and matrix-react-sdk
Changes in 0.7.1 (2016-06-02)
- Fix accidentally committed local changes to the default config.json (doh!)
Changes in 0.7.0 (2016-06-02)
- Update to matrix-react-sdk 0.6.0 - see changelog
- Style selection color. #1557
- Fix NPE when loading the Settings page which infini-spinnered #1518
- Add option to enable email notifications #1469
Changes in 0.6.1 (2016-04-22)
- Update to matrix-react-sdk 0.5.2 - see changelog
- Don't relayout scrollpanels every time something changes #1438
- Include react-addons-perf for non-production builds #1431
Changes in 0.6.0 (2016-04-19)
- Matthew/design tweaks #1402
- Improve handling of notification rules we can't parse #1399
- Do less mangling of jenkins builds #1391
- Start Notifications component refactor #1386
- make the UI fadable to help with decluttering #1376
- Get and display a user's pushers in settings #1374
- URL previewing support #1343
- 😄 Emoji autocomplete and unicode emoji to image conversion using emojione. #1332
- Show full-size avatar on MemberInfo avatar click #1340
- Numerous other changes via matrix-react-sdk 0.5.1
Changes in 0.5.0 (2016-03-30)
- Prettier, animated placeholder :D #1292 (Disabled for now due to high CPU usage)
- RoomDirectory: use SimpleRoomHeader instead of RoomHeader #1307
- Tell webpack not to parse the highlight.js languages #1277
- CSS for https://github.com/matrix-org/matrix-react-sdk/pull/247 #1249
- URI-decode the hash-fragment #1254
Changes in 0.4.1 (2016-03-23)
- Update to matrix-react-sdk 0.3.1; see https://github.com/matrix-org/matrix-react-sdk/blob/v0.3.1/CHANGELOG.md (Disables debug logging)
Changes in 0.4.0 (2016-03-23)
- Update to matrix-react-sdk 0.3.0; see https://github.com/matrix-org/matrix-react-sdk/blob/master/CHANGELOG.md
Other changes
- permalink button #1232
- make senderprofiles clickable #1191
- fix notif spam when logging in from a guest session by correctly logging out first. #1180
- use new start_login_from_guest dispatch for cancellable logins from guest accounts #1165
- Use then() chaining rather than manual callbacks #1171
- Remove trailing whitespace #1163
- Update the actions of default rules instead of overriding. #1037
- Update README to include
npm install
in react-sdk #1137
Changes in vector v0.3.0 (2016-03-11)
- Lots of new bug fixes and updates
Changes in vector v0.2.0 (2016-02-24)
- Refactor of matrix-react-sdk and vector to remove separation between views and controllers
- Temporarily break the layering abstraction between vector and matrix-react-sdk for expedience in developing vector.
- Vast numbers of new features, including read receipts, read-up-to markers, updated look and feel, search, new room and user settings, and email invites.
Changes in vector v0.1.2 (2015-10-28)
- Support Room Avatars
- Fullscreen video calls
- Mute mic in VoIP calls
- Fix bug with multiple desktop notifications
- Context menu on messages
- Better hover-over on member list
- Support CAS auth
- Many other bug fixes
Changes in vector v0.1.1 (2015-08-10)
- Support logging in with an email address
- Use the Vector identity server
- Fix a bug where the client was not stopped properly on logout
- Fix bugs where field values would be forgotten if login or registration failed
- Improve URL bar navigation
- Add explanatory help text on advanced server options
- Fix a bug which caused execptions on malformed VoIP invitations
- Remove superfluous scrollbars on Firefox
- Numerous CSS fixes
- Improved accessibility
- Support command-click / middle click to open image in a new tab
- Improved room directory
- Fix display of text with many combining unicode points
Changes in vector v0.1.0 (2015-08-10)
Initial release