Skip to content

v1.0.3 | ARM Support on linux, config options and optimizations

Compare
Choose a tag to compare
@Radiicall Radiicall released this 14 Apr 18:36
· 90 commits to main since this release

ARM and Optimizations

This release comes with ARM support for both 64 bit and 32 bit!
It also changes the build to use LTO, CGU 1 and strips without running another command on build

New config options

This release comes with 3 new config options courtesy of @Pr0chy

{
    "jellyfin": {
        ...
        "show_simple": false,
        "append_prefix": false,
        "add_divider": false,
        ...
    },
    ...
}

show_simple

show_simple makes TV Shows display without the episode name!
Lets say you're watching something with a really long episode name:
It will turn this
S1E1 This is a really long episode name
Into this
S1E1

append_prefix

append_prefix adds a leading 0 to episode names below 10:
S1E1
to
S01 - E01

add_divider

add_divider adds a dash between the episode number and episode name
S1E1 Episode name
to
S1E1 - Episode name

This doesnt work with show_simple set for obvious reasons..

Bug fix

@JustTemmie fixed a bug that stopped the rich presence from displaying if there were more than 2 buttons present in the config, this is important because now you can choose to have both custom buttons and dynamic buttons.
If you put the dynamic buttons at the top of the buttons array and your custom buttons at the bottom then it will first try to load the dynamic ones, and if it cant then it will load your custom ones!

What's Changed

  • Allow more than 2 RPC buttons in the config file by @JustTemmie in #105
  • Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #108
  • ARM support, ommiting episode names and adding a "0" prefix to episode and season numbers by @Pr0chy in #111

New Contributors

  • @JustTemmie made their first contribution in #105
  • @Pr0chy made their first contribution in #111

Full Changelog: 1.0.2...1.0.3