Releases: inttter/discid
v1.3.1
Features
-
✨ Add option to view user's profile in browser 47d3940
-
These options are defined with
--visit
or--open
, both of which will open the user's profile you specified in the browser. -
If the user ID, it will just open the Discord website in your browser.
-
EDIT: Thanks to d31bb54, these two options work with ANY user, not just people in the Lanyard Discord:
-
-
✨ Show
activity.state
when playing a game if available b30de10- For example, this could show as
Playing: osu! • Looking for a game
. - In the JSON output, the state would be:
"state": "Looking for a game"
.
- For example, this could show as
Miscellaneous
Bugfixes
- 🐛 Fix error message infinitely looping if
<userId>
can't be found 4a61e6d
v1.3.0
Features
-
✨ Add support for
streaming
29fff14- This is for streams such as the ones that display when someone is streaming on Twitch/YouTube. This would come out as:
Streaming: YouTube @ https://www.youtube.com/watch?v=dQw4w9WgXcQ
- This is for streams such as the ones that display when someone is streaming on Twitch/YouTube. This would come out as:
-
✨ Add support for
watching
02f6d41- This is for watching statuses, such as the one which says
Watching Crunchyroll
. For example, this could come out as:
Watching: My Hero Academia • The Scoop on U.A. Class 1-A
- This is for watching statuses, such as the one which says
-
✨ Show duration user is playing a game for 566af31
-
✨ Show Spotify song progress f5175e7
Miscellaneous
- ⚡ Add spinner for while fetching from Lanyard b740886
- 💄 Adjust colors 095dbcb
- 🧹 Properly lint code 3f46520
- 💸 Add funding file 87238f2
Bugfixes
v1.2.0
Features
-
✨ Add status field 31a2bfd
-
✨ Support specific game details f9693de
- This means more specific details about activities in certain games. This reads
gameActivity.details
and displays it next to the name of the game.
- This means more specific details about activities in certain games. This reads
Here's two examples with Roblox using Bloxstrap, and the rhythm game osu!:
Roblox | osu! |
---|---|
CI
Bugfixes
-
🩹 Show discriminator if user is not using new username system d9b0f0a
- This is mainly for bots (which still require discriminators) and/or people who still have not switched to the new username system without the discriminator system (why would you not switch?)
v1.1.0
Features
-
✨ Add
--json
option 056a112- This will show the formatted JSON output of the user from
https://api.lanyard.rest/v1/users/:user_id
, replacing:user_id
with the user ID you entered.
- This will show the formatted JSON output of the user from
-
✨ Add
platform
field 2832fdf- This will show the platform the user is on (Desktop, Web, or Mobile)
Styling
- 🎨 Improve output to be cleaner 76484e5
Before | After |
---|---|
Along with this change, showing both the game the user is playing and the song the user is listening to at the same time is supported!