mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
changelog, authors and contributing files
This commit is contained in:
parent
a45785fe1a
commit
a9fc47efd7
3 changed files with 29 additions and 0 deletions
9
AUTHORS.rst
Normal file
9
AUTHORS.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
Vector is written mainly by the Vector team, building upon the Matrix React
|
||||
SDK. Vector also welcomes external contributions. Third party contributors
|
||||
include:
|
||||
|
||||
* Nolan Darilek (https://github.com/ndarilek)
|
||||
Accessibility and semantic markup contributions
|
||||
|
||||
* https://github.com/neko259
|
||||
Improved scrollbar CSS
|
16
CHANGES.rst
Normal file
16
CHANGES.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
Changes in vector v0.1.0 (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
|
4
CONTRIBUTING.rst
Normal file
4
CONTRIBUTING.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
Contributing code to Vector
|
||||
===========================
|
||||
|
||||
Vector follows the same pattern as https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst
|
Loading…
Reference in a new issue