diff --git a/BytecodeViewer 3.0.0-preview1.jar b/BytecodeViewer 3.0.0-preview1.jar deleted file mode 100644 index f1146f95..00000000 Binary files a/BytecodeViewer 3.0.0-preview1.jar and /dev/null differ diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java index 513e6111..9872e781 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java @@ -100,6 +100,9 @@ import java.util.Map; * 08/07/2015 - FernFlower & CFR Decompiler now launch in their own process with the 'slimjar' version. * 08/07/2015 - Switched the ClassViewer up slightly so it utilizes the event dispatch thread. * 08/07/2015 - Fixed? CFIDE's Bytecode Decompiler on TableSwitchs + * 01/04/2015 - Afffsdd fixed the same filename from 2 containers. + * 01/04/2015 - Afffsdd fixed a typo. + * 01/04/2015 - Afffsdd Added an option to show the containing file name. * * @author Konloch */