We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c22090 commit 85ee1f1Copy full SHA for 85ee1f1
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# NEXT RELEASE
2
-* Set FEDIVERSE_POPULAR_SERVERS staleness to 72 hours
+
3
+### v0.69.4
4
+* Set `FEDIVERSE_POPULAR_SERVERS` staleness to 72 hours
5
+* (Demo App) Reverse the order of color highlighting for tag filters so trending tags are always colored first
6
7
### v0.69.3
-* Lower timeoutMS to 2,500
8
+* Lower `timeoutMS` to 2,500
9
10
### v0.69.2
11
* Don't log `FollowersScorer` data
package.json
@@ -1,6 +1,6 @@
{
"name": "fedialgo",
- "version": "0.69.3",
+ "version": "0.69.4",
"description": "Fedialgo is a package for sorting Mastodon Posts in your timeline according to a user controlled algorithm",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments