- Added override annotation support
- Added more support for uninlining pi constants (Thanks Will BL!)
- Improved handling of methods with same name and descriptor (Thanks skyrising!)
- Improved performance of loading library code (Thanks skyrising!)
- Fixed empty string concatenation
- Fixed generic parameter crash
- Fixed Objects.requireNonNull not being removed when they should be
- Fixed chars being used for arithmetic operations and returns
- Fixed compound assignments such as += and *= not being created
- Fixed random crashes occurring during decompilation (#13)