Skip to content

Release 2.1.1 (Fixes patch 14.10)

Compare
Choose a tag to compare
@Its-Haze Its-Haze released this 16 May 15:21
· 35 commits to master since this release
v2.1.1
fe47354

Welcome to another release of LeagueRPC

This version of LeagueRPC is compatible with League of legends Patch 14.10+


Bugfix

LeagueRPC failed to detect the user's champ and skin. this is due to how riot changed their API now in patch 14.10.

Instead of looking at the current players summonerName, it now checks the riotId. So now everything should work as it did before.
This was an unexpected change, but it was detected early.

Who should update?

Everyone.. This change is required for leagueRPC to function. Any version below 2.1.1 will not work because of RIOTs API changes.

Installation

To install LeagueRPC, follow these steps:

  1. Download the leagueRPC.exe from the assets section of this page.
  2. Navigate to the download location and double-click the file to run it.
  3. If Windows displays a security warning, approve it if you trust the application. For those who prefer to verify the integrity of the software, the source code is available for review.

What's Changed

  • Fix leagueRPC to work on patch 14.10 API by @Its-Haze in #38

Full Changelog: v2.1.0...v2.1.1