Skip to content

Commit

Permalink
Merge pull request #30 from zarath/feature/v0.3.3
Browse files Browse the repository at this point in the history
Version bump / CHANGELOG
  • Loading branch information
zarath committed Jun 30, 2020
2 parents 3341564 + fa19aaa commit fa50984
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @mihtjel
* @zarath
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======

- fixed crash with averaging sweeps
also averaging now discards reading by geometrical distance


v0.3.1
======

Expand All @@ -22,5 +30,5 @@ v0.3.0
Known Issues
------------

- Calibration save and load with V2 results in weird results.
- -H / -H4 supports depends on Firmware

2 changes: 1 addition & 1 deletion NanoVNASaver/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = "0.3.3-pre"
VERSION = "0.3.3"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")
Expand Down

0 comments on commit fa50984

Please sign in to comment.