-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update zerion extension #15877
Update zerion extension #15877
Conversation
- Merge branch \'contributions/merge-1734276660475\' - Pull contributions - Merge branch \'contributions/merge-1734274808161\' - Pull contributions
Thank you for your contribution! 🎉 🔔 @qd-qd you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. You can expect an initial review within five business days. |
All changes are discussed with the creator of the extension and pushed into the original repository: https://github.com/qd-qd/raycast-zerion |
extensions/zerion/package.json
Outdated
}, | ||
"version": "2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}, | |
"version": "2.0.0" | |
} |
The version
field is not needed. Raycast never uses it for any purpose.
@@ -0,0 +1,161 @@ | |||
import { groupBy } from "lodash"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { groupBy } from "lodash"; | |
import groupBy from "lodash/groupBy.js"; |
You can import the groupBy
in this way to get a smaller distribution file size.
extensions/zerion/CHANGELOG.md
Outdated
|
||
## [Zerion Client ] - 2024-12-17 (2.0.0) | ||
- View wallet portfolio | ||
- Search tokens, addresses or domains | ||
- Show Wallet total value in the menu bar | ||
- Safe multiple addresses for quick access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [Initial Version] - 2024-01-18 (1.0.0) | |
## [Zerion Client ] - 2024-12-17 (2.0.0) | |
- View wallet portfolio | |
- Search tokens, addresses or domains | |
- Show Wallet total value in the menu bar | |
- Safe multiple addresses for quick access | |
## [Zerion Client] - {PR_MERGE_DATE} | |
- View wallet portfolio | |
- Search tokens, addresses or domains | |
- Show Wallet total value in the menu bar | |
- Safe multiple addresses for quick access | |
## [Initial Version] - 2024-01-18 |
Incorrect order. The new changelog should be on the top. The version is nonsense and unneeded.
@LitoMore, thank you for your comments! |
extensions/zerion/CHANGELOG.md
Outdated
@@ -1,3 +1,9 @@ | |||
# Zerion Changelog | |||
|
|||
## [Zerion Client ] - 2024-12-17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [Zerion Client ] - 2024-12-17 | |
## [Zerion Client] - {PR_MERGE_DATE} |
The date can be {PR_MERGE_DATE}
here. The Raycast bot will replace the string with merge date for you.
And there is trailing space after the Zerion Client
. It can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Looks good to me, approved 🔥
Published to the Raycast Store: |
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
A big update created by the Zerion team.
Improvements:
Screencast
Zerts.Screenshot.Dec.15.2024.mp4
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder