Skip to content

Commit 193de18

Browse files
committed
[ 4.5.0 ] releasing a minor version so everyone can have a working search.
1 parent 4effeba commit 193de18

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# v4.5.0: New Search Implementation
2+
3+
Poncho Wonky just got a brand new search engine implementation. This will require the posts in your database to be indexed and saved. All this processing happens mostly in the background but it can take a long time, so the first time you launch Poncho Wonky 4.5.0, it will be a bit clunky until it stops indexing.
4+
5+
From then onwards, each time you launch the app, it will incrementally update the index. This will cause app launches to be slower, but in return you get a search that works really well.
6+
7+
Search is disabled while the index is loading.
8+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ssb-patchwork",
33
"productName": "Patchwork",
44
"repository": "git@github.com:soapdog/patchwork.git",
5-
"version": "5.0.0",
5+
"version": "4.5.0",
66
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
77
"main": "index.js",
88
"scripts": {

0 commit comments

Comments
 (0)