Skip to content

Releases: inttter/discid

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": "[email protected]",
         "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: [email protected] # .set email [email protected]
    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

v1.3.2

10 Mar 12:46
Compare
Choose a tag to compare

Styling

  • 💄 Improve look of error messages 9468260

  • 💄 Use hex colors for discord_status to match emoji 0621930

    • Online: #00D26A
    • Idle: #FCD53F
    • Do Not Disturb: #F8312F
    • Offline stays the same.

Chores

  • 🧹 Rzemove duplicate check for discriminator 06aed91