v0.56.3
·
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
Notificationobjects 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(), andnumOptions()methods toBooleanFilter` QUICK_MODEisn't always turned on whenNODE_ENV=developmentand/theFEDIALGO_DEBUGenv 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
DISCUSSIONSweight preset - Standardized
Loggerclass - New
TagListclass