GODrums / BetterFloat

Enhance your website experience on CSFloat, Skinport & Skinbid
https://betterfloat.com/
Other
39 stars 10 forks source link

On Update: open update page with changelogs #13

Open GODrums opened 1 year ago

GODrums commented 1 year ago

Currently, it may be very difficult which features are actually new or what changes on every update.

A little popup page could help give an overview of the changelog and explain in more detail what the new features do.

Important: make sure the user does not get annoyed or spammed by this feature.

bycop commented 1 year ago

For this, you just have to create an html, url or anything from the onInstalled listener by example chrome.tabs.create({ url: 'html/changelog.html' });

GODrums commented 1 year ago

Yeah, from a technical standpoint, this is quite easy, but just reiterating the changelog brings no additional value. And I feel like it would be very annoying to get a popout page every few days.

I'm looking for a more subtle solution, which can also provide additional value via pictures or more detailed explanations of how features work / how to use them.