Skip to content

Commit

Permalink
v2.15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LogisimIt committed May 19, 2018
1 parent 6d0d22f commit da78b00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
Binary file modified Compiled/Logisim-ITA.exe
Binary file not shown.
Binary file modified Compiled/Logisim-ITA.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Logisim-Fork/com/cburch/logisim/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

public class Main {
// current version
public static final LogisimVersion VERSION = LogisimVersion.get(2, 15, 0, 0, LogisimVersion.getVariantFromFile());
public static final LogisimVersion VERSION = LogisimVersion.get(2, 15, 0, 1, LogisimVersion.getVariantFromFile());
// the version of the file you're using, equals to current version if new file
public static LogisimVersion FILE_VERSION;

Expand Down
14 changes: 4 additions & 10 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@
<!DOCTYPE xml>
<logisim>
<jar_file>https://github.com/LogisimIt/Logisim/raw/master/Compiled/Logisim-ITA.jar</jar_file>
<jar_version>2.15.0.0</jar_version>
<jar_version>2.15.0.1</jar_version>
<exe_file>https://github.com/LogisimIt/Logisim/raw/master/Compiled/Logisim-ITA.exe</exe_file>
<exe_version>2.15.0.0</exe_version>
<exe_version>2.15.0.1</exe_version>
<changelog>
* Compiled with Java 10
* Double click using Edit Tool to label a component
* Finally added the Buzzer (I/O library)!
* Right click on Pin, Edit Contents and enter the decimal value you want to set
* I/O Slider, Value attribute
* Graphics paint refresh rate was set at 20Hz, now is 60Hz by default and you can change it in Preferences/Window
* Shift Register will show its internal bits even when set to serial load
* A lot of bug fixes, optimizations and small changes
* Fixed visual bug in the Hex editor
* Fix for some jar libraries crashing
</changelog>
</logisim>

0 comments on commit da78b00

Please sign in to comment.