Skip to content

v0.56.3

Choose a tag to compare

@michelcrypt4d4mus michelcrypt4d4mus released this 01 Jun 17:51
· 1319 commits to master since this release
  • Dramatic performance improvements (everything is much faster)
  • Remove japanese/korean/cyrillic etc. hashtags from trending list unless that's the user's current language
  • Fix bug where scorers were not resetting their state when reset() was called and all other data was reset
  • Uniquify Notification objects from the API against the cache as they arrive to avoid the build up of dupes
  • serverInfo() only returns the v2 API data structure for a server configuration. If the v1 version exists it will be logged and thrown as an error.
  • Add entriesSortedByValue(), optionsSortedByValue(), optionsSortedByName(), optionsAsTagList(), isThisSelectionEnabled(), and numOptions()methods toBooleanFilter`
  • QUICK_MODE isn't always turned on when NODE_ENV=development and/the FEDIALGO_DEBUG env var is turned on; has to be enabled separately now
  • Fix bug when filtering for hashtags w/french/german/etc diacritic chars
  • Fix bug with moar data poller favourited toots puller that caused it to think it was finished after pulling only the minimum number of favourited toots
  • Add replyMentions() method to Toot objects
  • Add filters to getCurrentState() return value
  • Lower staleness duration for server side filters to four hours
  • Adjust DISCUSSIONS weight preset
  • Standardized Logger class
  • New TagList class