Skip to content

Releases: inttter/discid

v1.6.2

28 Jun 18:54
Compare
Choose a tag to compare

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, and iinter 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

30 Nov 15:07
Compare
Choose a tag to compare

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 the https://api.lanyard.rest URL instead of the Discord CDN.
  • 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

  • c83eb02 📦 chore(package): Bump axios from 1.7.4 to 1.7.7 (#11)
  • bf89a83 📦 chore(package): Bump ora from 8.0.1 to 8.1.1 (#12)

v1.6.0

15 Jul 21:15
Compare
Choose a tag to compare

✨ 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

20 May 16:31
Compare
Choose a tag to compare

📦 Dependencies

  • 6b5052a 📦 chore(package): Bump commander from 12.0.0 to 12.1.0
  • 58abc84 📦 chore(package): Bump axios from 1.6.8 to 1.7.1

📝 Documentation

  • 841633c 📝 docs: add shields.io badges

v1.5.0

18 May 13:21
Compare
Choose a tag to compare

✨ 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

  • 4735b8f 🧹 chore: code cleanup
  • 4735b8f 🧹 chore: use better spinners

📝 Documentation

  • 6588f19 📝 docs: improve README significantly
    • Uses a new, updated example image (finally), and goes into some more detail.

v1.4.2

11 May 10:16
Compare
Choose a tag to compare

🧹 Chores

  • 6e2e568 🧹 chore: improve error messages

🐛 Bugfixes

  • a480d70 🐛 fix: fix copy user id image link

v1.4.1

29 Apr 16:30
Compare
Choose a tag to compare

🧹 Chores

  • 5ca63b8 🧹 chore: new (better) logo
  • de35cdf 🧹 chore: use long form of seconds when only seconds are present
  • e537250 🧹 chore: update some links

v1.4.0

31 Mar 16:34
Compare
Choose a tag to compare

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

v1.3.4

25 Mar 18:39
Compare
Choose a tag to compare

Features

  • ✨ Show user's avatar URL 3d9c262

Chores

  • 🧹 Update instructions link to find a user ID 53e8e7a

Documentation

  • 📝 Link to blogpost for supported fields 2d6760a
  • 📝 Update documentation 8427ee8

Bugfixes

  • 🐛 Fix undefined showing if no details were present in Watching status 4bf0bd8

v1.3.3

18 Mar 18:37
Compare
Choose a tag to compare

Security

Packages