New parameter each_once to pick each post only once when using redirect_to=random. Use each_once=rewind to start over again after all posts are done. each_once= with a target post/page ID to finish there. Works only if visitors have cookies enabled.
New parameters comment_count, comment_count_min (>=) and comment_count_max (<=) to filter by comment count. The value is always an integer. comment_count also takes negative values, which means “not”. Requires WordPress 4.9+.
Other
Whitelisted more tracking parameters for Google and Matomo Analytics.
New parameter ‘bias’, to be used together with ‘?redirect_to=random’ and ‘count’. The value of this parameter is a percentage that determines how much the posts determined by ‘count’ will be preferred over the rest. Example: www.example.com/?redirect_to=random&count=10&bias=80 -> The most recent 10 posts will be preferred with an 80% probability. Can be used together with ‘offset’.