Version bump / CHANGELOG

pull/205/head^2
Holger Müller 2020-06-30 12:23:23 +02:00
rodzic 3341564cb2
commit fa19aaab37
3 zmienionych plików z 12 dodań i 3 usunięć

1
.github/CODEOWNERS vendored
Wyświetl plik

@ -1 +1,2 @@
* @mihtjel * @mihtjel
* @zarath

Wyświetl plik

@ -1,10 +1,18 @@
v0.3.3
======
- Fixed data acquisition with S-A-A-2 / NanoVNA V2
- Refactored calibration code
- Calibration data between known datapoints in now
interpolated by spline interpolation
- Fixed through calibration
v0.3.2 v0.3.2
====== ======
- fixed crash with averaging sweeps - fixed crash with averaging sweeps
also averaging now discards reading by geometrical distance also averaging now discards reading by geometrical distance
v0.3.1 v0.3.1
====== ======
@ -22,5 +30,5 @@ v0.3.0
Known Issues Known Issues
------------ ------------
- Calibration save and load with V2 results in weird results. - -H / -H4 supports depends on Firmware

Wyświetl plik

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
VERSION = "0.3.3-pre" VERSION = "0.3.3"
VERSION_URL = ( VERSION_URL = (
"https://raw.githubusercontent.com/" "https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py") "NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")