-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
70 lines (43 loc) · 1.9 KB
/
CHANGELOG
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
cschem 0.1.6
Features:
- Now builds on Windows and Mac. Windows "iss" script naive about versions:
hardcoded.
- In cpcb PickupTrace mode, can now move existing points with Shift
- In cpcb PlaceTrace mode, can now move existing points with Shift
- Added several symbols and outlines
- Improved styling of selected/deselected tools
- Now uses ".cschem" as file extension for cschem
- New python script test/circalyse.py to help analyze circuits in cschem
- Better net mismatch testing in cpcb: now tests for duplicated part refs
and duplicated pin names within named parts
- Some trivial GUI improvements
Bugfixes:
- Hole with FP connection now correctly calculates touches with Trace. This
required making the "default dimension" functions in Board static. This
is not ideal, but acceptable for now.
- MainWindow now uses getOpenFileName correctly.
-- Daniel Wagenaar <[email protected]> Tue, 04 Feb 2020 08:48:09 -0800
cschem 0.1.5
Bugfix to cpcb’s component view panel: now correctly hides virtual
components that are part of a placed container.
New symbol for shunt reference
Lots of new outlines and symbols
Fixed longstanding bug re positioning of annotations
-- Daniel Wagenaar <[email protected]> Mon, 30 Sep 2019 21:43:49 -0700
cschem 0.1.4
First mac release
Can now output front panel image as svg
Many bug fixes
-- Daniel A. Wagenaar <[email protected]> Mon, 04 Mar 2019 16:48:45 -0800
cschem 0.1.2
Initial public release
-- Daniel A. Wagenaar <[email protected]> Wed, 09 Jan 2019 10:21:56 -0800
cschem 0.1.0
This is the first public release.
-- Daniel A. Wagenaar <[email protected]> Wed, 09 Jan 2019 09:43:13 -0800
cschem 0.0.2
Trying to build a deb package
-- Daniel A. Wagenaar <[email protected]> Sat, 29 Sep 2018 19:44:10 -0700
cschem 0.0.1
Prerelease
-Daniel A. Wagenaar <[email protected]> Sat, 29 Sep 2018 19:29:00 -0700