Skip to content

Releases: Col-E/Recaf

2.17.4

26 Jan 09:29
Compare
Choose a tag to compare

2.17.4 (2021-01-26)

Features

  • Default keybinds on MacOS now use ⌘ instead of control (996b08a)

Bug Fixes

  • Class cast exception on annotation values when searching (449aeec)
  • FernFlower crash in decompile-all plugin due to wonky FF thread-local usage (c2a66a0)
  • Decompile failure when using CFR with certain compiler-generated names(2613eaa)

2.17.3

23 Jan 07:11
Compare
Choose a tag to compare

2.17.3 (2021-01-23)

Bug Fixes

  • Phantom class generation endless loop and crash fixes (c222179)

2.17.2

21 Jan 02:37
Compare
Choose a tag to compare

2.17.2 (2021-01-21)

Bug Fixes

  • FernFlower not decompiling generics by default. Disabled via strip-debug option (895cc38)
  • Javassist resolution failing for certain generic types that are unknown (1f19cd5)
  • Unknown cli argument crashes application (38d5f6b)

2.17.1

11 Jan 02:50
Compare
Choose a tag to compare

2.17.1 (2021-01-11)

Bug Fixes

  • Significantly improve phantom class generation speed, fix some failing cases (926bea7)

2.17.0

05 Jan 08:42
Compare
Choose a tag to compare

2.17.0 (2021-01-05)

Features

  • Allow changing monospaced font family (f07f563)

Bug Fixes

  • Modifier parsing not recognizing certain modifiers (f64c779)

2.16.8

01 Jan 11:02
Compare
Choose a tag to compare

2.16.8 (2021-01-01)

Bug Fixes

  • Fix renaming class in newly made package hiding package (ce2a6aa)

2.16.7

28 Dec 11:43
Compare
Choose a tag to compare

2.16.7 (2020-12-28)

Bug Fixes

  • Phantom annotations do not extend Annotation, causing compile errors when referenced (9ccfd83)

2.16.6

25 Dec 15:36
Compare
Choose a tag to compare

2.16.6 (2020-12-25)

Bug Fixes

  • Crash on Java 16+ with JavaFX injector (2561d92)

2.16.5

25 Dec 13:01
Compare
Choose a tag to compare

2.16.5 (2020-12-25)

Documentation

  • Update documentation url to new site (d07f314)

2.16.4

23 Dec 08:20
Compare
Choose a tag to compare

2.16.4 (2020-12-23)

Bug Fixes

  • Value search not supporting negative or hex values (5c76e78)