diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c54d5e8..d5ac36f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Add a new option for automatically forfeiting board staff position and/or deleting inactive accounts with customisable time. - Add a new option to automatically lock, lock+unlist, or delete boards that have no board owner. - Homepage hot threads have a new option for maximum thread age, and are no longer bound to a static 7 days. - - Homepage hot threads score formula is now `score=1-(current thread age/max thread age)` to better represent more recently active threads, rather than simply sorting by reply count. + - Homepage hot threads score formula is now `score=replies in last 7 days*(1-(current thread age/max thread age))` to better represent more recently active threads, rather than simply sorting by reply count. - Add unofficial Typescript SDK + typings for jschan api to README, (thanks to Michell/ussaohelcim). - Add "playlist" button in OP dropdown to download thread audio/video as m3u playlist (thanks to Michell/ussaohelcim).