SYNCHRONY v4.0.0
Released 13 Mar 24 - RELEASE
SYNCHRONY v3.7.4
Released 17 Oct 23 - RELEASE
SYNCHRONY v3.7.3
Released 29 Aug 23 - HOTFIX
SYNCHRONY v3.7.2
Released 21 Aug 23 - RELEASE
SYNCHRONY v3.7.1
Released 16 May 23 - RELEASE
SYNCHRONY v3.7.0
Released 08 May 23 - RELEASE
SYNCHRONY v3.6.0
Released 01 Mar 23 - RELEASE
SYNCHRONY v3.5.1
Released 04 Feb 23 - RELEASE
SYNCHRONY 3.5.0
Released 02 Feb 23 - RELEASE
Patch v3.4.1
Released 21 Dec 22 - HOTFIX

SYNCHRONY v3.7.3

Released: 29th August 2023

Crypt of the NecroDancer v3.7.3 is now available!

New features

  • Added an option to swap the A/B and X/Y controller button icons in the HUD

Modding features

  • Added parameter ev.knockbackSuppressed to event.objectDealDamage/objectTakeDamage
    • If set to true, knockback is disabled for this attack, separately from the distance specified in ev.knockback
    • If set to false, knockback is always applied for this attack, even for otherwise suppressed hits
    • If nil (default), knockback is applied if the attack was not suppressed
  • Added functions fear.setRemainingTurns()/fear.getRemainingTurns()
  • Added function statusEffect.isActive()
  • Added data field training to enum boss.Type, which can be set to false to avoid generating training stairs in the lobby

Bugfixes

Gameplay bugfixes

  • Fixed Blademasters resisting knockback on parried hits
  • Fixed Transaction Panels in secret shops being destroyed if the tile beneath them is changed

Interface bugfixes

  • Fixed long key names being split up across lines in some languages

Modding bugfixes

  • Fixed enum boss.Type data field splashTitle not affecting the name displayed on the boss intro screen
  • Fixed custom equipment sprites not rendering if they use filtered textures
  • Fixed modded enemies inheriting from the Skeleton template appearing as Fortissimole audience members
  • Fixed error in event.objectDig if ev.flags.checkAllTiles is set without ev.radius