Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Jan 11, 2021
2 parents 0a99bf1 + 6601181 commit bc45f0f
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 73 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
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 chosing 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 ]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 3.12 )

project( qucsrflayout
LANGUAGES CXX
VERSION 1.0.3
VERSION 2.0.0
DESCRIPTION "A tool to produce layout from qucs RF schematics (microstrip only for now)"
# HOMEPAGE_URL "https://github.com/thomaslepoix/Qucs-RFlayout"
)
Expand Down
2 changes: 1 addition & 1 deletion Qucs-RFlayout.pro
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ INCLUDEPATH += \
$$PWD/src

DEFINES += \
QRFL_VERSION=\\\"1.0.1.1\\\"
QRFL_VERSION=\\\"2.0.0\\\"

target.path = $$PREFIX/bin
INSTALLS += target
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ A tool to produce layouts from Qucs RF schematic (microstrip only for now)

French documentation [here](https://github.com/thomaslepoix/ESTEI/blob/master/M2_CPP_Qucs-RFlayout/Qucs-RFlayout.pdf)

This software is a part of the [Open-RFlab](https://github.com/Open-RFlab/Open-RFlab) project and relies on the [octave-openems-hll](https://github.com/Open-RFlab/octave-openems-hll) library, if you are interrested in contributing or involved in an other `somewhat -> openems` converter please take a look.

<br>

## Screenshots
Expand Down Expand Up @@ -90,7 +92,7 @@ French documentation [here](https://github.com/thomaslepoix/ESTEI/blob/master/M2
- For Debian based distributions, a repository is available :

```sh
curl https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key --keyring /etc/apt/trusted.gpg.d/open-rflab.gpg add -
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key --keyring /etc/apt/trusted.gpg.d/open-rflab.gpg add -
echo "deb https://dl.bintray.com/open-rflab/debian $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/open-rflab.list

sudo apt-get update
Expand Down
Loading

0 comments on commit bc45f0f

Please sign in to comment.