Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Releases: idkr-client/idkr

1.3.3

24 May 10:23
Compare
Choose a tag to compare
  • Downgraded Electron to 9.x
    • This should fix some graphical issues
  • Fixed the default value for the Disable Frame Rate Limit option

1.3.2

06 Mar 16:06
Compare
Choose a tag to compare
  • Upgraded electron-updater to 5.0.0
    • This should fix errors when trying to auto update the client

1.3.1

06 Mar 14:51
Compare
Choose a tag to compare

This release has broken updater! Do not use this.

  • Downgraded Electron to 10.x
    • This should fix "freeze"s while in ADS

1.3.0

04 Mar 23:32
Compare
Choose a tag to compare

Additions:

  • Added back Menu Timer option.
    • It works using CSS instead of the old MutationObserver method, meaning it should be less laggy but might cause conflicts with third party CSS.

Changes:

  • The userscripts loader have received a lot of changes and re-enabled.
    • Read Userscripts.md for more info.

Fixes:

  • "Normal" resource swapper now correctly swaps audio files.
  • Settings menu is back (yet again).
  • Lots of other minor fixes.

Misc:

  • Source code is now less messy.
  • Updated dependencies.

1.2.2

22 Apr 09:29
Compare
Choose a tag to compare
  • Fix client settings not displaying

Quick patch release for the latest game update breaking the settings menu.

1.2.1

16 Apr 07:38
Compare
Choose a tag to compare
  • Changed the tab layout of the settings menu
  • Closing a window no longer closes its child window
  • Removed unnecessary constructor in account/window manager
  • Workaround the current game code blocking clientUtil property
    • Due to this, userscripts are disabled
  • Updated dependencies

Quick patch for the current situation where the client-side game code detects part of idkr and blocks it. This is a decision made by Krunker team and not us.
Thank you for your understanding.

1.2.0

03 Mar 09:43
6ccd2f0
Compare
Choose a tag to compare

Additions:

  • Added an option to disable alt manager
  • Added 2 shortcuts from the official client
    • Control + F1: Reset client settings and restart
    • Shift + F1: Open client settings file in an editor
  • ANGLE Graphics Backend setting is now visible on Linux

Improvements:

  • Updated dependencies
    • This made saving settings faster

Fixes:

  • Don't store Alt-Manager passwords in LocalStorage as plain text

1.1.0

05 Feb 19:47
Compare
Choose a tag to compare

Additions:

  • Added account manager
  • Added an option to hide the exit button

Improvements:

  • Improved how the client handles page navigation/new window
    • This fixes the Join button creating a new window

Fixes:

  • Fixed In-Process GPU setting limiting the FPS even though Disable Frame Rate Limit is enabled

1.0.8

21 Jan 13:26
Compare
Choose a tag to compare

Additions

  • Implemented a prompt when leaving some pages
  • Implemented Exit button
  • Added In-Process GPU setting
    • This may fix window capture problems

Changes

  • Renamed Discord RPC to Discord Rich Presence
  • Disable Frame Rate Limit setting now defaults to off
  • Updated dependencies

Fixes

  • Few fixes for Discord Rich Presence
  • Entering specific characters in settings no longer break itself
  • Fixed a bug where some settings appear in unintended situations

1.0.7

27 Nov 04:30
Compare
Choose a tag to compare
  • Discord RPC should be cleared after closing the client
  • Improved settings menu
    • You can now collapse client settings
    • Moved client settings to the new "idkr" tab
  • Minor improvements