Releases: LapisBlue/Nocturne
Nocturne v1.0.1
Nocturne v1.0.1 fixes several bugs present in the initial release of the program.
New Features
- Add
de_DE
locale
Changes
- Improve how locale switching is handled
- Change internal format for processed classes to be distinct from members (should give a slight performance boost when decompiling classes)
Bug Fixes
- Fix generated SRG mappings for fields and methods contained by inner classes
- Fix
NullPointerException
upon double-clicking the class hierarchy without anything selected - Fix members with identical signatures behaving erroneously
- Fix types in field definitions not being selectable
Nocturne v1.0.0
After more than four months in development, we're proud to present Nocturne v1.0.0, the first official stable release of the project. We'll be working in the future to expand upon this initial release and make Nocturne easier to use.
Changes from v1.0.0-rc1
- Display dialogs when loading JAR files and decompiling classes
- Improve JAR tree traversal in GUI (allow use of enter key; auto-expand when item has only one child)
- Use dots in place of slashes in tab titles
- Allow use of dots in rename dialog
- Validate identifiers before accepting them
- Change windows title based on loaded JAR and whether mappings are dirty
- Fix selectable member coloration
- Fix exception when mapping for unloaded class is read
- Remove unused locale strings
- Remove provisional
de_DE
locale - Update
gitpatcher
version
Nocturne v1.0.0 RC1
This release represents the first official release candidate of the software. While it is mostly ready for use in production, there may still be a few quirks present. Be wary when testing this software and report any bugs you encounter so they may be fixed for the final release.
Changes from v1.0.0-beta1
- Fix handling of implicit inherited methods
- Fix handling of implicit inherited fields (quick-fix, probably going to rewrite for 1.1)
- Strip
LocalVariableTable
attributes while processing classes (fixes snowmen in Minecraft JARs) - Update
licenser
plugin to0.1.2
Nocturne v1.0.0 Beta #1
This release represents the first official beta version of the software. While it is mostly ready for use in production, there are still a few known quirks as well as potentially unknown bugs present. Be wary when testing this software and report any bugs you encounter so they may be fixed for the final release.
Known Bugs
- Mappings are erroneously created for implicitly defined inherited members
- Mappings do not propagate to selectable members associated with implicit members
- [Tentative] Not all members are selectable
- [Tentative] Import statements are erroneously generated for inner classes