Releases: Astemes/astemes-lunit
Release v1.2.27
Fix misplaced VI in LabVIEW root directory.
Release v1.2.26
Fix minor bug causing test results belonging to a test case named "abc.lvclass" would show up in results for a test named "bc.lvclass".
Release v1.2.23
Fix bug where tests could cause race conditions when running inherited dynamic test cases in parallell.
Release v1.2.22
First release of v1.2 published to NI Tools Network.
Release v1.1.16
Add workaround to crash in LabVIEW 2022-Q3. When the Test Execution UI was closed LabVIEW 2022-Q3 would crash with an access violation error. The problem disapeared after replacing a Wait for Notification With History.vi with a regular Wait for Notification.vi in a synchronization VI during shutdown.
Release v1.1.15
Create a "Private" folder on disk when a new test case is generated - minor time saver.
Release v1.1.14
Release published to NI Tools Network.
Minor fixes of spelling misstakes and adding of descriptions to VIs in example finder.
Release v1.1.9
Add toolbar button to create new test case.
Release v1.1.8
Use monospace font in description indicator to aid visual comparison.
Release v1.1.7
When running tests from toolbar button introduced in 1.1.6, tests are now executed in the current project application instance. This prevents potential errors due to files not syncronized between application instances.