Skip to content

Commit

Permalink
release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
berbou committed Dec 16, 2021
1 parent 8f048d7 commit c209440
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
SmartPeak Changelog
===================

v1.18.0 (2020-12-16)
--------------------

Features
~~~~~~~~
- ReadTheDocs Walkthrough : Targeted quantitation with HPLC data `(#454) <https://github.com/AutoFlowResearch/SmartPeak/pull/454>`_
- UI Splitting and Docking `(#464) <https://github.com/AutoFlowResearch/SmartPeak/pull/464>`_
- Support for small screens `(#466) <https://github.com/AutoFlowResearch/SmartPeak/pull/466>`_
- Enabled viewports `(#467) <https://github.com/AutoFlowResearch/SmartPeak/pull/467>`_
- Increased max points to be displayed to 10 millions `(#470) <https://github.com/AutoFlowResearch/SmartPeak/pull/470>`_

Fix
~~~
- Fixing SVG exports and deprecating HTML support `(#458) <https://github.com/AutoFlowResearch/SmartPeak/pull/458>`_
- Fixing FIAMS workflow and quantitationMethods.csv override `(#461) <https://github.com/AutoFlowResearch/SmartPeak/pull/461>`_
- Fixed Cancel button size for directory selection dialog box `(#469) <https://github.com/AutoFlowResearch/SmartPeak/pull/469>`_

v1.17.0 (2020-11-16)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 17)
set(SMARTPEAK_PACKAGE_VERSION_MINOR 18)
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)

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

0 comments on commit c209440

Please sign in to comment.