forked from Logisim-Ita/Logisim-Ita.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
94 lines (94 loc) · 6.37 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Logisim</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Logisim Italian Fork. We mantaind and update a fork of Logisim"/>
<meta name="keywords" content="Logisim, Logisim fork, logisim, logisim updates, latest logisim version, source, digital circuit simulator, free download, changelog, ttl 7400, digital oscilloscope, dipswitch, switch, rgb led, italian, french, translation, flip flop layout, look and feel, github, sourceforge, forum, bug report, display decoder, 7-segment display decoder, autoupdates, tty, keyboard, zoom, empty template"/>
<meta name="theme-color" content="#eee">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/UbuntuFont.css">
</head>
<body>
<div class="header" >
<div class="sub1">
<img class="logo" src="./images/logisim.gif" alt="Logisim">
</div>
<a href="https://github.com/Logisim-Ita/Logisim/stargazers" target="_blank">
<div class="star"><span class="starmessage">STAR ON GITHUB </span>★</div>
</a>
<div class="sub2">
<a class="n headpag" href="contacts.html">CONTACTS</a>
<a class="n headpag" href="home.html">HOME</a>
<a class="n headpag" href="/plugins/microprocessor.html">PLUGINS</a>
</div>
</div>
<div class="content">
<h1 class="outline">LOGISIM</h1>
<h3>This is our italian fork project based on Logisim :)</h3>
<div class="changes" align="center">
<div class="ctitle">CHANGELOG:<hr></div>
<div class="changelog">
<div class="sectionTitle">CORE STUFF</div>
<a class="changelink" href="userstutorial.html" value="37oD_jn5Nvw">Italian and partial french translation!</a>
<a class="changelink" href="userstutorial.html" value="W4wltFruXJM">Autoupdates!</a>
• Plug-In Store<br>
• Complete new movement system with mouse dragging<br>
• Auto center and Auto zoom when opening new files/circuits or with ctrl-0, double mouse wheel click and with the round button you'll see on the lower-right corner<br>
• Almost infinite canvas, arrows will show you in what direction is the circuit if it's outside of your view<br>
• Zoom in and out using mouse wheel where you're pointing at<br>
• Double click with Edit Tool to label components<br>
• Load libraries from folder at startup (Preferences / Fork)<br>
• Selectable painting refresh rate, default 60Hz (Legacy was 20Hz and sometimes lagging)<br>
• Anti Aliasing, Look and Feel and Fill Component's Background preference<br>
• Clock custom frequency<br>
• Press ESC or DEL to cancel "Add Tool" action, F1 opens Library Reference<br>
• Increased output limit in Analyze Circuit to 32<br>
• Analyze Circuit should calculate table/expression with any kind of component<br>
• Added "Clear Log" button<br>
• Added missing tooltips<br>
• Changed some default values<br>
<hr><div class="sectionTitle">NEW COMPONENTS</div>
• Wiring ⇒ Programmable Generator
<a class="changelink" href="userstutorial.html" value="4rNTIgntci8">TTL ⇒ 7400, 7402, 7404, 7408, 7432, 7485, 7486, 74165, 74283, 747266</a>
• I/O ⇒ Digital Oscilloscope<br>
• I/O ⇒ Switch<br>
• I/O ⇒ Dip Switch<br>
• I/O ⇒ Slider<br>
• I/O ⇒ RGB LED<br>
• I/O ⇒ Buzzer<br>
• Plexers ⇒ 7-Segment Display Decoder<br>
• Memory ⇒ PLA ROM<br>
<hr><div class="sectionTitle">COMPONENTS CHANGES</div>
• New FF layout<br>
• The Shift Register will show you its internal bits even when set to serial load<br>
• Right click on Pin, Edit Contents and set its value typing the decimal number<br>
• Added Sel pin in Register<br>
• Added Preset pin in Register and Counter<br>
• TTY and Keyboard components can use 16-bit values (UTF-16)<br>
<hr><div class="sectionTitle">NEW ATTRIBUTES</div>
• Controlled Buffer / Inverter: Negate Control Input attribute<br>
• Added Sel Active Level attribute in components with Sel pin<br>
• Priority Plexer "No Input" attribute<br>
• Joystick "Facing" attribute<br>
• Bit Selector "Select location" attribute<br>
• Added Label Color attribute for each component with Label attribute and Text Tool<br>
• Added Label for RAM, ROM and PLA ROM<br>
• FF D, S-R: "Latch" option in Trigger attribute<br>
• New Counter behavior (different pin logic)<br>
<hr><div class="sectionTitle">FIXED BUGS</div>
• Big fixes to Log menu and Log output file<br>
• Big fixes for Text Tool<br>
• Fixed empty template bug introduced in Logisim 2.7.0<br>
• Fixed input positions in wide gates with 4 inputs<br>
• Fixed opening new file in new window with old window not used<br>
• Fixed bugged 32b multiplier<br>
• Some fix from original early version 2.7.2.255<br>
</div>
</div>
<a href="index.html#download">
<input type="button" class='download' value="DOWNLOAD">
</a>
</body>
</html>