Skip to content

Commit

Permalink
Update: version 2.16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCaruso-dev committed Dec 11, 2024
1 parent 45bad7d commit 0d482b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Binary file modified Compiled/Logisim-ITA.exe
100644 → 100755
Binary file not shown.
Binary file modified Compiled/Logisim-ITA.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Logisim-Fork/src/main/java/com/cburch/logisim/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

Expand Down
13 changes: 9 additions & 4 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
<!DOCTYPE xml>
<logisim>
<jar_file>https://github.com/LogisimIt/Logisim/raw/master/Compiled/Logisim-ITA.jar</jar_file>
<jar_version>2.16.1.4</jar_version>
<jar_version>2.16.2.0</jar_version>
<exe_file>https://github.com/LogisimIt/Logisim/raw/master/Compiled/Logisim-ITA.exe</exe_file>
<exe_version>2.16.1.4</exe_version>
<exe_version>2.16.2.0</exe_version>
<changelog>
* Added multi-line text editing
* Added simplified RAM/ROM mode
* Added button to reverse the bit distribution in the splitter
* Added "Always on top" checkbox in the Logging window
* Updated labels
* Corrected Italian translation key "projectEditAppearanceTip"
* Tunnel label
* Corrected Italian translation key "projectEditAppearanceTip"
* Tunnel label
</changelog>
</logisim>

0 comments on commit 0d482b6

Please sign in to comment.