Skip to content

Commit

Permalink
release 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud committed Jan 27, 2022
1 parent a06aef4 commit d313201
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
SmartPeak Changelog
===================

v1.20.0 (2022-01-27)
--------------------

Features
~~~~~~~~
- Improving Calibration curve display: show parameters, zooming, outlier points `(#507) <https://github.com/AutoFlowResearch/SmartPeak/pull/507>`_
- Improving logs: wrapping, auto scroll and line hovering `(#509) <https://github.com/AutoFlowResearch/SmartPeak/pull/509>`_
- Improving zooming on plots `(#508) <https://github.com/AutoFlowResearch/SmartPeak/pull/508>`_
- Using native system file picker (ImGui flavor still available as an option) `(#505) <https://github.com/AutoFlowResearch/SmartPeak/pull/505>`_
- Adding server building files `(#496) <https://github.com/AutoFlowResearch/SmartPeak/pull/496>`_

v1.19.0 (2022-01-10)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
# SmartPeak Version Information
#------------------------------------------------------------------------------
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 19)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 20)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

#------------------------------------------------------------------------------
Expand Down

0 comments on commit d313201

Please sign in to comment.