Releases: ChrisHal/PMbrowser
2.2.0
Welcome to release 2.2.0 of PMbrowser!
Detailed information can be found on the project homepage.
Installation files are provided for Windows (64bit only), macOS ("Darwin", min. version 10.14) and for Linux (x64, deb format).
Detailed installation instructions are here.
What's Changed
- fixed dialog appearance on gnome desktop by @ChrisHal in #15
- Export metadata as Table by @ChrisHal in #16
- new feature: buttons for "wipe all" and "autoscale" by @ChrisHal in #18
- new feature: check boxes added (Filter, overlay, autoscale) by @ChrisHal in #19
- improvement: better SelectParameters dialog by @ChrisHal in #20
- enforce style 'fusion' for whole application by @ChrisHal in #21
- New Feature: user can set time reference for rel. times by @ChrisHal in #22
Full Changelog: v2.1.0...v2.2.0
Release Version 2.1.0
OS support
This is the first release that officially supports macOS (min. version 10.13).
Installers for windows (PMbrowser-2.1.0-win64.msi
), macOS (PMbrowser-2.1-Darwin.pkg
) and
Linux (x86_64 architecture, DEB-package PMbrowser-2.1.0-Linux.deb
) are provided.
For Linux, additionally are bare executable QtPMbrowser
is provided.
Installation instructions can be found here.
What's Changed
- Mouse-wheel: scroll instead of zoom by @ChrisHal in #9
- new feature: shift-click&drag to move traces in display area by @ChrisHal in #10
- Improve user access to meta-data records by @ChrisHal in #11
- adding more documentation by @ChrisHal in #12
Full Changelog: v2.0...v2.1.0
Version 2.0
Improvements in this version
In addition to exporting traces to individual IgorPro ibw files, now a single packaged experiment (pxp) file can be created. If desired, inside the experiment a datafolder hierarchy matching the tree structure of the PatchMaster file is created.
The pxp file with datafolders will also come with a procedure to automatically create graphs for all sweeps.
All types of bundled dat-files should be supported (tested with files created by PatchMaster version 2.0, files crated by older versions might not be supported - PatchMasterNext is supported, too).
Full Changelog: v1.2...v2.0
(Attached you will find an installer for 64bit Windows and a Linux 64bit executable. On Windows you might need to download and install the Visual C++ Redistributable for a successful installation.)
Bugfix release
Fixed bugs in this release:
- When a file export was canceled by clicking "Cancel" in the "Choose Path & Prefix" dialog, the export was in fact not canceled.
Bugfix and feature update
New in this Version:
- fix crash when dat file is not int16
- support all data format types (int16, int32, float, double)
Known limitations:
- interleaved files are not supported
Pre-compiles binaries are provided for:
- Windows (QtPMbrowser.zip), packaged with all necessary Qt-libraries, but download / installation of Visual Studio 2019 redistributable from Microsoft might be necessary
- Linux (QtPMbrowser executable), Qt-libs must be installed: on most distros the package "qt5-default" is needed.
Initial Release
Provided is a pre-compiled version for Linux. You might need to install Qt version 5. On Ubuntu this can be done via sudo apt-get install qt5-default
.
For Window, please download the zip-archive. After unzipping, double click QtPMbrowser.exe
. You might need to install the Visual Studio 2019 redistributable. This can be downloaded from Microsoft.