Skip to content

Releases: LapisBlue/Nocturne

Nocturne v1.0.1

02 Mar 03:34
Compare
Choose a tag to compare

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

Nocturne v1.0.0

29 Feb 01:49
Compare
Choose a tag to compare

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

27 Feb 22:32
Compare
Choose a tag to compare
Nocturne v1.0.0 RC1 Pre-release
Pre-release

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 to 0.1.2

Nocturne v1.0.0 Beta #1

27 Feb 22:30
Compare
Choose a tag to compare
Pre-release

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