pull/311/head
Holger Müller 2020-08-03 17:59:19 +02:00
rodzic a7da9c1bfa
commit 7c5e493be7
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -8,10 +8,12 @@ v0.3.7
(shorter are useful on logarithmic sweeping)
- Scrollable marker column
- Markers initialize on start, middle, end
- Frequency input is now more "lazy"
10m, 50K and 1g are now valid for 10MHz, 50kHz and 1GHz
- Added a wavelength field to Markers
- 32 bit windows binaries build in actions
- Stability improvements due to better exception handling
- Workaround for wrong first S21mag value on V2 devices
v0.3.6
======

Wyświetl plik

@ -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.7-rc05"
VERSION = "0.3.7-rc06"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")