Skip to content

Release 2.0

Compare
Choose a tag to compare
@kcotoi kcotoi released this 01 Feb 21:51
· 7 commits to master since this release
  • 2.0 Release info:

  • Features:

    • Added option in Pop up Settings to disable or enable Quick Buy button.
    • Added Raydium Marketplace, now you can also see rankings there. For this the mapping from Magiceden will be taken
      so no need for additional mapping.
  • Changes:

    • Switched to using Manifest V3 and Service Workers. This should help have speedier reviews from chrome and also
      improve the performance.
    • Improved the way the extension stores the data, still work in progress.
    • Got rid of using localstorage so now all the data is stored in the indexedDB.
      One of the reasons is the storage limitations, not a lot of data is allowed to be stored in a single item.
      With previous approach there were issues with quickly recognising data mismatch, this caused an issue with loading ranks and it could
      have taken up to 5 minutes to recognise it and fetch the data again if necessary.
    • Added extra safety measures to make sure that Quick Buy is only triggered when it should.
      This feature is still in beta phase so please use with caution.
    • Implemented also cleanup of the old stored data. This should prevent issue with saved settings.
  • Known issues:

    • Unfortunately Firefox does not support Manifest V3 yet so you will not be able to manually import this
      extension there.

Will work on implementing these changes for Manifest V2 so all this will also be available there too.