Skip to content

Redesign complete, hello 1.0!

Compare
Choose a tag to compare
@Col-E Col-E released this 25 May 02:29
· 4079 commits to master since this release

Whats new in the redesign

  • UI rewritten with JavaFX
    • ControlsFX + RichTextFX
    • Easy customization via CSS now!
    • Moved away from MDI, closest retirement are editor windows
  • Less lossy editing
    • Only classes that are modified are exported with recompiled bytecode
  • Save states
    • You can save your work and in case of an issue, revert changes back to that point
  • Cleaner code -> easier updates
  • New site/documentation

Major features still in progress due to rewrite

  • Agent instrumentation
  • Plugin API

Some issues I just noticed after pushing

  • The site's CSS looks really nice in chrome/firefox, but broken in older browsers... Opps.