From c859c78621ce15ee0cd0d76ece5379e01a3098f6 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 1 Jul 2020 14:31:37 +0100 Subject: [PATCH] Prepare changelog for v1.6.8-rc.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f38e7fb..a13558c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +Changes in [1.6.8-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.8-rc.1) (2020-07-01) +======================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.7...v1.6.8-rc.1) + + * Show expiring toast on completed downloads to prompt user to open + [\#106](https://github.com/vector-im/riot-desktop/pull/106) + * Upgrade to Electron 9.0.5 + [\#107](https://github.com/vector-im/riot-desktop/pull/107) + * Add new spinner labs option to config.json + [\#105](https://github.com/vector-im/riot-desktop/pull/105) + * electron-main: Skip the reindex if we're going to delete the db anyways. + [\#104](https://github.com/vector-im/riot-desktop/pull/104) + * riot-desktop: Bump the required seshat version. + [\#103](https://github.com/vector-im/riot-desktop/pull/103) + * main: Add an event index IPC method to check if a room is being indexed. + [\#100](https://github.com/vector-im/riot-desktop/pull/100) + * electron-main: Add support to set and get the user version. + [\#102](https://github.com/vector-im/riot-desktop/pull/102) + * Upgrade to Electron 9 + [\#94](https://github.com/vector-im/riot-desktop/pull/94) + Changes in [1.6.7](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.7) (2020-06-29) ============================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.6...v1.6.7)