2021-08-02 13:58:18 +02:00
|
|
|
Changes in [1.7.34](https://github.com/vector-im/element-desktop/releases/tag/v1.7.34) (2021-07-02)
|
|
|
|
===================================================================================================
|
|
|
|
|
|
|
|
## 🔒 SECURITY FIXES
|
|
|
|
* Sanitize untrusted variables from message previews before translation
|
|
|
|
Fixes vector-im/element-web#18314
|
|
|
|
|
|
|
|
## ✨ Features
|
|
|
|
* Fix editing of `<sub>` & `<sup`> & `<u>`
|
|
|
|
[\#6469](https://github.com/matrix-org/matrix-react-sdk/pull/6469)
|
|
|
|
Fixes vector-im/element-web#18211
|
|
|
|
* Zoom images in lightbox to where the cursor points
|
|
|
|
[\#6418](https://github.com/matrix-org/matrix-react-sdk/pull/6418)
|
|
|
|
Fixes vector-im/element-web#17870
|
|
|
|
* Avoid hitting the settings store from TextForEvent
|
|
|
|
[\#6205](https://github.com/matrix-org/matrix-react-sdk/pull/6205)
|
|
|
|
Fixes vector-im/element-web#17650
|
|
|
|
* Initial MSC3083 + MSC3244 support
|
|
|
|
[\#6212](https://github.com/matrix-org/matrix-react-sdk/pull/6212)
|
|
|
|
Fixes vector-im/element-web#17686 and vector-im/element-web#17661
|
|
|
|
* Navigate to the first room with notifications when clicked on space notification dot
|
|
|
|
[\#5974](https://github.com/matrix-org/matrix-react-sdk/pull/5974)
|
|
|
|
* Add matrix: to the list of permitted URL schemes
|
|
|
|
[\#6388](https://github.com/matrix-org/matrix-react-sdk/pull/6388)
|
|
|
|
* Add "Copy Link" to room context menu
|
|
|
|
[\#6374](https://github.com/matrix-org/matrix-react-sdk/pull/6374)
|
|
|
|
* 💭 Message bubble layout
|
|
|
|
[\#6291](https://github.com/matrix-org/matrix-react-sdk/pull/6291)
|
|
|
|
Fixes vector-im/element-web#4635, vector-im/element-web#17773 vector-im/element-web#16220 and vector-im/element-web#7687
|
|
|
|
* Play only one audio file at a time
|
|
|
|
[\#6417](https://github.com/matrix-org/matrix-react-sdk/pull/6417)
|
|
|
|
Fixes vector-im/element-web#17439
|
|
|
|
* Move download button for media to the action bar
|
|
|
|
[\#6386](https://github.com/matrix-org/matrix-react-sdk/pull/6386)
|
|
|
|
Fixes vector-im/element-web#17943
|
|
|
|
* Improved display of one-to-one call history with summary boxes for each call
|
|
|
|
[\#6121](https://github.com/matrix-org/matrix-react-sdk/pull/6121)
|
|
|
|
Fixes vector-im/element-web#16409
|
|
|
|
* Notification settings UI refresh
|
|
|
|
[\#6352](https://github.com/matrix-org/matrix-react-sdk/pull/6352)
|
|
|
|
Fixes vector-im/element-web#17782
|
|
|
|
* Fix EventIndex double handling events and erroring
|
|
|
|
[\#6385](https://github.com/matrix-org/matrix-react-sdk/pull/6385)
|
|
|
|
Fixes vector-im/element-web#18008
|
|
|
|
* Improve reply rendering
|
|
|
|
[\#3553](https://github.com/matrix-org/matrix-react-sdk/pull/3553)
|
|
|
|
Fixes vector-im/riot-web#9217, vector-im/riot-web#7633, vector-im/riot-web#7530, vector-im/riot-web#7169, vector-im/riot-web#7151, vector-im/riot-web#6692 vector-im/riot-web#6579 and vector-im/element-web#17440
|
|
|
|
|
|
|
|
## 🐛 Bug Fixes
|
|
|
|
* Fix browser history getting stuck looping back to the same room
|
|
|
|
[\#18053](https://github.com/vector-im/element-web/pull/18053)
|
|
|
|
* Fix space shortcuts on layouts with non-English keys in the places of numbers
|
|
|
|
[\#17780](https://github.com/vector-im/element-web/pull/17780)
|
|
|
|
Fixes vector-im/element-web#17776
|
|
|
|
* Fix CreateRoomDialog exploding when making public room outside of a space
|
|
|
|
[\#6493](https://github.com/matrix-org/matrix-react-sdk/pull/6493)
|
|
|
|
* Fix regression where registration would soft-crash on captcha
|
|
|
|
[\#6505](https://github.com/matrix-org/matrix-react-sdk/pull/6505)
|
|
|
|
Fixes vector-im/element-web#18284
|
|
|
|
* only send join rule event if we have a join rule to put in it
|
|
|
|
[\#6517](https://github.com/matrix-org/matrix-react-sdk/pull/6517)
|
|
|
|
* Improve the new download button's discoverability and interactions.
|
|
|
|
[\#6510](https://github.com/matrix-org/matrix-react-sdk/pull/6510)
|
|
|
|
* Fix voice recording UI looking broken while microphone permissions are being requested.
|
|
|
|
[\#6479](https://github.com/matrix-org/matrix-react-sdk/pull/6479)
|
|
|
|
Fixes vector-im/element-web#18223
|
|
|
|
* Match colors of room and user avatars in DMs
|
|
|
|
[\#6393](https://github.com/matrix-org/matrix-react-sdk/pull/6393)
|
|
|
|
Fixes vector-im/element-web#2449
|
|
|
|
* Fix onPaste handler to work with copying files from Finder
|
|
|
|
[\#5389](https://github.com/matrix-org/matrix-react-sdk/pull/5389)
|
|
|
|
Fixes vector-im/element-web#15536 and vector-im/element-web#16255
|
|
|
|
* Fix infinite pagination loop when offline
|
|
|
|
[\#6478](https://github.com/matrix-org/matrix-react-sdk/pull/6478)
|
|
|
|
Fixes vector-im/element-web#18242
|
|
|
|
* Fix blurhash rounded corners missing regression
|
|
|
|
[\#6467](https://github.com/matrix-org/matrix-react-sdk/pull/6467)
|
|
|
|
Fixes vector-im/element-web#18110
|
|
|
|
* Fix position of the space hierarchy spinner
|
|
|
|
[\#6462](https://github.com/matrix-org/matrix-react-sdk/pull/6462)
|
|
|
|
Fixes vector-im/element-web#18182
|
|
|
|
* Fix display of image messages that lack thumbnails
|
|
|
|
[\#6456](https://github.com/matrix-org/matrix-react-sdk/pull/6456)
|
|
|
|
Fixes vector-im/element-web#18175
|
|
|
|
* Fix crash with large audio files.
|
|
|
|
[\#6436](https://github.com/matrix-org/matrix-react-sdk/pull/6436)
|
|
|
|
Fixes vector-im/element-web#18149
|
|
|
|
* Make diff colors in codeblocks more pleasant
|
|
|
|
[\#6355](https://github.com/matrix-org/matrix-react-sdk/pull/6355)
|
|
|
|
Fixes vector-im/element-web#17939
|
|
|
|
* Show the correct audio file duration while loading the file.
|
|
|
|
[\#6435](https://github.com/matrix-org/matrix-react-sdk/pull/6435)
|
|
|
|
Fixes vector-im/element-web#18160
|
|
|
|
* Fix various timeline settings not applying immediately.
|
|
|
|
[\#6261](https://github.com/matrix-org/matrix-react-sdk/pull/6261)
|
|
|
|
Fixes vector-im/element-web#17748
|
|
|
|
* Fix issues with room list duplication
|
|
|
|
[\#6391](https://github.com/matrix-org/matrix-react-sdk/pull/6391)
|
|
|
|
Fixes vector-im/element-web#14508
|
|
|
|
* Fix grecaptcha throwing useless error sometimes
|
|
|
|
[\#6401](https://github.com/matrix-org/matrix-react-sdk/pull/6401)
|
|
|
|
Fixes vector-im/element-web#15142
|
|
|
|
* Update Emojibase and Twemoji and switch to IamCal (Slack-style) shortcodes
|
|
|
|
[\#6347](https://github.com/matrix-org/matrix-react-sdk/pull/6347)
|
|
|
|
Fixes vector-im/element-web#13857 and vector-im/element-web#13334
|
|
|
|
* Respect compound emojis in default avatar initial generation
|
|
|
|
[\#6397](https://github.com/matrix-org/matrix-react-sdk/pull/6397)
|
|
|
|
Fixes vector-im/element-web#18040
|
|
|
|
* Fix bug where the 'other homeserver' field in the server selection dialog would become briefly focus and then unfocus when clicked.
|
|
|
|
[\#6394](https://github.com/matrix-org/matrix-react-sdk/pull/6394)
|
|
|
|
Fixes vector-im/element-web#18031
|
|
|
|
* Standardise spelling and casing of homeserver, identity server, and integration manager
|
|
|
|
[\#6365](https://github.com/matrix-org/matrix-react-sdk/pull/6365)
|
|
|
|
* Fix widgets not receiving decrypted events when they have permission.
|
|
|
|
[\#6371](https://github.com/matrix-org/matrix-react-sdk/pull/6371)
|
|
|
|
Fixes vector-im/element-web#17615
|
|
|
|
* Prevent client hangs when calculating blurhashes
|
|
|
|
[\#6366](https://github.com/matrix-org/matrix-react-sdk/pull/6366)
|
|
|
|
Fixes vector-im/element-web#17945
|
|
|
|
* Exclude state events from widgets reading room events
|
|
|
|
[\#6378](https://github.com/matrix-org/matrix-react-sdk/pull/6378)
|
|
|
|
* Cache feature_spaces\* flags to improve performance
|
|
|
|
[\#6381](https://github.com/matrix-org/matrix-react-sdk/pull/6381)
|
|
|
|
|
2021-07-19 17:40:58 +02:00
|
|
|
Changes in [1.7.33](https://github.com/vector-im/element-desktop/releases/tag/v1.7.33) (2021-07-19)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.32...v1.7.33)
|
|
|
|
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#232](https://github.com/vector-im/element-desktop/pull/232)
|
|
|
|
* Add VS Code to gitignore
|
|
|
|
[\#231](https://github.com/vector-im/element-desktop/pull/231)
|
|
|
|
* Use the target-specific build dir for sqlcipher / openssl
|
|
|
|
[\#230](https://github.com/vector-im/element-desktop/pull/230)
|
|
|
|
* Fix not specifying a target
|
|
|
|
[\#229](https://github.com/vector-im/element-desktop/pull/229)
|
|
|
|
* Do not generate a lockfile when running in CI
|
|
|
|
[\#227](https://github.com/vector-im/element-desktop/pull/227)
|
|
|
|
* Use double quotes in readme
|
|
|
|
[\#228](https://github.com/vector-im/element-desktop/pull/228)
|
|
|
|
* Support universal builds
|
|
|
|
[\#226](https://github.com/vector-im/element-desktop/pull/226)
|
|
|
|
* Check target with rustc directly
|
|
|
|
[\#225](https://github.com/vector-im/element-desktop/pull/225)
|
|
|
|
|
2021-07-05 17:55:19 +02:00
|
|
|
Changes in [1.7.32](https://github.com/vector-im/element-desktop/releases/tag/v1.7.32) (2021-07-05)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.31...v1.7.32)
|
|
|
|
|
|
|
|
* Fix the build: make the rootDir correct
|
|
|
|
[\#224](https://github.com/vector-im/element-desktop/pull/224)
|
|
|
|
* Fix i18n in Element Desktop
|
|
|
|
[\#223](https://github.com/vector-im/element-desktop/pull/223)
|
|
|
|
* Convert preload.js to Typescript so that it gets copied to `lib`
|
|
|
|
[\#222](https://github.com/vector-im/element-desktop/pull/222)
|
|
|
|
* Bundle the `lib` dir now, not `src`
|
|
|
|
[\#221](https://github.com/vector-im/element-desktop/pull/221)
|
|
|
|
* Initial Typescripting for Element Desktop
|
|
|
|
[\#219](https://github.com/vector-im/element-desktop/pull/219)
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#220](https://github.com/vector-im/element-desktop/pull/220)
|
|
|
|
* Fix Windows target arch in native build
|
|
|
|
[\#218](https://github.com/vector-im/element-desktop/pull/218)
|
|
|
|
* Add libera.chat to default room directory
|
|
|
|
[\#217](https://github.com/vector-im/element-desktop/pull/217)
|
|
|
|
* Add update and native build support for Apple silicon
|
|
|
|
[\#216](https://github.com/vector-im/element-desktop/pull/216)
|
|
|
|
* Add numpad accelerators for zooming
|
|
|
|
[\#203](https://github.com/vector-im/element-desktop/pull/203)
|
|
|
|
* Add warning dialog when custom config.json is invalid
|
|
|
|
[\#201](https://github.com/vector-im/element-desktop/pull/201)
|
|
|
|
* Don't show Quit warning on keyUp residual event
|
|
|
|
[\#215](https://github.com/vector-im/element-desktop/pull/215)
|
|
|
|
* Fix accelerator for save-image-as clashing with copy-link-address
|
|
|
|
[\#213](https://github.com/vector-im/element-desktop/pull/213)
|
|
|
|
|
2021-06-21 18:10:17 +02:00
|
|
|
Changes in [1.7.31](https://github.com/vector-im/element-desktop/releases/tag/v1.7.31) (2021-06-21)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.31-rc.1...v1.7.31)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-06-15 18:35:24 +02:00
|
|
|
Changes in [1.7.31-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.31-rc.1) (2021-06-15)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.30...v1.7.31-rc.1)
|
|
|
|
|
|
|
|
* Upgrade to Electron 12.0.11
|
|
|
|
[\#211](https://github.com/vector-im/element-desktop/pull/211)
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#214](https://github.com/vector-im/element-desktop/pull/214)
|
|
|
|
* Upgrade to Node 14
|
|
|
|
[\#212](https://github.com/vector-im/element-desktop/pull/212)
|
|
|
|
* Bump npm-registry-fetch from 4.0.2 to 4.0.7
|
|
|
|
[\#210](https://github.com/vector-im/element-desktop/pull/210)
|
|
|
|
* Update electron-builder for Node 16 compatibility
|
|
|
|
[\#204](https://github.com/vector-im/element-desktop/pull/204)
|
|
|
|
* Bump hosted-git-info from 2.8.5 to 2.8.9
|
|
|
|
[\#209](https://github.com/vector-im/element-desktop/pull/209)
|
|
|
|
* Bump glob-parent from 5.1.1 to 5.1.2
|
|
|
|
[\#206](https://github.com/vector-im/element-desktop/pull/206)
|
|
|
|
* Bump dot-prop from 4.2.0 to 4.2.1
|
|
|
|
[\#208](https://github.com/vector-im/element-desktop/pull/208)
|
|
|
|
* Bump y18n from 3.2.1 to 3.2.2
|
|
|
|
[\#207](https://github.com/vector-im/element-desktop/pull/207)
|
|
|
|
* Bump normalize-url from 4.5.0 to 4.5.1
|
|
|
|
[\#205](https://github.com/vector-im/element-desktop/pull/205)
|
|
|
|
* Put Preferences menu item in correct location on macOS
|
|
|
|
[\#200](https://github.com/vector-im/element-desktop/pull/200)
|
|
|
|
* Switch zoomIn accelerator to default
|
|
|
|
[\#202](https://github.com/vector-im/element-desktop/pull/202)
|
|
|
|
|
2021-06-07 18:54:24 +02:00
|
|
|
Changes in [1.7.30](https://github.com/vector-im/element-desktop/releases/tag/v1.7.30) (2021-06-07)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.30-rc.1...v1.7.30)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-06-01 17:32:41 +02:00
|
|
|
Changes in [1.7.30-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.30-rc.1) (2021-06-01)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.29...v1.7.30-rc.1)
|
|
|
|
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#199](https://github.com/vector-im/element-desktop/pull/199)
|
|
|
|
* Migrate to `eslint-plugin-matrix-org`
|
|
|
|
[\#197](https://github.com/vector-im/element-desktop/pull/197)
|
|
|
|
* Upgrade to Electron 12.0.9
|
|
|
|
[\#198](https://github.com/vector-im/element-desktop/pull/198)
|
|
|
|
|
2021-05-24 18:49:30 +02:00
|
|
|
Changes in [1.7.29](https://github.com/vector-im/element-desktop/releases/tag/v1.7.29) (2021-05-24)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.29-rc.1...v1.7.29)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-05-19 16:39:33 +02:00
|
|
|
Changes in [1.7.29-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.29-rc.1) (2021-05-19)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.28...v1.7.29-rc.1)
|
|
|
|
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#196](https://github.com/vector-im/element-desktop/pull/196)
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#195](https://github.com/vector-im/element-desktop/pull/195)
|
|
|
|
|
2021-05-17 15:06:35 +02:00
|
|
|
Changes in [1.7.28](https://github.com/vector-im/element-desktop/releases/tag/v1.7.28) (2021-05-17)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.28-rc.1...v1.7.28)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-05-11 18:00:25 +02:00
|
|
|
Changes in [1.7.28-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.28-rc.1) (2021-05-11)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.27...v1.7.28-rc.1)
|
|
|
|
|
|
|
|
* Add Windows native module requirements
|
|
|
|
[\#190](https://github.com/vector-im/element-desktop/pull/190)
|
|
|
|
* Prevent black screen when closing window while in full screen mode on macOS
|
|
|
|
[\#192](https://github.com/vector-im/element-desktop/pull/192)
|
|
|
|
|
2021-05-10 16:39:19 +02:00
|
|
|
Changes in [1.7.27](https://github.com/vector-im/element-desktop/releases/tag/v1.7.27) (2021-05-10)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.27-rc.1...v1.7.27)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-05-04 17:09:59 +02:00
|
|
|
Changes in [1.7.27-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.27-rc.1) (2021-05-04)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.26...v1.7.27-rc.1)
|
|
|
|
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#191](https://github.com/vector-im/element-desktop/pull/191)
|
|
|
|
* Bump ssri from 6.0.1 to 6.0.2
|
|
|
|
[\#187](https://github.com/vector-im/element-desktop/pull/187)
|
|
|
|
* Disables HardwareMediaKeyHandling
|
|
|
|
[\#180](https://github.com/vector-im/element-desktop/pull/180)
|
|
|
|
* Translations update from Weblate
|
|
|
|
[\#189](https://github.com/vector-im/element-desktop/pull/189)
|
|
|
|
* Add internationalisation support
|
|
|
|
[\#188](https://github.com/vector-im/element-desktop/pull/188)
|
|
|
|
* Fix event index passphrase change process
|
|
|
|
[\#186](https://github.com/vector-im/element-desktop/pull/186)
|
|
|
|
|
2021-04-26 19:12:15 +02:00
|
|
|
Changes in [1.7.26](https://github.com/vector-im/element-desktop/releases/tag/v1.7.26) (2021-04-26)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.26-rc.1...v1.7.26)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-04-21 18:48:52 +02:00
|
|
|
Changes in [1.7.26-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.26-rc.1) (2021-04-21)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.25...v1.7.26-rc.1)
|
|
|
|
|
|
|
|
* Remove Debian dependency libappindicator3-1
|
|
|
|
[\#170](https://github.com/vector-im/element-desktop/pull/170)
|
|
|
|
* Fix exit shortcuts for non QWERTY keyboards
|
|
|
|
[\#185](https://github.com/vector-im/element-desktop/pull/185)
|
|
|
|
* Fix using yarn run fetch with a specific version
|
|
|
|
[\#182](https://github.com/vector-im/element-desktop/pull/182)
|
|
|
|
* Switch nightly to not-staging Scalar by default
|
|
|
|
[\#181](https://github.com/vector-im/element-desktop/pull/181)
|
|
|
|
|
2021-04-12 16:35:25 +02:00
|
|
|
Changes in [1.7.25](https://github.com/vector-im/element-desktop/releases/tag/v1.7.25) (2021-04-12)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.25-rc.1...v1.7.25)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-04-07 14:17:54 +02:00
|
|
|
Changes in [1.7.25-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.25-rc.1) (2021-04-07)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.24...v1.7.25-rc.1)
|
|
|
|
|
|
|
|
* Fix disabling spellchecker
|
|
|
|
[\#179](https://github.com/vector-im/element-desktop/pull/179)
|
|
|
|
* Upgrade to Electron 12.0.2
|
|
|
|
[\#178](https://github.com/vector-im/element-desktop/pull/178)
|
|
|
|
* Avoid exit listener to hijack other application shortcuts
|
|
|
|
[\#177](https://github.com/vector-im/element-desktop/pull/177)
|
|
|
|
* Migrate native-node-modules docs to element-desktop
|
|
|
|
[\#176](https://github.com/vector-im/element-desktop/pull/176)
|
|
|
|
* Add prompt to warn before quitting the application
|
|
|
|
[\#173](https://github.com/vector-im/element-desktop/pull/173)
|
|
|
|
* Upgrade to Electron 11.4.1
|
|
|
|
[\#172](https://github.com/vector-im/element-desktop/pull/172)
|
|
|
|
* Fix docker:build:native documentation typo
|
|
|
|
[\#174](https://github.com/vector-im/element-desktop/pull/174)
|
|
|
|
|
2021-03-29 14:49:24 +02:00
|
|
|
Changes in [1.7.24](https://github.com/vector-im/element-desktop/releases/tag/v1.7.24) (2021-03-29)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.24-rc.1...v1.7.24)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-03-25 13:36:14 +01:00
|
|
|
Changes in [1.7.24-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.24-rc.1) (2021-03-25)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.23...v1.7.24-rc.1)
|
|
|
|
|
|
|
|
* No changes since 1.7.23
|
|
|
|
|
2021-03-15 16:05:21 +01:00
|
|
|
Changes in [1.7.23](https://github.com/vector-im/element-desktop/releases/tag/v1.7.23) (2021-03-15)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.23-rc.1...v1.7.23)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-03-11 11:13:05 +01:00
|
|
|
Changes in [1.7.23-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.23-rc.1) (2021-03-11)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.22...v1.7.23-rc.1)
|
|
|
|
|
|
|
|
* Fix disabling spell-checker
|
|
|
|
[\#171](https://github.com/vector-im/element-desktop/pull/171)
|
|
|
|
* Add multi language spell check
|
|
|
|
[\#154](https://github.com/vector-im/element-desktop/pull/154)
|
|
|
|
|
2021-03-01 14:28:10 +01:00
|
|
|
Changes in [1.7.22](https://github.com/vector-im/element-desktop/releases/tag/v1.7.22) (2021-03-01)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.22-rc.1...v1.7.22)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-02-24 18:44:10 +01:00
|
|
|
Changes in [1.7.22-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.22-rc.1) (2021-02-24)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.21...v1.7.22-rc.1)
|
|
|
|
|
|
|
|
* Disable Countly
|
|
|
|
[\#169](https://github.com/vector-im/element-desktop/pull/169)
|
|
|
|
* Upgrade to Electron 11.2.3
|
|
|
|
[\#168](https://github.com/vector-im/element-desktop/pull/168)
|
|
|
|
|
2021-02-16 12:24:31 +01:00
|
|
|
Changes in [1.7.21](https://github.com/vector-im/element-desktop/releases/tag/v1.7.21) (2021-02-16)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.21-rc.1...v1.7.21)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-02-10 18:07:33 +01:00
|
|
|
Changes in [1.7.21-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.21-rc.1) (2021-02-10)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.20...v1.7.21-rc.1)
|
|
|
|
|
|
|
|
* Fix desktop Matrix screen sharing
|
|
|
|
[\#161](https://github.com/vector-im/element-desktop/pull/161)
|
|
|
|
|
2021-02-04 13:42:04 +01:00
|
|
|
Changes in [1.7.20](https://github.com/vector-im/element-desktop/releases/tag/v1.7.20) (2021-02-04)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.19...v1.7.20)
|
|
|
|
|
|
|
|
* No changes since 1.7.19
|
|
|
|
|
2021-02-03 13:31:40 +01:00
|
|
|
Changes in [1.7.19](https://github.com/vector-im/element-desktop/releases/tag/v1.7.19) (2021-02-03)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.19-rc.1...v1.7.19)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2021-01-29 18:40:01 +01:00
|
|
|
Changes in [1.7.19-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.19-rc.1) (2021-01-29)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.18...v1.7.19-rc.1)
|
|
|
|
|
|
|
|
* Remove Buildkite pipeline file
|
|
|
|
[\#167](https://github.com/vector-im/element-desktop/pull/167)
|
|
|
|
* Upgrade deps 2021-01-18
|
|
|
|
[\#166](https://github.com/vector-im/element-desktop/pull/166)
|
|
|
|
* package: Bump our seshat version
|
|
|
|
[\#164](https://github.com/vector-im/element-desktop/pull/164)
|
|
|
|
* Enable context isolation, bridge expected IPC
|
|
|
|
[\#163](https://github.com/vector-im/element-desktop/pull/163)
|
|
|
|
|
2021-01-26 13:31:13 +01:00
|
|
|
Changes in [1.7.18](https://github.com/vector-im/element-desktop/releases/tag/v1.7.18) (2021-01-26)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.17...v1.7.18)
|
|
|
|
|
|
|
|
* No changes since 1.7.17
|
|
|
|
|
2021-01-18 16:26:16 +01:00
|
|
|
Changes in [1.7.17](https://github.com/vector-im/element-desktop/releases/tag/v1.7.17) (2021-01-18)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.17-rc.1...v1.7.17)
|
|
|
|
|
|
|
|
* [Release] package: Bump our seshat version
|
|
|
|
[\#165](https://github.com/vector-im/element-desktop/pull/165)
|
|
|
|
|
2021-01-13 14:20:56 +01:00
|
|
|
Changes in [1.7.17-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.17-rc.1) (2021-01-13)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.16...v1.7.17-rc.1)
|
|
|
|
|
|
|
|
* package: Bump our Seshat version
|
|
|
|
[\#162](https://github.com/vector-im/element-desktop/pull/162)
|
|
|
|
* Upgrade to Electron 10.2.0
|
|
|
|
[\#159](https://github.com/vector-im/element-desktop/pull/159)
|
|
|
|
|
2020-12-21 18:50:09 +01:00
|
|
|
Changes in [1.7.16](https://github.com/vector-im/element-desktop/releases/tag/v1.7.16) (2020-12-21)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.16-rc.1...v1.7.16)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-12-16 17:47:35 +01:00
|
|
|
Changes in [1.7.16-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.16-rc.1) (2020-12-16)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.15...v1.7.16-rc.1)
|
|
|
|
|
|
|
|
* Bump ini from 1.3.5 to 1.3.8
|
|
|
|
[\#158](https://github.com/vector-im/element-desktop/pull/158)
|
|
|
|
* Add gitter.im to room directory
|
|
|
|
[\#157](https://github.com/vector-im/element-desktop/pull/157)
|
|
|
|
|
2020-12-07 14:04:50 +01:00
|
|
|
Changes in [1.7.15](https://github.com/vector-im/element-desktop/releases/tag/v1.7.15) (2020-12-07)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.15-rc.1...v1.7.15)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
|
|
|
Changes in [1.7.15-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.15-rc.1) (2020-12-02)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.14...v1.7.15-rc.1)
|
|
|
|
|
|
|
|
* No changes since 1.7.14
|
|
|
|
|
2020-11-23 17:54:03 +01:00
|
|
|
Changes in [1.7.14](https://github.com/vector-im/element-desktop/releases/tag/v1.7.14) (2020-11-23)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.14-rc.1...v1.7.14)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-11-18 17:38:21 +01:00
|
|
|
Changes in [1.7.14-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.14-rc.1) (2020-11-18)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.13...v1.7.14-rc.1)
|
|
|
|
|
|
|
|
* Correct spelling mistakes
|
|
|
|
[\#151](https://github.com/vector-im/element-desktop/pull/151)
|
|
|
|
|
2020-11-09 17:44:50 +01:00
|
|
|
Changes in [1.7.13](https://github.com/vector-im/element-desktop/releases/tag/v1.7.13) (2020-11-09)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.13-rc.1...v1.7.13)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-11-04 15:25:32 +01:00
|
|
|
Changes in [1.7.13-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.13-rc.1) (2020-11-04)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.12...v1.7.13-rc.1)
|
|
|
|
|
|
|
|
* Add countly experiment to develop/nightly configs
|
|
|
|
[\#150](https://github.com/vector-im/element-desktop/pull/150)
|
|
|
|
|
2020-10-28 16:12:32 +01:00
|
|
|
Changes in [1.7.12](https://github.com/vector-im/element-desktop/releases/tag/v1.7.12) (2020-10-28)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.11...v1.7.12)
|
|
|
|
|
|
|
|
* No changes since 1.7.11
|
|
|
|
|
2020-10-26 18:24:28 +01:00
|
|
|
Changes in [1.7.11](https://github.com/vector-im/element-desktop/releases/tag/v1.7.11) (2020-10-26)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.11-rc.1...v1.7.11)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-10-21 15:54:46 +02:00
|
|
|
Changes in [1.7.11-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.11-rc.1) (2020-10-21)
|
|
|
|
=============================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.10...v1.7.11-rc.1)
|
|
|
|
|
|
|
|
* Bump npm-user-validate from 1.0.0 to 1.0.1
|
|
|
|
[\#148](https://github.com/vector-im/element-desktop/pull/148)
|
|
|
|
* Use keytar for the seshat passphrase.
|
|
|
|
[\#147](https://github.com/vector-im/element-desktop/pull/147)
|
|
|
|
* Upgrade to Electron 10.1.3
|
|
|
|
[\#146](https://github.com/vector-im/element-desktop/pull/146)
|
|
|
|
|
2020-10-20 12:31:22 +02:00
|
|
|
Changes in [1.7.10](https://github.com/vector-im/element-desktop/releases/tag/v1.7.10) (2020-10-20)
|
|
|
|
===================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.9...v1.7.10)
|
|
|
|
|
|
|
|
* No changes since 1.7.9
|
|
|
|
|
2020-10-12 14:52:23 +02:00
|
|
|
Changes in [1.7.9](https://github.com/vector-im/element-desktop/releases/tag/v1.7.9) (2020-10-12)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.9-rc.1...v1.7.9)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-10-07 15:23:43 +02:00
|
|
|
Changes in [1.7.9-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.9-rc.1) (2020-10-07)
|
|
|
|
===========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.8...v1.7.9-rc.1)
|
|
|
|
|
|
|
|
* package.json: Bump the seshat version.
|
|
|
|
[\#145](https://github.com/vector-im/element-desktop/pull/145)
|
|
|
|
* Explicitly depend on `request` as webcontents-handler requires it
|
|
|
|
[\#144](https://github.com/vector-im/element-desktop/pull/144)
|
|
|
|
* Upgrade png-to-ico
|
|
|
|
[\#143](https://github.com/vector-im/element-desktop/pull/143)
|
|
|
|
* Point 'new issue' link at issue-type choice page
|
|
|
|
[\#142](https://github.com/vector-im/element-desktop/pull/142)
|
|
|
|
|
2020-09-28 17:13:06 +02:00
|
|
|
Changes in [1.7.8](https://github.com/vector-im/element-desktop/releases/tag/v1.7.8) (2020-09-28)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.8-rc.1...v1.7.8)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-09-23 16:27:17 +02:00
|
|
|
Changes in [1.7.8-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.8-rc.1) (2020-09-23)
|
|
|
|
===========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.7...v1.7.8-rc.1)
|
|
|
|
|
|
|
|
* Fix neon error by upgrading Seshat
|
|
|
|
[\#141](https://github.com/vector-im/element-desktop/pull/141)
|
|
|
|
* Upgrade to Electron 10.1.1
|
|
|
|
[\#140](https://github.com/vector-im/element-desktop/pull/140)
|
|
|
|
|
2020-09-14 17:05:02 +02:00
|
|
|
Changes in [1.7.7](https://github.com/vector-im/element-desktop/releases/tag/v1.7.7) (2020-09-14)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.6...v1.7.7)
|
|
|
|
|
|
|
|
* No changes since 1.7.6
|
|
|
|
|
2020-09-14 14:45:15 +02:00
|
|
|
Changes in [1.7.6](https://github.com/vector-im/element-desktop/releases/tag/v1.7.6) (2020-09-14)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.6-rc.1...v1.7.6)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-09-09 16:59:31 +02:00
|
|
|
Changes in [1.7.6-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.6-rc.1) (2020-09-09)
|
|
|
|
===========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.5...v1.7.6-rc.1)
|
|
|
|
|
|
|
|
* Update to Element pipeline name
|
|
|
|
[\#139](https://github.com/vector-im/element-desktop/pull/139)
|
|
|
|
* Bump bl from 4.0.2 to 4.0.3
|
|
|
|
[\#137](https://github.com/vector-im/element-desktop/pull/137)
|
|
|
|
|
2020-09-01 18:24:09 +02:00
|
|
|
Changes in [1.7.5](https://github.com/vector-im/element-desktop/releases/tag/v1.7.5) (2020-09-01)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.5-rc.1...v1.7.5)
|
|
|
|
|
|
|
|
* No changes since 1.7.5-rc.1
|
|
|
|
|
2020-08-26 13:17:37 +02:00
|
|
|
Changes in [1.7.5-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.5-rc.1) (2020-08-26)
|
|
|
|
===========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.4...v1.7.5-rc.1)
|
|
|
|
|
|
|
|
* Settings v3: Update configs for new feature flag behaviour
|
|
|
|
[\#135](https://github.com/vector-im/element-desktop/pull/135)
|
|
|
|
* Add reaction preview labs flags to nightly
|
|
|
|
[\#134](https://github.com/vector-im/element-desktop/pull/134)
|
|
|
|
|
2020-08-17 13:53:31 +02:00
|
|
|
Changes in [1.7.4](https://github.com/vector-im/element-desktop/releases/tag/v1.7.4) (2020-08-17)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.4-rc.1...v1.7.4)
|
|
|
|
|
|
|
|
* No changes since 1.7.4-rc.1
|
|
|
|
|
2020-08-13 13:04:28 +02:00
|
|
|
Changes in [1.7.4-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.7.4-rc.1) (2020-08-13)
|
|
|
|
===========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.3...v1.7.4-rc.1)
|
|
|
|
|
|
|
|
* Update policy links to element.io
|
|
|
|
[\#132](https://github.com/vector-im/element-desktop/pull/132)
|
|
|
|
* Update bug report submission URL
|
|
|
|
[\#131](https://github.com/vector-im/element-desktop/pull/131)
|
|
|
|
* Update code signing cert for Windows
|
|
|
|
[\#130](https://github.com/vector-im/element-desktop/pull/130)
|
|
|
|
* Replace Riot with Element in docs and comments
|
|
|
|
[\#129](https://github.com/vector-im/element-desktop/pull/129)
|
|
|
|
* Fix order of README steps
|
|
|
|
[\#128](https://github.com/vector-im/element-desktop/pull/128)
|
|
|
|
* Upgrade to Electron 9.1.2
|
|
|
|
[\#127](https://github.com/vector-im/element-desktop/pull/127)
|
|
|
|
|
2020-08-05 16:33:43 +02:00
|
|
|
Changes in [1.7.3](https://github.com/vector-im/element-desktop/releases/tag/v1.7.3) (2020-08-05)
|
|
|
|
=================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/element-desktop/compare/v1.7.3-rc.1...v1.7.3)
|
|
|
|
|
|
|
|
* No changes since 1.7.3-rc.1
|
|
|
|
|
2020-07-31 14:18:33 +02:00
|
|
|
Changes in [1.7.3-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.7.3-rc.1) (2020-07-31)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.7.2...v1.7.3-rc.1)
|
|
|
|
|
|
|
|
* Clean up linting
|
|
|
|
[\#126](https://github.com/vector-im/riot-desktop/pull/126)
|
|
|
|
* Update renaming workaround for 'Element' name
|
|
|
|
[\#125](https://github.com/vector-im/riot-desktop/pull/125)
|
|
|
|
|
2020-07-27 22:10:48 +02:00
|
|
|
Changes in [1.7.2](https://github.com/vector-im/riot-desktop/releases/tag/v1.7.2) (2020-07-27)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.7.1...v1.7.2)
|
|
|
|
|
|
|
|
* Catch exceptions from main method in fetch script
|
|
|
|
[\#124](https://github.com/vector-im/riot-desktop/pull/124)
|
|
|
|
* Use new eslint package
|
|
|
|
[\#122](https://github.com/vector-im/riot-desktop/pull/122)
|
|
|
|
* Remove ' (Riot)' from app name
|
|
|
|
[\#123](https://github.com/vector-im/riot-desktop/pull/123)
|
|
|
|
|
2020-07-16 17:12:44 +02:00
|
|
|
Changes in [1.7.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.7.1) (2020-07-16)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.7.0...v1.7.1)
|
|
|
|
|
|
|
|
* Bump lodash from 4.17.15 to 4.17.19
|
|
|
|
[\#121](https://github.com/vector-im/riot-desktop/pull/121)
|
|
|
|
* Don't forget nightly when computing userData path
|
|
|
|
[\#120](https://github.com/vector-im/riot-desktop/pull/120)
|
|
|
|
* Fix hosting link
|
|
|
|
[\#119](https://github.com/vector-im/riot-desktop/pull/119)
|
|
|
|
* New macOS icon
|
|
|
|
[\#117](https://github.com/vector-im/riot-desktop/pull/117)
|
|
|
|
* Update README.md
|
|
|
|
[\#118](https://github.com/vector-im/riot-desktop/pull/118)
|
|
|
|
* More icon updates
|
|
|
|
[\#115](https://github.com/vector-im/riot-desktop/pull/115)
|
|
|
|
* Don't forget to yarn install
|
|
|
|
[\#114](https://github.com/vector-im/riot-desktop/pull/114)
|
|
|
|
|
2020-07-15 13:11:20 +02:00
|
|
|
Changes in [1.7.0](https://github.com/vector-im/riot-desktop/releases/tag/v1.7.0) (2020-07-15)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.8...v1.7.0)
|
|
|
|
|
|
|
|
* Fix lint error
|
|
|
|
[\#113](https://github.com/vector-im/riot-desktop/pull/113)
|
|
|
|
* Delabs font-scaling
|
|
|
|
[\#112](https://github.com/vector-im/riot-desktop/pull/112)
|
|
|
|
* Remove room list labs flag from config
|
|
|
|
[\#109](https://github.com/vector-im/riot-desktop/pull/109)
|
|
|
|
* Remove the irc layout setting from labs
|
|
|
|
[\#111](https://github.com/vector-im/riot-desktop/pull/111)
|
|
|
|
* Update npm to ^6.14.6
|
|
|
|
[\#108](https://github.com/vector-im/riot-desktop/pull/108)
|
|
|
|
|
2020-07-03 14:23:00 +02:00
|
|
|
Changes in [1.6.8](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.8) (2020-07-03)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.8-rc.1...v1.6.8)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-07-01 15:31:37 +02:00
|
|
|
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)
|
|
|
|
|
2020-06-29 17:16:53 +02:00
|
|
|
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)
|
|
|
|
|
|
|
|
* No changes since 1.6.6
|
|
|
|
|
2020-06-23 16:19:38 +02:00
|
|
|
Changes in [1.6.6](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.6) (2020-06-23)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.6-rc.1...v1.6.6)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-06-17 22:40:42 +02:00
|
|
|
Changes in [1.6.6-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.6-rc.1) (2020-06-17)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.5...v1.6.6-rc.1)
|
|
|
|
|
|
|
|
* Upgrade needle to avoid bugs with modern Node
|
|
|
|
[\#101](https://github.com/vector-im/riot-desktop/pull/101)
|
|
|
|
* Fix riot-desktop manual update check getting stuck on Downloading...
|
|
|
|
[\#99](https://github.com/vector-im/riot-desktop/pull/99)
|
|
|
|
* Electron recall latest downloaded update for when the user manually asks
|
|
|
|
[\#98](https://github.com/vector-im/riot-desktop/pull/98)
|
|
|
|
* use keytar to store pickle keys
|
|
|
|
[\#95](https://github.com/vector-im/riot-desktop/pull/95)
|
|
|
|
|
2020-06-16 12:14:38 +02:00
|
|
|
Changes in [1.6.5](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.5) (2020-06-16)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.4...v1.6.5)
|
|
|
|
|
|
|
|
* No changes since 1.6.4
|
|
|
|
|
2020-06-05 16:13:36 +02:00
|
|
|
Changes in [1.6.4](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.4) (2020-06-05)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.3...v1.6.4)
|
|
|
|
|
2020-06-16 12:14:38 +02:00
|
|
|
* No changes since 1.6.3
|
2020-06-05 16:13:36 +02:00
|
|
|
|
2020-06-04 16:19:32 +02:00
|
|
|
Changes in [1.6.3](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.3) (2020-06-04)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.3-rc.1...v1.6.3)
|
|
|
|
|
2020-06-16 12:14:38 +02:00
|
|
|
* No changes since rc.1
|
2020-06-04 16:19:32 +02:00
|
|
|
|
2020-06-02 14:58:26 +02:00
|
|
|
Changes in [1.6.3-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.3-rc.1) (2020-06-02)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.2...v1.6.3-rc.1)
|
|
|
|
|
|
|
|
* Fix electron context menu copy/save-as
|
|
|
|
[\#96](https://github.com/vector-im/riot-desktop/pull/96)
|
|
|
|
* Fixed error in README.md/User-specified config.json
|
|
|
|
[\#97](https://github.com/vector-im/riot-desktop/pull/97)
|
|
|
|
* Update Modular hosting link
|
|
|
|
[\#92](https://github.com/vector-im/riot-desktop/pull/92)
|
|
|
|
* Enforce sandbox on all spawned BrowserWindow objects
|
|
|
|
[\#91](https://github.com/vector-im/riot-desktop/pull/91)
|
|
|
|
* Run before-quit on updates too to flush rageshake
|
|
|
|
[\#93](https://github.com/vector-im/riot-desktop/pull/93)
|
|
|
|
* Enable new room list labs flag
|
|
|
|
[\#87](https://github.com/vector-im/riot-desktop/pull/87)
|
|
|
|
* Add asar-webapp script
|
|
|
|
[\#59](https://github.com/vector-im/riot-desktop/pull/59)
|
|
|
|
* Bump acorn from 6.4.0 to 6.4.1
|
|
|
|
[\#50](https://github.com/vector-im/riot-desktop/pull/50)
|
|
|
|
* Enable font scaling flag for nightly
|
|
|
|
[\#89](https://github.com/vector-im/riot-desktop/pull/89)
|
|
|
|
* Enable IRC UI labs flag in nightly
|
|
|
|
[\#88](https://github.com/vector-im/riot-desktop/pull/88)
|
|
|
|
* Update help message to fix broken url to electron docs
|
|
|
|
[\#86](https://github.com/vector-im/riot-desktop/pull/86)
|
|
|
|
|
2020-05-22 15:21:03 +02:00
|
|
|
Changes in [1.6.2](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.2) (2020-05-22)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.1...v1.6.2)
|
|
|
|
|
|
|
|
* No changes since 1.6.2
|
|
|
|
|
2020-05-19 12:14:58 +02:00
|
|
|
Changes in [1.6.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.1) (2020-05-19)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.1-rc.1...v1.6.1)
|
|
|
|
|
|
|
|
* No changes since rc.1
|
|
|
|
|
2020-05-14 17:22:36 +02:00
|
|
|
Changes in [1.6.1-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.1-rc.1) (2020-05-14)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0...v1.6.1-rc.1)
|
|
|
|
|
|
|
|
* Add CI scripts to install and link JS SDK
|
|
|
|
[\#85](https://github.com/vector-im/riot-desktop/pull/85)
|
|
|
|
* Use Xenial as the build image's base distribution
|
|
|
|
[\#84](https://github.com/vector-im/riot-desktop/pull/84)
|
|
|
|
* Persist GPG keys for Linux builds via Docker
|
|
|
|
[\#83](https://github.com/vector-im/riot-desktop/pull/83)
|
|
|
|
* Update README to mention profile support
|
|
|
|
[\#81](https://github.com/vector-im/riot-desktop/pull/81)
|
|
|
|
* Remove Conflicts from riot-desktop
|
|
|
|
[\#82](https://github.com/vector-im/riot-desktop/pull/82)
|
|
|
|
* Add a default Linux distribution
|
|
|
|
[\#79](https://github.com/vector-im/riot-desktop/pull/79)
|
|
|
|
* Remove invite only padlocks feature flag config
|
|
|
|
[\#77](https://github.com/vector-im/riot-desktop/pull/77)
|
|
|
|
* package.json: Bump the Seshat dep.
|
|
|
|
[\#75](https://github.com/vector-im/riot-desktop/pull/75)
|
|
|
|
* Remove encrypted message search feature flag
|
|
|
|
[\#74](https://github.com/vector-im/riot-desktop/pull/74)
|
|
|
|
* Update readme now it's the real source
|
|
|
|
[\#73](https://github.com/vector-im/riot-desktop/pull/73)
|
|
|
|
|
2020-05-05 12:06:57 +02:00
|
|
|
Changes in [1.6.0](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0) (2020-05-05)
|
|
|
|
==============================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.6...v1.6.0)
|
|
|
|
|
2020-05-19 12:14:58 +02:00
|
|
|
* No changes since rc.6
|
2020-05-05 12:06:57 +02:00
|
|
|
|
2020-05-01 17:24:41 +02:00
|
|
|
Changes in [1.6.0-rc.6](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.6) (2020-05-01)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.5...v1.6.0-rc.6)
|
|
|
|
|
2020-05-19 12:14:58 +02:00
|
|
|
* No changes since rc.5
|
2020-05-01 17:24:41 +02:00
|
|
|
|
2020-04-30 12:25:20 +02:00
|
|
|
Changes in [1.6.0-rc.5](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.5) (2020-04-30)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.4...v1.6.0-rc.5)
|
|
|
|
|
|
|
|
* Remove feature flag docs from docs on release
|
|
|
|
[\#78](https://github.com/vector-im/riot-desktop/pull/78)
|
|
|
|
* package.json: Bump the Seshat dep.
|
|
|
|
[\#76](https://github.com/vector-im/riot-desktop/pull/76)
|
|
|
|
|
2020-04-23 16:48:51 +02:00
|
|
|
Changes in [1.6.0-rc.4](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.4) (2020-04-23)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.3...v1.6.0-rc.4)
|
|
|
|
|
2020-05-19 12:14:58 +02:00
|
|
|
* No changes since rc.3
|
2020-04-23 16:48:51 +02:00
|
|
|
|
2020-04-17 18:54:31 +02:00
|
|
|
Changes in [1.6.0-rc.3](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.3) (2020-04-17)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.2...v1.6.0-rc.3)
|
|
|
|
|
|
|
|
* widen search paths / fix vector-im/riot-web#13190 [to release]
|
|
|
|
[\#72](https://github.com/vector-im/riot-desktop/pull/72)
|
|
|
|
|
2020-04-16 20:39:24 +02:00
|
|
|
Changes in [1.6.0-rc.2](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.2) (2020-04-16)
|
|
|
|
========================================================================================================
|
|
|
|
[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.0-rc.1...v1.6.0-rc.2)
|
|
|
|
|
2020-05-19 12:14:58 +02:00
|
|
|
* No changes since rc.1
|
2020-04-16 20:39:24 +02:00
|
|
|
|
2020-04-15 20:40:50 +02:00
|
|
|
Changes in [1.6.0-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.0-rc.1) (2020-04-15)
|
|
|
|
========================================================================================================
|
|
|
|
|
|
|
|
* Enable cross-signing / E2EE by default for DM on release
|
|
|
|
[\#70](https://github.com/vector-im/riot-desktop/pull/70)
|
|
|
|
* Add a release script
|
|
|
|
[\#69](https://github.com/vector-im/riot-desktop/pull/69)
|
|
|
|
* Fix Electron SSO handling to support multiple profiles
|
|
|
|
[\#67](https://github.com/vector-im/riot-desktop/pull/67)
|
|
|
|
* Add riot-desktop shortcuts for forward/back matching browsers&slack
|
|
|
|
[\#68](https://github.com/vector-im/riot-desktop/pull/68)
|
|
|
|
* package.json: Bump the Seshat version.
|
|
|
|
[\#66](https://github.com/vector-im/riot-desktop/pull/66)
|
|
|
|
* Bump minimist from 1.2.2 to 1.2.3
|
|
|
|
[\#64](https://github.com/vector-im/riot-desktop/pull/64)
|
|
|
|
* Add cfg to access the hak.json
|
|
|
|
[\#65](https://github.com/vector-im/riot-desktop/pull/65)
|
|
|
|
* Extract dep versions out to hak.json
|
|
|
|
[\#63](https://github.com/vector-im/riot-desktop/pull/63)
|
|
|
|
* Make the openssl version a variable
|
|
|
|
[\#62](https://github.com/vector-im/riot-desktop/pull/62)
|
|
|
|
* Update openssl
|
|
|
|
[\#61](https://github.com/vector-im/riot-desktop/pull/61)
|
|
|
|
* Fix spellcheck language fallback algorithm
|
|
|
|
[\#60](https://github.com/vector-im/riot-desktop/pull/60)
|
|
|
|
* package.json: Bump the required Seshat version.
|
|
|
|
[\#57](https://github.com/vector-im/riot-desktop/pull/57)
|
|
|
|
* Remove welcome user from config
|
|
|
|
[\#56](https://github.com/vector-im/riot-desktop/pull/56)
|
2020-11-14 22:54:07 +01:00
|
|
|
* electron-main: Immediately set the eventIndex variable to null when
|
2020-04-15 20:40:50 +02:00
|
|
|
closing.
|
|
|
|
[\#55](https://github.com/vector-im/riot-desktop/pull/55)
|
|
|
|
* Enable Seshat on Nightly
|
|
|
|
[\#54](https://github.com/vector-im/riot-desktop/pull/54)
|
|
|
|
* Register Mac electron specific Cmd+, shortcut to User Settings
|
|
|
|
[\#53](https://github.com/vector-im/riot-desktop/pull/53)
|
|
|
|
* Bump minimist from 1.2.0 to 1.2.2
|
|
|
|
[\#52](https://github.com/vector-im/riot-desktop/pull/52)
|
|
|
|
* package.json: Bump the required Seshat version.
|
|
|
|
[\#51](https://github.com/vector-im/riot-desktop/pull/51)
|
|
|
|
* Updates for Seshat 1.2.0 (not yet released) and support to delete events
|
|
|
|
from the index.
|
|
|
|
[\#47](https://github.com/vector-im/riot-desktop/pull/47)
|
|
|
|
* Add custom themes labs flag
|
|
|
|
[\#49](https://github.com/vector-im/riot-desktop/pull/49)
|
|
|
|
* Get the app ID from the cintext
|
|
|
|
[\#46](https://github.com/vector-im/riot-desktop/pull/46)
|
|
|
|
* Electron 8 changes. Deprecations. Updates.
|
|
|
|
[\#38](https://github.com/vector-im/riot-desktop/pull/38)
|
|
|
|
* Bump seshat dependency
|
|
|
|
[\#45](https://github.com/vector-im/riot-desktop/pull/45)
|
|
|
|
* Move deb control logic to builder
|
|
|
|
[\#44](https://github.com/vector-im/riot-desktop/pull/44)
|
|
|
|
* Add 'nightly' to brand too
|
|
|
|
[\#43](https://github.com/vector-im/riot-desktop/pull/43)
|
|
|
|
* Enable seshat in labs on nightly
|
|
|
|
[\#42](https://github.com/vector-im/riot-desktop/pull/42)
|
|
|
|
* Add config for Riot Nightly
|
|
|
|
[\#41](https://github.com/vector-im/riot-desktop/pull/41)
|
|
|
|
* Add a windows signing script
|
|
|
|
[\#40](https://github.com/vector-im/riot-desktop/pull/40)
|
|
|
|
* riot-desktop open SSO in browser so user doesn't have to auth twice
|
|
|
|
[\#37](https://github.com/vector-im/riot-desktop/pull/37)
|
|
|
|
* Remove the certificate config for windows
|
|
|
|
[\#39](https://github.com/vector-im/riot-desktop/pull/39)
|
|
|
|
* Missed an await
|
|
|
|
[\#36](https://github.com/vector-im/riot-desktop/pull/36)
|
|
|
|
* Exit with exit code on exception
|
|
|
|
[\#35](https://github.com/vector-im/riot-desktop/pull/35)
|
|
|
|
* Fix the set-version script
|
|
|
|
[\#34](https://github.com/vector-im/riot-desktop/pull/34)
|
|
|
|
* Pass through the env var we actually use to docker
|
|
|
|
[\#33](https://github.com/vector-im/riot-desktop/pull/33)
|
|
|
|
* Upgrade to electron 8.0.1 and implement spellchecking
|
|
|
|
[\#30](https://github.com/vector-im/riot-desktop/pull/30)
|
|
|
|
* Fix check script
|
|
|
|
[\#31](https://github.com/vector-im/riot-desktop/pull/31)
|
|
|
|
* Support fetching the latest develop build
|
|
|
|
[\#29](https://github.com/vector-im/riot-desktop/pull/29)
|
|
|
|
* Hopefully enable subpixel font rendering
|
|
|
|
[\#28](https://github.com/vector-im/riot-desktop/pull/28)
|
|
|
|
* Add our native modules separately into the files
|
|
|
|
[\#27](https://github.com/vector-im/riot-desktop/pull/27)
|
|
|
|
* Fix setversion script's yarn call on windows
|
|
|
|
[\#26](https://github.com/vector-im/riot-desktop/pull/26)
|
|
|
|
* Split 32/64 bit building
|
|
|
|
[\#25](https://github.com/vector-im/riot-desktop/pull/25)
|
|
|
|
* Build on 32 bit Windows
|
|
|
|
[\#23](https://github.com/vector-im/riot-desktop/pull/23)
|
|
|
|
* Build seshat on Linux
|
|
|
|
[\#22](https://github.com/vector-im/riot-desktop/pull/22)
|
|
|
|
* Native module builds: matrix-seshat for mac & win
|
|
|
|
[\#21](https://github.com/vector-im/riot-desktop/pull/21)
|
|
|
|
* Port desktop fixes
|
|
|
|
[\#20](https://github.com/vector-im/riot-desktop/pull/20)
|
|
|
|
* Add accelerators to context menu options like cut&paste in electron
|
|
|
|
[\#19](https://github.com/vector-im/riot-desktop/pull/19)
|
|
|
|
* Build the deb into a repo
|
|
|
|
[\#18](https://github.com/vector-im/riot-desktop/pull/18)
|
|
|
|
* Better Docker Support
|
|
|
|
[\#17](https://github.com/vector-im/riot-desktop/pull/17)
|
|
|
|
* Use a custom control file for the Debian package
|
|
|
|
[\#14](https://github.com/vector-im/riot-desktop/pull/14)
|
|
|
|
* Support config directories
|
|
|
|
[\#15](https://github.com/vector-im/riot-desktop/pull/15)
|
|
|
|
* Don't bail if we can't notarise
|
|
|
|
[\#16](https://github.com/vector-im/riot-desktop/pull/16)
|
|
|
|
* Set version automatically
|
|
|
|
[\#13](https://github.com/vector-im/riot-desktop/pull/13)
|
|
|
|
* Sign natively on Windows
|
|
|
|
[\#12](https://github.com/vector-im/riot-desktop/pull/12)
|
|
|
|
* Fix the linting errors
|
|
|
|
[\#11](https://github.com/vector-im/riot-desktop/pull/11)
|
|
|
|
* Electron API Updates
|
|
|
|
[\#10](https://github.com/vector-im/riot-desktop/pull/10)
|
|
|
|
* Package webapp into an asar archive
|
|
|
|
[\#9](https://github.com/vector-im/riot-desktop/pull/9)
|
|
|
|
* Sanitise scripts
|
|
|
|
[\#8](https://github.com/vector-im/riot-desktop/pull/8)
|
|
|
|
* Exit after importing key
|
|
|
|
[\#6](https://github.com/vector-im/riot-desktop/pull/6)
|
|
|
|
* Use portable mkdirp
|
|
|
|
[\#5](https://github.com/vector-im/riot-desktop/pull/5)
|
|
|
|
* Add explicit 'node' to scripts
|
|
|
|
[\#4](https://github.com/vector-im/riot-desktop/pull/4)
|
|
|
|
* Check properly
|
|
|
|
[\#3](https://github.com/vector-im/riot-desktop/pull/3)
|
|
|
|
* Add rimraf
|
|
|
|
[\#2](https://github.com/vector-im/riot-desktop/pull/2)
|
|
|
|
* Build electron app from pre-built tarball
|
|
|
|
[\#1](https://github.com/vector-im/riot-desktop/pull/1)
|
|
|
|
|
2020-04-15 20:39:06 +02:00
|
|
|
|