Releases: OpenHantek/OpenHantek6022
3.4-rc3
Changes since release 3.4-rc2:
- README: add hint for possible graphics issue solution for win systems [ffd1691]
- Fix voltageScale to correct indices for ISDS205b [d0f44f8]
- Merge branch 'isds205b/channelCalFix' of https://github.com/wakass/OpenHantek6022 into wakass-isds205b/channelCalFix [09d0e28]
- Fix voltageScale to correct indices [a207f5f]
- README update, add solution Crostini graphics issue; build info update [b9d6560]
- README update [29dbcca]
- fix #399 - update macos build instructions, hack nedded no more [9c1e9e8]
- fw refactoring - no functional change [3ac5c3a]
- Merge branch 'wakass-main' - Instrustar 205X support #394 [ad43d3b]
- small fw update - functional change [5531981]
- Instrustar 205X support (PR #394) [b8fb40b]
- Updated calibration values after measurement. [0e2c641]
- doc update, add windows driver license info [211e9c8]
- Instrustar 205B: Update samplerate table [81eb42d]
- Initial support for Instrustar 205A/B [59d7aa3]
devdrop
Version: devdrop-3.4-rc2-11-gb9d6560
Changes since stable release 3.4-rc2:
- README update, add solution Crostini graphics issue; build info update [b9d6560]
- README update [29dbcca]
- fix #399 - update macos build instructions, hack nedded no more [9c1e9e8]
- fw refactoring - no functional change [3ac5c3a]
- Merge branch 'wakass-main' - Instrustar 205X support #394 [ad43d3b]
- small fw update - no functional change [5531981]
- Instrustar 205X support (PR #394) [b8fb40b]
- Updated calibration values after measurement. [0e2c641]
- doc update, add windows driver license info [211e9c8]
- Instrustar 205B: Update samplerate table [81eb42d]
- Initial support for Instrustar 205A/B [59d7aa3]
3.4-rc2
Two working Windows versions are available, the MINGW build is statically linked and needs only the *.exe
(plus the optional documents and the libusb "driver" files *.cat
and *.inf
. If this version gives issues with the display you can use the MSVC build, this file needs the additional provided *.dll
libraries.
Changes since release 3.3.3:
- use static fftw, usb and z libs [1b56a17]
- next build system update [e6d863d]
- build system update [7f9eb94]
- prepare next release 3.4 [3b12af2]
- prepare next release 3.4 [98959ab]
- prepare next release 3.4 [f986d63]
- replace outdated CHANGELOG; small reformatting of MDSO model [73de8e3]
- fix #390 [b5e1aee]
- tool update [1c3a681]
- minor packaging update [c786a8f]
- README typo fix; fix binary names [c4c79ee]
- doc update; tool update; clean up [e4767dc]
- update build system, same setup for debian, macos, mingw, msvc [d00e32d]
- remove dirty tag from MSVC [49e0efe]
- add version to MSVC package [814886e]
- Add Qt binaries to MSVC package [d9a62fe]
- Build MINGW and MSVC Windows packages [795b78f]
- test for macos-12 build [5c44615]
- change tooltip colors according to discussion #378 [d5ef54e]
- modify unstable package versioning [62a1230]
- unstable package names with git versioning [af6dc75]
- fix cmake for GH runner again [0589b73]
- fix cmake for GH runner [a8506b3]
- remove font awesome files; refactor res; refactor cmake [6b56dad]
- remove "dirty" from version [1b419e3]
- use blue/yellow/orange OpenHantek icons also for MacOS [385bdaa]
- add MacOS icon file [6e00f96]
- Lighttheme and darktheme theme icons [4424108]
- replace FA icons with SVGs [0806fe6]
- prepare next development round, reset stable version string [af5978f]
3.3.3
Stable release 3.3.3
Changes since release 3.3.2.2:
- github runner update [28b1d24]
- update utility [9e35952]
- upversion to 3.3.3 [438269c]
- fix #376 "vector's iterator dereference out of range" [637dcf9]
- due to low issue activity remove the automatic stale workflow [8bc0b8b]
- fix #374 start / stop roll mode sampling (almost) immediately [b98f23d]
- split 'samplerateChanged' event handler; remove useless 'this->' [9a3d953]
- update translations [db08415]
- merge fix for #363 and #365 - thank you @nseam [db25fbd]
- Fixes #363, refs #365. Splitted HorizontalDock::timebaseChanged event handler from doing operations on dsoControl and dsoWidget in the same callback. Now there two callback and each uses the Widget it operates on. [875a8dc]
- update github runner ubuntu version [50bbaac]
- update FW version (no functional change); include #370 manually [f3c01ff]
- fix window build [a2d0692]
- Refactoring of build system; small clean-up [bc0ca19]
- Add thread debugging verbosity [47712b4]
- Add support for YiXingDianZiKeJi YX-DSO (MSDO) [f24ec34]
- Prepare PR #361 of https://github.com/ef15c/OpenHantek6022 [e151829]
- Add workflow to mark stale issues and PRs [8006348]
- small refactoring; update translations [383ecd0]
- show error message when screenshot or export file write fails [2ea8261]
- MSDO calibration file update from real device. [4c04649]
- Add support for YiXingDianZiKeJi YX-DSO (MSDO) [4f48cea]
- change dB suffix with "Ok" or "Apply" [dfe0aaa]
- more cleanup [b717e52]
- i18n for dB suffix "V", "u", "m"; silence more warnings [f261305]
- fix mac build [507633c]
- rearrange GH runner steps [fe5af58]
- move "Demo Mode" button to dialog button box at the window bottom [0935c91]
- fix build versioning [21e70ee]
Full Changelog: 3.3.2.2...3.3.3
3.3.3-rc2
Changes since release 3.3.2.2:
- fix #376 "vector's iterator dereference out of range" [637dcf9]
- due to low issue activity remove the automatic stale workflow [8bc0b8b]
- fix #374 start / stop roll mode sampling (almost) immediately [b98f23d]
- split 'samplerateChanged' event handler; remove useless 'this->' [9a3d953]
- update translations [db08415]
- merge fix for #363 and #365 - thank you @nseam [db25fbd]
- Fixes #363, refs #365. Splitted HorizontalDock::timebaseChanged event handler from doing operations on dsoControl and dsoWidget in the same callback. Now there two callback and each uses the Widget it operates on. [875a8dc]
- update github runner ubuntu version [50bbaac]
- update FW version (no functional change); include #370 manually [f3c01ff]
- fix window build [a2d0692]
- Refactoring of build system; small clean-up [bc0ca19]
- Add thread debugging verbosity [47712b4]
- Add support for YiXingDianZiKeJi YX-DSO (MSDO) [f24ec34]
- Prepare PR #361 of https://github.com/ef15c/OpenHantek6022 [e151829]
- Add workflow to mark stale issues and PRs [8006348]
- small refactoring; update translations [383ecd0]
- show error message when screenshot or export file write fails [2ea8261]
- MSDO calibration file update from real device. [4c04649]
- Add support for YiXingDianZiKeJi YX-DSO (MSDO) [4f48cea]
- change dB suffix with "Ok" or "Apply" [dfe0aaa]
- more cleanup [b717e52]
- i18n for dB suffix "V", "u", "m"; silence more warnings [f261305]
- fix mac build [507633c]
- rearrange GH runner steps [fe5af58]
- move "Demo Mode" button to dialog button box at the window bottom [0935c91]
- fix build versioning [21e70ee]
3.3.2.2
20230810:
On some systems (especially Windows) this version may crash due to a race condition (?) when changing the timebase settings.
The Program is currently in a feature freeze for the upcoming version 3.3.3.
Please update to the already stable release candidates 3.3.3-rcx.
New Version 3.3.2.2
Full Changelog: 3.3.2.1...3.3.2.2
3.3.2.1
3.3.2
New Year: New Version 3.3.2
After some hacking around GH runner issues finally the New Year Release.
Full Changelog: 3.3.1...3.3.2
3.3.1
Changes since release 3.3.0.1.macos:
- documentation update - upversion to 3.3.1 [b3afdec]
- I don't like Windows :( [f0523cf]
- more formatting of GH runner yaml [44a8270]
- reformat yaml for GH runner [2ac1ce5]
- test for #314 hack from warpme [906d4ab]
- i18n for OpenHantek.desktop [e9c16c4]
- Update minimal required FW version from 0208 to latest 0210 [6287350]
3.3.0.1.macos
This release has the same functionality as 3.3.0.1, but provides also pre-built MacOS packages.
RPi and FreeBSD packages are available on 3.3.0.1
Changes since release 3.3.0.1: