Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: masa-finance/chrome-extension

v1.1.0

13 Feb 19:10
Compare
Choose a tag to compare

Redesign of the extension and addition of new points system

Popup improvements

  • New popup design
  • Wallet connector with metamask icon
  • Wallet connector with soulname
  • Daily points tracking on transactions and page views ( Pop up )

image

Dashboard improvements

  • Tracking of social connections
  • New profile tracking endpoints
  • Tracking switch in dashboard

image

What's Changed

New Contributors

Full Changelog: 1.0.1...v1.1.0

Masa Google Chrome Extension v1.0.1

24 Jan 20:19
085af32
Compare
Choose a tag to compare

Release notes for 1.0.1

  • React setup
  • SCSS setup
  • Webpack config
  • Default styles for dashboard and popup
  • Porting Metamask logic to react app
  • New UI for extension popup
  • New UI for dashboard
  • Integrated analytics API calls using fetch useMetrics
  • Implemented routing

Known issues

  • There is some flickering between the "Not connected" page and the main dashboard when refreshing the screen

Using / Testing

Grab dist folder and load it in the extensions page of your browser.

Screenshots

image
image
image

Full Changelog: 0.0.1...1.0.1

Masa Google Chrome Extension v0.0.1-alpha

03 Jan 00:05
Compare
Choose a tag to compare

Release Notes for v0.0.1-alpha

Features

  • Implemented MetaMask connection functionality in the popup script.
  • Added background script to handle page view tracking.
  • Established communication between popup and background scripts using chrome.storage.local.
  • Created postDataToServer function to send tracking data to a specified endpoint.

Enhancements

  • Improved logging for debugging purposes in both popup and background scripts.
  • Ensured dynamic retrieval of user's Ethereum address for accurate tracking.

Bug Fixes

  • Addressed the issue where the user's Ethereum address was not being included in the tracking payload.

Known Issues

  • User's Ethereum address may not update dynamically in certain edge cases.

Notes

  • This is an alpha release and may contain bugs not yet identified.
  • Feedback and contributions are welcome to improve the extension's functionality.

Getting Started

  • Load the unpacked extension into the browser to test the new features.
  • Ensure MetaMask is installed and connected to test the MetaMask integration.

Thank you for your support and contributions to this alpha release!