Releases: inttter/discid
v1.6.2
This is the first release in about half-a-year, with some new changes and improvements.
*NOTE: Bots and discriminators are no longer supported as of this release. (Why?)
♻️ Refactors
-
48a23af ♻️ refactor: reduce the usage of colors
- I don't really agree with the idea of using a lot of colors anymore. Some more important stuff (like status indicators and things like "Listening to", among others) have kept their colors though.
-
5cd3e37 ♻️ refactor: show platforms next to online status
- This removes the need for a separate line just to display the platforms, it now shows dimmed next to the online status:
lunar (iinter) • 🟢 Online (Desktop)
🧹 Chores
-
378c0dc 🧹 chore: swap position of display name and username
-
This was changed to match how usernames and global names are displayed on Discord.
Before (<= v1.6.1) After (v1.6.2+) iinter (lunar)
lunar (iinter)
In the example above,
lunar
is the global name, andiinter
is the username.
-
-
d26eb9c 🧹 chore: use node
.gitignore
template -
7d4b2f5 🧹 chore: update license year to 2025
📚 Documentation
- 676d37c 📚 docs: update example to match new version
- Also removed a bit of clutter and updated license year (finally)
📦 Packages
- 943de06 📦 chore(package): Bump most packages to latest versions
v1.6.1
This is a small update which updates and adjusts a couple of things!
🧹 Chores
- 85307aa 🧹 chore: show an error if no user ID is provided
- 848bfe1 🧹 chore: don't show album name on spotify status
- Also updates
Avatar URL
to use thehttps://api.lanyard.rest
URL instead of the Discord CDN.
- Also updates
- b28c79b 🧹 chore: indent all code by 2 spaces
📚 Documentation
- 4fc6088 📚 docs: slight README updates
- Improved look of the initial header
- Updated example to match this version
- Fixed and adjusted some minor things (eg. spelling)
📦 Packages
v1.6.0
✨ Features
-
5ccb494 ✨ feat: show global name of user
Example
If these two are present in the JSON response for
514106760299151372
:"discord_user": { "username": "iinter", "global_name": "lunar" # rest of discord_user... }, # rest of response... "discord_status": "online",
then the output will be:
iinter (lunar) • 🟢 Online
-
87610d1 ✨ feat(json): copy response to clipboard
- Means that you no longer have to scroll through and highlight the whole response and copy/paste it manually.
🧹 Chores
- df7d68a 🧹 chore: update help information
📦 Package
- d737a45 📦 chore(package): Bump axios from 1.7.1 to 1.7.2
🐛 Bugfixes
- ba2ac42 🐛 fix: fix animated avatar's still using
.png
instead of.gif
v1.5.1
v1.5.0
✨ Features
- 873b8bd ✨ feat(json): add syntax highlighting to json output
- Colors may vary depend on theme you are using (eg. in VSCode, any terminal application, etc).
🧹 Chores
📝 Documentation
- 6588f19 📝 docs: improve README significantly
- Uses a new, updated example image (finally), and goes into some more detail.
v1.4.2
v1.4.1
v1.4.0
Features
-
✨ Show user's kv with
--kv
5013f6b- For example, the following key-values (as set from Lanyard's Discord bot):
"kv": { "email": "hi@iinter.me", "location": "UK", "website": "https://iinter.me" },
will be outputted in the terminal in the following way:
KV of iinter: # 'iinter' is the username from the user ID you gave as [userID] email: hi@iinter.me # .set email hi@iinter.me location: UK # .set location UK website: https://iinter.me # .set website https://iinter.me
Config
- 👷 Update prefix to use emojis b218603