From 562a1d8836c311832406ee322b14b26907e84e6e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 9 Feb 2016 18:10:57 +0000 Subject: [PATCH 1/3] USE DEVELOP! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a15917a475..7bf2bea30b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Vector/Web Vector is a Matrix web client built using the Matrix React SDK (https://github.com/matrix-org/matrix-react-sdk). +## Currently the master branch of Vector is very stale. Please use the develop branch. + Getting started =============== From a69c63cc60c0ee6e05db0d6d5c7f3d033c6c8b5b Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 24 Feb 2016 14:25:34 +0000 Subject: [PATCH 2/3] Master is no longer stale. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 16d4b056e0..48142bcca1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Vector/Web Vector is a Matrix web client built using the Matrix React SDK (https://github.com/matrix-org/matrix-react-sdk). -## Currently the master branch of Vector is very stale. Please use the develop branch. - Getting started =============== From 49525f22c2dad03d17d80578256d6703f61db1e5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 25 Feb 2016 12:10:30 +0000 Subject: [PATCH 3/3] Changelog --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d15c9d8ed8..921c97f9a1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Changes in vector v0.1.2 (2016-02-24) +====================================== + * Refactor of matrix-react-sdk and vector to remove separation between views and + controllers + * Very significant features, including read receipts, read-up-to markers, + updated look and feel, new room and user settings, and email invites. + Changes in vector v0.1.2 (2015-10-28) ====================================== * Support Room Avatars