Skip to content

Commit 8dec5a0

Browse files
author
ashariyar
committed
Merge branch 'master' into github_pages
2 parents 58e632a + 6ed9630 commit 8dec5a0

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# NEXT RELEASE
22

3+
### v1.2.34
4+
35
### v1.2.33
46

57
### v1.2.32

dist/config.js

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

dist/config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fedialgo",
3-
"version": "1.2.33",
3+
"version": "1.2.34",
44
"description": "Fedialgo is a package for sorting Mastodon Posts in your timeline according to a user controlled algorithm",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ class Config implements ConfigType {
10311031
"cost",
10321032
"costs",
10331033
"could",
1034+
"course",
10341035
"countries",
10351036
"country",
10361037
"couple",
@@ -1757,6 +1758,8 @@ class Config implements ConfigType {
17571758
"impact",
17581759
"impacted",
17591760
"impacts",
1761+
"important",
1762+
"importantly",
17601763
"impress",
17611764
"impressive",
17621765
"in",
@@ -2123,6 +2126,7 @@ class Config implements ConfigType {
21232126
"nachrichten", // German
21242127
"name",
21252128
"named",
2129+
"names",
21262130
"naming",
21272131
"nation",
21282132
"national",
@@ -3268,6 +3272,7 @@ class Config implements ConfigType {
32683272
"unity",
32693273
"unknown",
32703274
"une", // French
3275+
"unless",
32713276
"uno", // Italian
32723277
"uns", // German
32733278
"until",

0 commit comments

Comments
 (0)