Skip to content

Commit 543c967

Browse files
committed
[[ release ]] commit before tentative release.
1 parent 48d6d7b commit 543c967

File tree

7 files changed

+86912
-122752
lines changed

7 files changed

+86912
-122752
lines changed

dist/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101311,7 +101311,7 @@ function create_if_block_1(ctx) {
101311101311
t1 = space();
101312101312
img = element("img");
101313101313
attr(img, "class", "thumbnail-preview svelte-guvemt");
101314-
if (!src_url_equal(img.src, img_src_value = patchfox.bloburl(/*thumbnail*/ ctx[5]))) attr(img, "src", img_src_value);
101314+
if (!src_url_equal(img.src, img_src_value = patchfox.blobUrl(/*thumbnail*/ ctx[5]))) attr(img, "src", img_src_value);
101315101315
attr(img, "alt", "post thumbnail");
101316101316
},
101317101317
m(target, anchor) {
@@ -101321,7 +101321,7 @@ function create_if_block_1(ctx) {
101321101321
append(p, img);
101322101322
},
101323101323
p(ctx, dirty) {
101324-
if (dirty & /*thumbnail*/ 32 && !src_url_equal(img.src, img_src_value = patchfox.bloburl(/*thumbnail*/ ctx[5]))) {
101324+
if (dirty & /*thumbnail*/ 32 && !src_url_equal(img.src, img_src_value = patchfox.blobUrl(/*thumbnail*/ ctx[5]))) {
101325101325
attr(img, "src", img_src_value);
101326101326
}
101327101327
},

dist/docs/packages/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ These are the packages that Patchfox is loading.
55

66
* [blog](/packages/blog/)
77
* [books](/packages/books/)
8-
* [errorHandler](/packages/errorHandler/)
9-
* [calendar](/packages/calendar/)
108
* [githubIntegration](/packages/githubIntegration/)
9+
* [calendar](/packages/calendar/)
1110
* [contacts](/packages/contacts/)
12-
* [globalMenu](/packages/globalMenu/)
11+
* [errorHandler](/packages/errorHandler/)
1312
* [helpMenu](/packages/helpMenu/)
13+
* [globalMenu](/packages/globalMenu/)
1414
* [hub](/packages/hub/)
1515
* [intercept](/packages/intercept/)
1616
* [launcher](/packages/launcher/)
1717
* [openCollectiveIntegration](/packages/openCollectiveIntegration/)
1818
* [post](/packages/post/)
1919
* [private](/packages/private/)
2020
* [pub](/packages/pub/)
21-
* [search](/packages/search/)
2221
* [sourcehutIntegration](/packages/sourcehutIntegration/)
2322
* [settings](/packages/settings/)
2423
* [system](/packages/system/)
2524
* [vote](/packages/vote/)
2625
* [zine](/packages/zine/)
26+
* [search](/packages/search/)

dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Patchfox is a Secure Scuttlebutt client",
33
"manifest_version": 2,
44
"name": "Patchfox",
5-
"version": "2022.1.1",
5+
"version": "2022.1.2",
66
"icons": {
77
"512": "images/patchfox_pixel_512.png",
88
"96": "images/patchfox_pixel_96.png",

0 commit comments

Comments
 (0)