@@ -2,6 +2,45 @@ SmartPeak Changelog
2
2
===================
3
3
4
4
5
+ v1.3.0 (2020-04-09)
6
+ -------------------
7
+
8
+ Features
9
+ ~~~~~~~~
10
+ - Advanced Explorer Views 1 `(#324) <https://github.com/AutoFlowResearch/SmartPeak/pull/324 >`_
11
+
12
+ * Advanced Explorer Views - adding sorting functionality and viewing of File Name
13
+ * Updated about popup [skip ci]
14
+ * Adding searching functionality
15
+ * Sorting and searching for injection/transition/feature tables
16
+ * Selective searching for tables with dropdown menu
17
+ * Disallow sorting for all-checked/all-unchecked columns
18
+ * Sorting and searching for various tables in main window
19
+ * Final enhancements to FilePicker, ExplorerTables and MainTables
20
+ * Preventing filenames from being appended twice when opening via button click
21
+ * Adding reusable table functions for searching/sorting
22
+ * Adding unittest for Widget
23
+
24
+ - Make parameters editable `(#337) <https://github.com/AutoFlowResearch/SmartPeak/pull/337 >`_
25
+ - Enhancing FilePicker entries to be displayed in human readable format `(#339) <https://github.com/AutoFlowResearch/SmartPeak/pull/339 >`_
26
+ - Added Statistics and more informations in the info panel `(#341) <https://github.com/AutoFlowResearch/SmartPeak/pull/341 >`_
27
+ - Added SmartPeak documentation
28
+ - Adding working examples for calculating MDVs (#326) <https://github.com/AutoFlowResearch/SmartPeak/pull/326>`_
29
+
30
+ Changes
31
+ ~~~~~~~
32
+ - Refactor of Feature line and heatmap plots (#349) <https://github.com/AutoFlowResearch/SmartPeak/pull/349>`_
33
+
34
+ Fix
35
+ ~~~
36
+ - Fix formatting of changelog for emails and github releases (#340) <https://github.com/AutoFlowResearch/SmartPeak/pull/340>`_
37
+ - Fixed crash when launching workflow with no injection `(#332) <https://github.com/AutoFlowResearch/SmartPeak/pull/332 >`_
38
+ - Fixed Windows SmartPeak install: executable is not available from start menu `(#338) <https://github.com/AutoFlowResearch/SmartPeak/pull/338 >`_
39
+ * Add cmake nsis configuration for creating application links
40
+ * Add icon to executable on windows
41
+ * Update cmake nsis config to include icon to installer and launch the application when installation complete
42
+ * Configure default CPACK_GENERATOR for windows
43
+
5
44
v1.2.0 (2020-03-15)
6
45
-------------------
7
46
0 commit comments