Skip to content

Releases: Radiicall/jellyfin-rpc

v0.15.3 | Refactor

18 Oct 18:06
Compare
Choose a tag to compare

Not really any changes that will affect end users here but there is one thing to note about this release.
When using jellyfin-rpc with a package manager its been kind of annoying how it would show this if you werent completely up to date
Update warning on startup

Well… No more! Maintainers can now compile the package with --no-default-features and that warning goes away!

What's Changed

Full Changelog: 0.15.2...0.15.3

v0.15.2 | Major fixes

07 Oct 19:59
66050dc
Compare
Choose a tag to compare

Notes

This release fixes content that doesnt have any images:

  • Before
    image
  • After
    image

For songs it now displays song artist(s) over the album artist (no example for this I'm sorry).

The installer also had a fix by @ccrsxx (I would've never noticed this so thanks <3)

What's Changed

New Contributors

Full Changelog: 0.15.1...0.15.2

v0.15.1 | Small update

26 Sep 20:31
eabf411
Compare
Choose a tag to compare

Made usernames case-insensitive because users cant have the same name e.g. "user" and "USER".

Sleep for 3 full seconds instead of 750 milliseconds, this technically makes the program slower at detecting changes but it looks much better in discord because the end timer doesnt jump around as much.

Full Changelog: 0.15.0...0.15.1

v0.15.0 | Book support

12 Sep 16:40
166050c
Compare
Choose a tag to compare

Books!

This release includes support for normal books instead of just audio books!
Book example image

Other changes

There are also small improvements to the code and a bit more error printing (forgot some in the previous release).

Information about the project

I'm not sure how frequent updates will be from now on, I dont believe there's more media types im missing (could be wrong tho).
I'll still fix bugs that arise and stuff but this project feels sorta done when it comes to features.
If anyone has anything they'd like implemented then please create an issue in the repo with the feature you want added and then I'll consider it.

What's Changed

Full Changelog: 0.14.7...0.15.0

v0.14.7 | Printing errors!

09 Sep 22:11
2b5df66
Compare
Choose a tag to compare

The previous releases would show really useless errors when the program couldn't connect to Discord…
This release is trying to fix that, I've now made it print the actual error instead of just a "Failed to [re]connect" message.
I've also fixed up music display so it shouldnt end with a - out of nowhere anymore.
Default image also got changed to a better one when images are disabled.
The rest is just code improvements that should speed up the program a bit.

What's Changed

Full Changelog: 0.14.6...0.14.7

v0.14.6 | 128 byte issue

31 Aug 20:34
Compare
Choose a tag to compare

Discord has a limit on 128 characters in activity messages.

The code previously just checked for and sliced 128 bytes, however this causes a problem when it comes to CJK characters (#61) or UTF-8 characters in general which are more than one byte in length, this release fixes this issue.

Instead of checking for 128 bytes and then slicing 128 bytes, it now checks for 128 bytes and then slices 128 characters, the reason for using the same check comes down to speed, its better to check just the ones that are over 128 bytes instead of checking every single string.

Full Changelog: 0.14.5...0.14.6

v0.14.5 | Bug fix + macOS ARM

26 Aug 16:16
Compare
Choose a tag to compare

This release fixes a bug and adds an arm64 executable for macOS!

The bug was that discord only displays activities if they have a length of under 128 characters, i have now capped the length which should fix the issue. Please let me know if this is still a problem!

The arm64 executable should be released along with the others

What's Changed

Full Changelog: 0.14.4...0.14.5

v0.14.4 | Tiny change

24 Aug 20:41
Compare
Choose a tag to compare

Most people wont need this update, it really only applies to people using imgur. Now the program should print out what imgur returns if there is no image URL in the returned json. This release is also to test the new RPM because it should auto update to the newest release. Wish me luck that it works as expected!

Full Changelog: 0.14.3...0.14.4

v0.14.3 | Security update and error handling

22 Aug 19:13
08ce2b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.2...0.14.3

v0.14.2 | Music bug fix

12 Aug 22:34
d9b3a54
Compare
Choose a tag to compare

This release fixes #47, a crash that happens when a song is not in an album

Full Changelog: 0.14.1...0.14.2