Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@Its-Haze Its-Haze released this 07 Jan 05:24
· 77 commits to master since this release
2418e18

Welcome to Release v1.0.0

This release is pretty big!
Many things have been added, and i hope u like them

icon1

Arena ranked emblem
arena-1

New features

  • Summoner icons are now shown when in the client
  • Rank emblems can be shown by using --show-rank (SoloQ, Flex, TFT, Arena)
  • Online/Away status emojis can be used by adding --show-emojis or --emojis
  • In lobby / In Queue / In Champion detection has been added

Bugfix

Now polls the local league api whenever a game starts, instead of hoping that it has started.
This will mean that you will no longer need to see the "You have a potato pc, error message".

Dependency update

Added nest_asyncio==1.5.8 and lcu-driver==3.0.1


As usual.. just download the file, make it executable, and run it. Should be as simple as that.. If you have problems, report them

wget https://github.com/Its-Haze/league-rpc-linux/releases/download/v1.0.0/league_rpc_linux
chmod +x ./league_rpc_linux
./league_rpc_linux

If you want to verify the checksum, then run:

wget https://github.com/Its-Haze/league-rpc-linux/releases/download/v1.0.0/league_rpc_linux.sha256
sha256sum -c league_rpc_linux.sha256

Should work smooth like butter, if it doesn't then you can contact me on Github, or Discord @haze.dev

if you want to install the dependencies yourself and run it like that, then read the README about how to do that.

the executable was built with

PyInstaller: 6.3.0
Python: 3.11.6
Platform: Linux-6.6.7-203.fsync.fc38.x86_64-x86_64-with-glibc2.37

If it does not work for you.. you can build it yourself:
Just install pyinstaller and you are good to go.

# In your virtual env..
pip install pyinstaller
pyinstaller --onefile --name league_rpc_linux league_rpc_linux/__main__.py --clean

the result will be located in ./dist/league_rpc_linux

The reason for not working might be that i build it with a newer kernel than what you have. I should be building with the oldest possible kernel version that i plan to support but i am just too lazy. >)

What's Changed

  • Add league-rpc-auto-launcher startup script for Lutris / League launchers. by @Its-Haze in #13
  • change default launch script paths to XDG base directories. by @Its-Haze in #14
  • LobbyInfo by @Bloodiko in #10

New Contributors

Full Changelog: v0.0.10...v1.0.0