File: NEWS

package info (click to toggle)
glogic 2.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,728 kB
  • sloc: python: 5,335; sh: 697; makefile: 199; xml: 18
file content (54 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download | duplicates (5)
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
2012-11-01: version 2.6

  * add shift registers and half/full adder
  * Hex counter is renamed to Counter and support up to 8 bits
  * basic components support triple input
  * add a pause button to keep the state of the circuit when components (switches) are clicked
  * add a documentation
  * support copy and paste
  * support middle button drag to move the circuit window
  * support rotate and flip components

2012-10-02: version 2.5

  * add a cursor to timing chart to fall back to a specified time
  * prohibit moving components to out of range
  * fix many bugs

2012-08-13: version 2.4

  * add max calc iters and max calc duration preferences
  * force directions of nets started at a pin of a component
  * fix bugs

2012-06-18: version 2.3

  * add duration property for oscillator
  * change default font to Liberation Mono
  * code cleanup
  * fix many bugs

2012-05-24: version 2.2

  * add Preferences window to change appearance
  * support IEC symbols
  * fix bugs

2012-05-08: version 2.1

  * add tooltips for component window
  * add components' names on property window
  * fix behavior on schematics area

2012-05-03: version 2.0

  * Migrate from wxWidget to GTK+
  * Add oscillator, probe and text components
  * Add property window
  * Add timing chart window
  * Add "Save as image" menu and "Save chart" button
  * Fix many bugs

2012-02-16: version 1.0 released

  * initial release