Skip to content

Releases: pcolby/dokit

v0.5.3

23 Dec 00:55
v0.5.3
4467df3
Compare
Choose a tag to compare

Added

  • Support for LLVM-based coverage reporting with Clang.

Changed

  • Internationalisation improvements.
  • Upgrade to Doxygen 1.11.0.
  • Upgrade to Qt 6.8.0, and 6.7.3.

Fixed

  • Correctly round CLI arguments (899b007)

Recommended Downloads

Feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.5.2...v0.5.3

v0.5.2

06 May 10:02
v0.5.2
a530d1a
Compare
Choose a tag to compare

Changed

  • Remove the GenericAccessService class (#18)
  • Upgrade to Qt 6.6.3.
  • Raise CMake minimum to 3.15.

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Dec 10:21
v0.5.1
919a8ca
Compare
Choose a tag to compare

Added

  • Include switch and charging status in CLI output (073bce8)

Changed

  • Upgrade to Doxygen 1.10.0.
  • Upgrade to Qt 6.6.1.

Fixed

  • Correct the Calibrate service's Set Parameter characteristic's UUID (#17)

Thanks to @NET-Code-Dev for contributing to this release.

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Nov 08:00
v0.5.0
04b5cf1
Compare
Choose a tag to compare

Added

  • Warn when requesting an unsupported scan timeout (4094bfb)

Changed

  • Switch macOS CLI to Application Bundle (#9)
  • Upgrade to Qt 6.6.0.

Fixed

  • Correctly exit on discovery agent errors (7f70715)

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Jun 09:04
v0.4.0
914b12c
Compare
Choose a tag to compare

Added

  • Support Pokit Pro charging status (not documented by Pokit).
  • Support Pokit Pro physical button(not documented by Pokit).
  • Support Pokit Pro physical mode switch position (not documented by Pokit).
  • Support Pokit Pro serial numbers (not documented by Pokit).
  • Support Pokit Pro torch (not documented by Pokit).
  • Additional debug logging to detect undocumented BLE characteristics.

Changed

  • Upgrade to Qt 6.5.1.

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 May 06:20
v0.3.0
8e3065e
Compare
Choose a tag to compare

This release breaks backward compatibility by changing some QtPokit APIs to support Pokit Pro's divergent (and not at all documented by Pokit) measurement range enumeration values.

Added

  • Support for Pokit Pro measurement ranges (eg 600V).
  • Support for capacitance measurement.
  • Support for external temperature measurement.

Changed

  • Update QtPokit API to support separate measurement ranges for Pokit Meter and Pokit Pro.
  • Upgrade to Doxygen 1.9.7.
  • Upgrade to Qt 6.5.0 (except for portable Windows builds; QTBUG-112204)

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 May 09:03
v0.2.0
1bc4eb0
Compare
Choose a tag to compare

Added

  • Temperature support for logger modes.
  • Localisation for en_AU, en_GB and en_US (Qt6 only for now).
  • Very early GUI app prototype.

Changed

  • Renamed the project to Dokit (the shared library is still QtPokit).

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.1.2...v0.2.0

v0.1.2

31 Mar 04:41
v0.1.2
1913431
Compare
Choose a tag to compare

Added

  • Support AppImage builds on Linux.
  • Integrate Codacy and SonarCloud.

Changed

  • Fixed error in sample rename command by @lnxsr in #3
  • Fix minor codestyle and documentation issues.
  • Upgrade to Doxygen 1.9.6.
  • Upgrade to Qt 6.4.3 by @pcolby in #6

New Contributors

  • @lnxsr made their first contribution in #3

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.1.1...v0.1.2

v0.1.1

05 Nov 22:45
v0.1.1
a573293
Compare
Choose a tag to compare

Added

  • Project build identifiers in -v output.

Changed

  • Fix benign "Ignoring -d option" warning.
  • Improve debug logging.
  • Upgrade to Doxygen 1.9.5.

Recommended Downloads

Of course, feel free to download any of the assets below, but the recommended starting point would be:

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Aug 14:02
v0.1.0
f36fb1d
Compare
Choose a tag to compare

Added

  • Support for Pokit Meter and Pokit Pro devices.
  • Support for multimeter, oscilloscope and data-logger modes.
  • Support for Linux, macOS and Windows.
  • Support for Qt 5.4+ and 6.2+