mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Prepare changelog for v0.3.0
This commit is contained in:
parent
fb3a471d77
commit
0a71fe6da3
82
CHANGES.rst
82
CHANGES.rst
@ -1,3 +1,85 @@
|
|||||||
|
Changes in [0.3.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.3.0) (2016-03-23)
|
||||||
|
===================================================================================================
|
||||||
|
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.2.0...v0.3.0)
|
||||||
|
|
||||||
|
* Fix off-by-one error in read-marker advancing
|
||||||
|
[\#246](https://github.com/matrix-org/matrix-react-sdk/pull/246)
|
||||||
|
* Another go at fixing the jumpy scroll
|
||||||
|
[\#245](https://github.com/matrix-org/matrix-react-sdk/pull/245)
|
||||||
|
* Move read-marker past our own events when we switch to a room
|
||||||
|
[\#244](https://github.com/matrix-org/matrix-react-sdk/pull/244)
|
||||||
|
* Add better user-facing error messages
|
||||||
|
[\#243](https://github.com/matrix-org/matrix-react-sdk/pull/243)
|
||||||
|
* Make the read-marker less annoying
|
||||||
|
[\#242](https://github.com/matrix-org/matrix-react-sdk/pull/242)
|
||||||
|
* rework roomsettings for new visibility UI
|
||||||
|
[\#241](https://github.com/matrix-org/matrix-react-sdk/pull/241)
|
||||||
|
* Show a spinner when we back-paginate search results
|
||||||
|
[\#236](https://github.com/matrix-org/matrix-react-sdk/pull/236)
|
||||||
|
* Only ignore scroll echoes once
|
||||||
|
[\#237](https://github.com/matrix-org/matrix-react-sdk/pull/237)
|
||||||
|
* Add 'cancel all' option to 'unsent messages' bar
|
||||||
|
[\#238](https://github.com/matrix-org/matrix-react-sdk/pull/238)
|
||||||
|
* Show an error when a direct-to-event link fails
|
||||||
|
[\#239](https://github.com/matrix-org/matrix-react-sdk/pull/239)
|
||||||
|
* if we're not peeking in a room, stop any ongoing peeking
|
||||||
|
[\#234](https://github.com/matrix-org/matrix-react-sdk/pull/234)
|
||||||
|
* linkify vector.im URLs directly into the app, both from HTML and non-HTML
|
||||||
|
messages
|
||||||
|
[\#235](https://github.com/matrix-org/matrix-react-sdk/pull/235)
|
||||||
|
* Use new pendingEventList functionality from matrix-js-sdk
|
||||||
|
[\#231](https://github.com/matrix-org/matrix-react-sdk/pull/231)
|
||||||
|
* Display a warning if a third party invite for a room was sent to an address
|
||||||
|
that is not bound publicly to our account
|
||||||
|
[\#233](https://github.com/matrix-org/matrix-react-sdk/pull/233)
|
||||||
|
* Fix cancelling dialog boxes by clicking on the background
|
||||||
|
[\#232](https://github.com/matrix-org/matrix-react-sdk/pull/232)
|
||||||
|
* fix zero length tab complete so it doesn't fire automatically on empty
|
||||||
|
MessageComposer
|
||||||
|
[\#229](https://github.com/matrix-org/matrix-react-sdk/pull/229)
|
||||||
|
* click on nicks to insert them into the MessageComposer
|
||||||
|
[\#230](https://github.com/matrix-org/matrix-react-sdk/pull/230)
|
||||||
|
* Correctly fix notif spam after logout/login
|
||||||
|
[\#227](https://github.com/matrix-org/matrix-react-sdk/pull/227)
|
||||||
|
* fix last_active_ago timestamps, tab completion ordering, and implement
|
||||||
|
currently_active semantics
|
||||||
|
[\#226](https://github.com/matrix-org/matrix-react-sdk/pull/226)
|
||||||
|
* make MemberTiles actually update in realtime
|
||||||
|
[\#222](https://github.com/matrix-org/matrix-react-sdk/pull/222)
|
||||||
|
* Bring up MemberInfo on avatar click in EventTile
|
||||||
|
[\#225](https://github.com/matrix-org/matrix-react-sdk/pull/225)
|
||||||
|
* Make getCurrent[H|I]SUrl honour the state setting that comes from the url
|
||||||
|
bar
|
||||||
|
[\#228](https://github.com/matrix-org/matrix-react-sdk/pull/228)
|
||||||
|
* Poll for email validation once the validation email has been sent
|
||||||
|
[\#223](https://github.com/matrix-org/matrix-react-sdk/pull/223)
|
||||||
|
* Display sync status in favicon and title.
|
||||||
|
[\#221](https://github.com/matrix-org/matrix-react-sdk/pull/221)
|
||||||
|
* grey out roomsettings that you can't edit
|
||||||
|
[\#217](https://github.com/matrix-org/matrix-react-sdk/pull/217)
|
||||||
|
* allow registration and login from guest to be cancellable
|
||||||
|
[\#220](https://github.com/matrix-org/matrix-react-sdk/pull/220)
|
||||||
|
* let registering guests either upgrade or create a new account by spec…
|
||||||
|
[\#219](https://github.com/matrix-org/matrix-react-sdk/pull/219)
|
||||||
|
* Remove (broken, as it turns out) permission logic from react sdk
|
||||||
|
[\#187](https://github.com/matrix-org/matrix-react-sdk/pull/187)
|
||||||
|
* Bring back lost functionality on login/register/password-reset screens
|
||||||
|
[\#200](https://github.com/matrix-org/matrix-react-sdk/pull/200)
|
||||||
|
* Handle the new Session.logged_out event.
|
||||||
|
[\#218](https://github.com/matrix-org/matrix-react-sdk/pull/218)
|
||||||
|
* hopefully fix https://github.com/vector-im/vector-web/issues/819
|
||||||
|
[\#216](https://github.com/matrix-org/matrix-react-sdk/pull/216)
|
||||||
|
* Adjust the scroll position when the gemini panel is resized
|
||||||
|
[\#215](https://github.com/matrix-org/matrix-react-sdk/pull/215)
|
||||||
|
* Use our fork of react-gemini-scrollbar to fix resize issues
|
||||||
|
[\#214](https://github.com/matrix-org/matrix-react-sdk/pull/214)
|
||||||
|
* Put direct-linked events and search clickthroughs in the middle
|
||||||
|
[\#212](https://github.com/matrix-org/matrix-react-sdk/pull/212)
|
||||||
|
* prettyprint conference joins and parts properly
|
||||||
|
[\#198](https://github.com/matrix-org/matrix-react-sdk/pull/198)
|
||||||
|
* Don't crash on redacted (or otherwise invalid) 3pid invites
|
||||||
|
[\#213](https://github.com/matrix-org/matrix-react-sdk/pull/213)
|
||||||
|
|
||||||
Changes in matrix-react-sdk v0.2.0 (2016-03-11)
|
Changes in matrix-react-sdk v0.2.0 (2016-03-11)
|
||||||
===============================================
|
===============================================
|
||||||
(originally incorrectly released as 0.1.1)
|
(originally incorrectly released as 0.1.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user