-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
119 lines (93 loc) · 2.78 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
qucsrflayout (2.1.1)
[ Fixed ]
* Various code smells and technical dept.
[ Changed ]
* GUI mode requires documentation to be built
[ Added ]
* Taskbar / Titlebar icon.
* Supports opening documentation from GUI.
* Supports substrate in preview.
* Supports transparency in preview.
* Preview awareness of 2D / 3D output format.
* Supports preview themes :
* Flashy
* HighContrast
* HighContrast2
* QucsGUI
* QucsIcon
* Solvespace
* Transcalc
-- Thomas Lepoix <thomas.lepoix@protonmail.ch> 1 Oct 2024
qucsrflayout (2.1.0)
[ Removed ]
* Qmake.
[ Fixed ]
* Crash when exporting by block / substrate a block without a substrate.
[ Changed ]
* Switches from C++14 to C++23.
* Switches from Qt5 to Qt6.
* Switches to C++ platform-defined exit status.
* Adapt to recent Octave versions. (Closes: #34)
* Update abandoned man page.
* Set executable permission to openEMS Octave script on POSIX.
* Various refactorings.
[ Added ]
* Supports Qucs-S.
* Supports Nix.
* Supports Unicode path arguments on Windows.
* Supports CLI only mode with minimal dependencies.
* Supports editorconfig.
* Supports output formats :
* .svg : SVG image (Julien Colafrancesco <https://github.com/jcolafrancesco>)
-- Thomas Lepoix <thomas.lepoix@protonmail.ch> 5 Sep 2024
qucsrflayout (2.0.1)
[ Changed ]
* Switches from C++11 to C++14.
-- Thomas Lepoix <thomas.lepoix@protonmail.ch> 31 May 2021
qucsrflayout (2.0.0)
[ Fixed ]
* Various fixes and improvements.
(Dominik Eyerly <https://github.com/dom11990>)
(natsfr <https://github.com/natsfr>)
[ Changed ]
* License is now GPL-3.0
* QucsStudio support dropped on 3.x.x versions.
[ Added ]
* Supports output formats :
* .m : openEMS Octave script
* Supports moving and resizing ports.
* Supports excluding or choosing components.
* Supports using a specified netlist.
* Supports export by block and substrate.
* Supports XDG desktop launcher.
-- Thomas Lepoix <thomas.lepoix@protonmail.ch> 11 Jan 2021
qucsrflayout (1.0.1)
[ Fixed ]
* Truncated decimal values in graphic mode only. (Closes: #4)
[ Added ]
* Changelog.
-- Thomas Lepoix <thomas.lepoix@protonmail.ch> 17 Apr 2020
qucsrflayout (1.0.0)
[ Added ]
* Supports Linux.
* Supports Windows (Benjamin Vernoux <https://github.com/bvernoux>).
* Requires Qucs installed.
* Supports QucsStudio schematics if Qucs is installed too.
* Supports output formats :
* .kicad_pcb : KiCad board
* .kicad_mod : KiCad module
* .lht : pcb-rnd board
* Supports microstrip components :
* MCORN
* MCOUPLED
* MCROSS
* MGAP
* MLIN
* MMBEND
* MOPEN
* MRSTUB
* MSTEP
* MTEE
* MVIA
* Pac
-- Thomas Lepoix <thomas.lepoix@protonmail.ch> 14 Feb 2020