AprilSylph / XKit-Rewritten

🧰 The enhancement suite for Tumblr's new web interface
GNU General Public License v3.0
289 stars 48 forks source link

Seen Posts no longer dimming #439

Closed hollowsbest closed 2 years ago

hollowsbest commented 2 years ago

Platform

Windows 10 64-bit v10.0.19042

Browser

Opera GX v82.0.4227.50

Addon version

v0.14.4

Details

It's turned on, but posts are no longer dimming as I reload after I see them. Last dimmed post was from hours ago down my dash.

AprilSylph commented 2 years ago

Confirmed. Seen Posts is unable to properly process posts upon pageload.

AprilSylph commented 2 years ago

I've found the problem: features are calling their own onNewPosts callbacks after registering them, which is no longer necessary. In Seen Posts' case, this means posts are getting processed twice, which leads to one call overwriting the previous call's data. I'll get this fixed up soon; thank you for the report!

hollowsbest commented 2 years ago

no problem! glad it seemed an easy find, and hopefully an easy enough fix : )

AprilSylph commented 2 years ago

This is now fixed in XKit Rewritten v0.14.5; I'm not entirely familiar with the force-update process for extensions installed in Opera via the Chrome Web Store, but you should automatically receive it within the next day either way.

Wikipedia doesn't seem to have too detailed information on Opera releases, but assuming Opera GX uses the same version number as the Opera version it's based on, you should be fine to receive this. A performance optimisation meant I had to bump the minimum Chrome version to 88, which is what Opera 74 is based on.