-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ecf4c6
commit a3eb238
Showing
1 changed file
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,57 @@ | ||
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 <[email protected]> 5 Sep 2024 | ||
|
||
qucsrflayout (2.0.1) | ||
|
||
[ Changed ] | ||
* Switches from C++11 to C++14. | ||
|
||
-- Thomas Lepoix <[email protected]> 31 May 2021 | ||
|
||
qucsrflayout (2.0.0) | ||
|
||
[ Fixed ] | ||
* Various fixes and improvements | ||
* 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 | ||
* QucsStudio support dropped on 3.x.x versions. | ||
|
||
[ Added ] | ||
* Supports output formats : | ||
* .m : openEMS Octave script | ||
* Supports moving and resizing ports | ||
* Supports excluding or chosing components | ||
* Supports using a specified netlist | ||
* Supports export by block and substrate | ||
* Supports XDG desktop launcher | ||
* Supports moving and resizing ports. | ||
* Supports excluding or chosing components. | ||
* Supports using a specified netlist. | ||
* Supports export by block and substrate. | ||
* Supports XDG desktop launcher. | ||
|
||
-- Thomas Lepoix <[email protected]> 11 Jan 2021 | ||
|
||
|
@@ -26,7 +61,7 @@ qucsrflayout (1.0.1) | |
* Truncated decimal values in graphic mode only. (Closes: #4) | ||
|
||
[ Added ] | ||
* Changelog | ||
* Changelog. | ||
|
||
-- Thomas Lepoix <[email protected]> 17 Apr 2020 | ||
|
||
|