Skip to content

Commit c219797

Browse files
author
GraxCode
committed
0.1.1
1 parent 31eb266 commit c219797

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/me/nov/cafebabe/Cafebabe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
public class Cafebabe extends WebFrame {
5050
private static final long serialVersionUID = 1L;
5151
public static final String title = "Cafebabe Editor Lite";
52-
public static final String version = "0.1.0";
52+
public static final String version = "0.1.1";
5353
public static Cafebabe gui;
5454
public static File folder;
5555

src/resources/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<html>
22
<h1>Changelog</hl>
33
<hr>
4+
<h2>Version 0.1.1</h2>
5+
<p>Editing now supports the most important instructions, reordering, inserting, copying, etc. Obfuscated jar files are not that much of a problem anymore (in terms of GUI) and some small bugs were corrected. Unicode characters should also be working by now.</p>
6+
<br>
7+
<hr>
48
<h2>Version 0.1.0</h2>
59
<p>Fully implemented the decompiler and some code-editing. Also made a new editor for translations, that you can use to make your own (or even for everybody)! You can also change cfr settings from the preferences page.</p>
610
<br>

0 commit comments

Comments
 (0)