Minor readme change, fix hotthreads formula

indiachan-spamvector
Thomas Lynch 2 years ago
parent a9b288d1ac
commit d95a47b93c
  1. 2
      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).

Loading…
Cancel
Save