Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 7753452

Browse files
committed
Merge branch 'master' into upgrade-ssb-backlinks
2 parents a09dec2 + a3b0d92 commit 7753452

File tree

8 files changed

+20
-7
lines changed

8 files changed

+20
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Building from source? Check out [`INSTALL.md`][install] for more information.
3838

3939
Create a [new issue][new-issue] to report problems or request features. See
4040
[`CONTRIBUTING.md`][contributing] for more information on how to get involved.
41+
You can also support the project via [donations](https://opencollective.com/patchwork/).
4142

4243
Please note that this project is released with a [Contributor Code of
4344
Conduct][conduct]. By participating in this project you agree to abide by its

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Security
1515
-->
1616

17+
## v3.17.5 - 2020-02-21
18+
19+
### Fixed
20+
21+
- Fixed regression by upgrading SSB-CONN to 0.16.2 (https://github.com/ssbc/patchwork/pull/1253)
22+
1723
## v3.17.4 - 2020-02-19
1824

1925
### Fixed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ssb-patchwork",
33
"productName": "Patchwork",
44
"repository": "[email protected]:ssbc/patchwork.git",
5-
"version": "3.17.4",
5+
"version": "3.17.5",
66
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
77
"main": "index.js",
88
"scripts": {
@@ -71,7 +71,7 @@
7171
"ssb-blobs": "^1.2.2",
7272
"ssb-client": "^4.9.0",
7373
"ssb-config": "^3.4.4",
74-
"ssb-conn": "~0.15.1",
74+
"ssb-conn": "~0.16.2",
7575
"ssb-db": "^19.4.0",
7676
"ssb-ebt": "^5.6.7",
7777
"ssb-friends": "^4.1.4",

styles/base/feed-meta-summary.mcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ FeedMetaSummary {
3434
img {
3535
display: block
3636
width: 45px
37-
min-height: 30px
37+
height: 45px
3838
border-radius: 3px
39+
object-fit: cover
3940
}
4041
-channel {
4142
font-size: 20px

styles/base/message.mcss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Message {
2323
img {
2424
width: 50px
2525
height: 50px
26+
object-fit: cover
2627
}
2728
}
2829
div.main {
@@ -247,6 +248,7 @@ Message {
247248
img {
248249
width: 40px
249250
height: 40px
251+
object-fit: cover
250252
}
251253
}
252254
}
@@ -291,6 +293,7 @@ Message {
291293
img {
292294
width: 40px
293295
height: 40px
296+
object-fit: cover
294297
}
295298
}
296299
}

styles/base/profile-list.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ProfileList {
4141
height: 40px
4242
display: block
4343
border-radius: 5px
44+
object-fit: cover
4445
}
4546
}
4647
div.main {

styles/base/taggers-list.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ TaggersList {
3939
width: 40px
4040
height: 40px
4141
display: block
42+
object-fit: cover
4243
}
4344
}
4445
div.main {

0 commit comments

Comments
 (0)