pull/299/head
Holger Müller 2020-08-01 10:28:04 +02:00
rodzic 56facd3ea9
commit a0b4762d6a
3 zmienionych plików z 25 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,18 @@
v0.3.7
======
- Added a delta marker
- Segments can now have exponential different step widths
(see logarithmic sweeping)
- More different data points selectable
(shorter are useful on logarithmic sweeping)
- Scrollable marker column
- Markers initialize on start, middle, end
- Added a wavelength field to Markers
- 32 bit windows binaries build in actions
- Stability improvements due to better exception handling
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-rc04"
VERSION = "0.3.7-rc05"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")

Wyświetl plik

@ -16,11 +16,18 @@ points, and generally display and analyze the resulting data.
# Latest Changes
## Changes in v0.3.7-pre
## Changes in v0.3.7-rc
- Added a delta marker
- Segments can now have exponential different step widths
(see logarithmic sweeping)
- More different data points selectable
(shorter are useful on logarithmic sweeping)
- Scrollable marker column
- Better error handling whith communication errors during a sweep
- Markers initialize on start, middle, end
- Added a wavelength field to Markers
- 32 bit windows binaries build in actions
- Stability improvements due to better exception handling
## Changes in v0.3.6