Releases: Radiicall/jellyfin-rpc
v0.15.4 | Fixes
What's Changed
-
Season null fix by @Radiicall in #81
Stop program from displaying the season as "Snull" if there's no index number for it.
-
Crash fixes by @Radiicall in #82
Full Changelog: 0.15.3...0.15.4
v0.15.3 | Refactor
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
Well… No more! Maintainers can now compile the package with --no-default-features
and that warning goes away!
What's Changed
- Create jellyfin-rpc library by @Radiicall in #78
Full Changelog: 0.15.2...0.15.3
v0.15.2 | Major fixes
Notes
This release fixes content that doesnt have any images:
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
- Bump webpki from 0.22.1 to 0.22.2 by @dependabot in #71
- Fix subprocess call missing round brackets on the installer by @ccrsxx in #72
- Fix artist display (#74) by @Radiicall in #75
- Fix content that doesnt have images by @Radiicall in #76
New Contributors
Full Changelog: 0.15.1...0.15.2
v0.15.1 | Small update
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
Books!
This release includes support for normal books instead of just audio books!
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
- Add support for books by @Radiicall in #67
Full Changelog: 0.14.7...0.15.0
v0.14.7 | Printing errors!
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
- Bump webpki from 0.22.0 to 0.22.1 by @dependabot in #66
Full Changelog: 0.14.6...0.14.7
v0.14.6 | 128 byte issue
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
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
- 128 character length limit by @Radiicall in #58
Full Changelog: 0.14.4...0.14.5
v0.14.4 | Tiny change
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
What's Changed
- Comments, error handling and readability by @Radiicall in #53
- Bump rustls-webpki from 0.101.1 to 0.101.4 by @dependabot in #54
New Contributors
- @dependabot made their first contribution in #54
Full Changelog: 0.14.2...0.14.3