yup-live-chrome-extension/CHANGELOG.MD

81 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2023-02-13 19:20:50 +00:00
# Change Log
2024-01-13 17:55:58 +00:00
## [Version 1.1.5]
- improved notification handling and display
- lowerd coinGecko api calls due to recent changes in free tier limit
2023-10-13 13:22:56 +00:00
## [Version 1.1.4]
- minor fix edge case of no notifications
2023-10-06 15:45:16 +00:00
## [Version 1.1.3]
- minor fix to prevent console error log on fetch failure
2023-10-01 03:46:14 +00:00
## [Version 1.1.2]
- changed service worker open notification to use app.yup.io
- fixed follow notification with multiple senders
2023-10-06 15:45:16 +00:00
2023-09-29 00:08:58 +00:00
## [Version 1.1.1]
- changed auth condition
- refactor image loader for notification images
- added constant for yup app base url
- other cleanups
2023-09-28 04:51:36 +00:00
## [Version 1.0.9]
- added: browser notifications(work similar to push notifications) for comment, mention, follow with the ability to open the notification in app
- changed login to use app.yup.io
- removed external navigation to yup-live
- added more settings
- fixed some service worker issues
2023-07-20 06:57:07 +00:00
## [Version 1.0.8]
- migrated from windicss to tailwindcss
- migrated to web3-notifications and adapted them
- changed like component
- changed injected overlay to support new like component and delete vote
## [Version 1.0.7]
2023-04-13 00:32:37 +00:00
2023-04-13 00:47:21 +00:00
- fixed background notification
## [Version 1.0.6]
2023-09-28 04:51:36 +00:00
- refactored notifications
2023-04-13 00:32:37 +00:00
- added support for aggregated notifications
- added support for follow notification
2023-02-23 21:42:10 +00:00
## [Version 1.0.5]
- added: `setting` to enable right click page context like at user suggestion
- added: `setting` to enable chrome notification on like success/fail from right click context
- refactor: track for reward notification
- disabled: some logs
2023-02-18 15:08:52 +00:00
## [Version 1.0.4]
- fix: add missing key
2023-02-17 22:12:40 +00:00
## [Version 1.0.3]
- change some user error messages
- case detection if there's no active tab
2023-02-17 22:25:15 +00:00
- always show rating website even if the tab is not active
- change the header to a fixed size to not overflow if the extension is installed on a mobile device: Ex: Kivi/Yandex
2023-02-17 22:12:40 +00:00
- added link to mobile APP version of yup live
2023-02-17 22:25:15 +00:00
- replaced setting for notification when refill to auto refill if you are online
2023-02-17 22:12:40 +00:00
2023-02-14 16:16:48 +00:00
## [Version 1.0.2]
- small url fix
- fixed some logic with chrome native notifications
2023-02-13 19:20:50 +00:00
## [Version 1.0.1]
- first release