Skip to content

Commit 6f7570d

Browse files
authored
Merge branch 'develop' into travis/room-list-2
2 parents 429494a + 03414d9 commit 6f7570d

17 files changed

+410
-342
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
Changes in [1.6.1](https://github.com/vector-im/riot-web/releases/tag/v1.6.1) (2020-05-19)
2+
==========================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.6.1-rc.1...v1.6.1)
4+
5+
* Upgrade to React SDK 2.6.0 and JS SDK 6.1.0
6+
7+
Changes in [1.6.1-rc.1](https://github.com/vector-im/riot-web/releases/tag/v1.6.1-rc.1) (2020-05-14)
8+
====================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.6.0...v1.6.1-rc.1)
10+
11+
* Upgrade to React SDK 2.6.0-rc.1 and JS SDK 6.1.0-rc.1
12+
* Update from Weblate
13+
[\#13673](https://github.com/vector-im/riot-web/pull/13673)
14+
* Add notranslate class to matrixchat to prevent translation by Google
15+
Translate
16+
[\#13669](https://github.com/vector-im/riot-web/pull/13669)
17+
* Added Anchor Link to the development of matrix sdk
18+
[\#13638](https://github.com/vector-im/riot-web/pull/13638)
19+
* Prefetch the formatting button mask svg images
20+
[\#13631](https://github.com/vector-im/riot-web/pull/13631)
21+
* use a different image in previews
22+
[\#13488](https://github.com/vector-im/riot-web/pull/13488)
23+
* Update from Weblate
24+
[\#13625](https://github.com/vector-im/riot-web/pull/13625)
25+
* Remove electron_app as we now have riot-desktop repo
26+
[\#13544](https://github.com/vector-im/riot-web/pull/13544)
27+
* add new images for PWA icons
28+
[\#13556](https://github.com/vector-im/riot-web/pull/13556)
29+
* Remove unused feature flag from config
30+
[\#13504](https://github.com/vector-im/riot-web/pull/13504)
31+
* Update from Weblate
32+
[\#13486](https://github.com/vector-im/riot-web/pull/13486)
33+
* Developer tool: convert rageshake error locations back to sourcecode
34+
locations
35+
[\#13357](https://github.com/vector-im/riot-web/pull/13357)
36+
* App load tweaks, improve error pages
37+
[\#13329](https://github.com/vector-im/riot-web/pull/13329)
38+
* Tweak default device name to be more compact
39+
[\#13465](https://github.com/vector-im/riot-web/pull/13465)
40+
* Tweak default device name on macOS
41+
[\#13460](https://github.com/vector-im/riot-web/pull/13460)
42+
* Update docs with custom theming changes
43+
[\#13406](https://github.com/vector-im/riot-web/pull/13406)
44+
* Update from Weblate
45+
[\#13395](https://github.com/vector-im/riot-web/pull/13395)
46+
* Remove docs and config for invite only padlocks
47+
[\#13374](https://github.com/vector-im/riot-web/pull/13374)
48+
* Revert "Add font scaling labs setting."
49+
[\#13351](https://github.com/vector-im/riot-web/pull/13351)
50+
* Expand feature flag docs to cover additional release channels
51+
[\#13341](https://github.com/vector-im/riot-web/pull/13341)
52+
* Optimized image assets by recompressing without affecting quality.
53+
[\#13034](https://github.com/vector-im/riot-web/pull/13034)
54+
* Add font scaling labs setting.
55+
[\#13199](https://github.com/vector-im/riot-web/pull/13199)
56+
* Remove encrypted message search feature flag
57+
[\#13325](https://github.com/vector-im/riot-web/pull/13325)
58+
* Fix `default_federate` settting description
59+
[\#13312](https://github.com/vector-im/riot-web/pull/13312)
60+
* Clarify that the .well-known method for Jitsi isn't available yet
61+
[\#13314](https://github.com/vector-im/riot-web/pull/13314)
62+
* add config option to tsc resolveJsonModule
63+
[\#13296](https://github.com/vector-im/riot-web/pull/13296)
64+
* Fix dispatcher import to be extension agnostic
65+
[\#13297](https://github.com/vector-im/riot-web/pull/13297)
66+
* Document more config options in config.md (fixes #13089)
67+
[\#13260](https://github.com/vector-im/riot-web/pull/13260)
68+
* Fix tests post-js-sdk-filters change
69+
[\#13295](https://github.com/vector-im/riot-web/pull/13295)
70+
* Make Jitsi download script a JS script
71+
[\#13227](https://github.com/vector-im/riot-web/pull/13227)
72+
* Use matrix-react-sdk type extensions as a base
73+
[\#13271](https://github.com/vector-im/riot-web/pull/13271)
74+
* Allow Riot Web to randomly pick welcome backgrounds
75+
[\#13235](https://github.com/vector-im/riot-web/pull/13235)
76+
* Update cross-signing feature docs and document fallback procedures
77+
[\#13224](https://github.com/vector-im/riot-web/pull/13224)
78+
179
Changes in [1.6.0](https://github.com/vector-im/riot-web/releases/tag/v1.6.0) (2020-05-05)
280
==========================================================================================
381
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.6.0-rc.6...v1.6.0)

config.sample.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
"defaultCountryCode": "GB",
2727
"showLabsSettings": false,
2828
"features": {
29+
"feature_font_scaling": "labs",
2930
"feature_pinning": "labs",
3031
"feature_custom_status": "labs",
3132
"feature_custom_tags": "labs",
32-
"feature_state_counters": "labs"
33+
"feature_state_counters": "labs",
34+
"feature_irc_ui": "labs"
3335
},
3436
"default_federate": true,
3537
"default_theme": "light",

docs/labs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ to `Settings->Labs`. This list is non-exhaustive and subject to change, chat in
77
**Be warned! Labs features are not finalised, they may be fragile, they may change, they may be
88
dropped. Ask in the room if you are unclear about any details here.**
99

10+
## Font scaling (`feature_font_scaling`)
11+
12+
Enables font scaling options for accessibility. To alter the scale check the
13+
appearance tab in settings.
14+
1015
## Message pinning (`feature_pinning`)
1116

1217
Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message
@@ -112,3 +117,9 @@ For some sample themes, check out [aaronraimist/riot-web-themes](https://github.
112117
A complete rewrite of the room list is underway to increase performance, stability,
113118
and general usability. This is expected to take a while to complete and as such might
114119
be missing critical features - please use at your own risk, though do report bugs!
120+
121+
## IRC message layout (`feature_irc_ui`)
122+
123+
Adds an option to change the message layout to an IRC style ` timestamp | avatar
124+
| name | message `
125+

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "riot-web",
33
"productName": "Riot",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"description": "A feature-rich client for Matrix.org",
66
"author": "New Vector Ltd.",
77
"repository": {
@@ -58,7 +58,6 @@
5858
},
5959
"dependencies": {
6060
"browser-request": "^0.3.3",
61-
"favico.js": "^0.3.10",
6261
"gfm.css": "^1.1.2",
6362
"highlight.js": "^9.13.1",
6463
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",

release.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ do
4545
fi
4646
done
4747

48+
./node_modules/matrix-js-sdk/release.sh -u vector-im -z "$orig_args"
49+
4850
release="${1#v}"
4951
tag="v${release}"
5052
prerelease=0
@@ -54,16 +56,6 @@ prerelease=0
5456
# with a hyphen is a prerelease.
5557
echo $release | grep -q '-' && prerelease=1
5658

57-
# bump Electron's package.json first
58-
echo "electron yarn version"
59-
cd electron_app
60-
yarn version --no-git-tag-version --new-version "$release"
61-
git commit package.json -m "$tag"
62-
63-
cd ..
64-
65-
./node_modules/matrix-js-sdk/release.sh -u vector-im -z "$orig_args"
66-
6759
if [ $prerelease -eq 0 ]
6860
then
6961
# For a release, reset SDK deps back to the `develop` branch.

riot.im/develop/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
1414
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
1515
"features": {
16+
"feature_font_scaling": "labs",
1617
"feature_pinning": "labs",
1718
"feature_custom_status": "labs",
1819
"feature_custom_tags": "labs",
@@ -23,7 +24,8 @@
2324
"feature_bridge_state": "labs",
2425
"feature_presence_in_room_list": "labs",
2526
"feature_custom_themes": "labs",
26-
"feature_new_room_list": "labs"
27+
"feature_new_room_list": "labs",
28+
"feature_irc_ui": "labs"
2729
},
2830
"piwik": {
2931
"url": "https://piwik.riot.im/",

scripts/electron-package.sh

Lines changed: 0 additions & 170 deletions
This file was deleted.

scripts/electron_afterSign.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)