Skip to content

3.1.0 - 2020-04-09

Latest
Compare
Choose a tag to compare
@kurtextrem kurtextrem released this 15 Apr 11:04
· 284 commits to master since this release

Technical

  • use requestIdleCallback as preact rendering debounce method for improved rendering performance
  • use [data-active] to not invalidate styles when setting another item as active
  • removed material icons and put in emojis (looks nicer, removes all external dependencies -> shortens webstore review)
  • upgraded to webpacck 5 -> reduced build time from 40 s (???) to 12 s again

The "Pictures Only" setting has been updated (and fixed, it was broken from 3.0.0). Here's how it looks combined with "No Space Between Posts":

Pictures Only Demo

Bug Fixes

This release contains all the bugfixes from 3.0.1 and 3.0.2:

  • Fixed "posts on profiles could not be opened"
  • On the main feed, the like button always did the opposite (ouups, I'm only human after all... or maybe unintended april fools?). Fixed.
  • Fixed the "Load more" button on the 3-dots like/saved page
  • Fixed the login screen (the new feed was on top of it)