File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
SmartPeak Changelog
2
2
===================
3
3
4
+ v1.7.0 (2020-06-07)
5
+ -------------------
6
+
7
+ Features
8
+ ~~~~~~~~
9
+ - Reworked FilePicker Handlers `(#371) <https://github.com/AutoFlowResearch/SmartPeak/pull/371 >`_
10
+
11
+ Fix
12
+ ~~~
13
+ - Fixed crash when loading multiple sequences `(#373) <https://github.com/AutoFlowResearch/SmartPeak/pull/373 >`_
14
+ - Fixed set path in FilePicker `(#372) <https://github.com/AutoFlowResearch/SmartPeak/pull/372 >`_
15
+
4
16
v1.6.0 (2020-05-25)
5
17
-------------------
6
18
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
80
80
# SmartPeak Version Information
81
81
#------------------------------------------------------------------------------
82
82
set (SMARTPEAK_PACKAGE_VERSION_MAJOR 1 )
83
- set (SMARTPEAK_PACKAGE_VERSION_MINOR 6 )
83
+ set (SMARTPEAK_PACKAGE_VERSION_MINOR 7 )
84
84
set (SMARTPEAK_PACKAGE_VERSION_PATCH 0 )
85
85
86
86
#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments