From 0e3be9de2c0f839f9d1a231cf251e9bfe7f5571d Mon Sep 17 00:00:00 2001 From: ilgar Date: Sat, 21 Sep 2019 14:08:51 +0300 Subject: [PATCH] include changelog from repo root --- CHANGELOG.MD | 14 -------------- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ docs/source/changelog.rst | 27 ++------------------------- 3 files changed, 28 insertions(+), 39 deletions(-) delete mode 100644 CHANGELOG.MD create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.MD b/CHANGELOG.MD deleted file mode 100644 index b84cf3752..000000000 --- a/CHANGELOG.MD +++ /dev/null @@ -1,14 +0,0 @@ -v2.0.0 (June 11, 2019) -# - -* Subgraphs added -* Node anatomy changed -* Added data exporters/importers hooks -* Everything is modular -* Editor tool class added -* Customizable themes -* Enhanced wire connection -* Wires are selectable -* All nodes can be collapsed -* Node's menu actions can be showed to the right of node name as buttons -* Visual improvements diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 000000000..04fa56747 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,26 @@ +v2.0.1 (September 21, 2019) +----------------------------------------------------- + +* LOD settings added to preferences +* Themes improvements +* New wire styles +* Api refactoring +* App can run without packages +* Sliders improvements and refactoring +* Smart create input widgets for int and floats in function library, if range is specified + +Bug fixes + +v2.0.0 (June 11, 2019) +----------------------------------------------------- + +* Subgraphs added +* Node anatomy changed +* Added data exporters/importers hooks +* Everything is modular +* Editor tool class added +* Customizable themes +* Enhanced wire connection +* Wires are selectable +* All nodes can be collapsed +* Node's menu actions can be showed to the right of node name as buttons diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a7f6dbb4e..a33707072 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -5,29 +5,6 @@ Changelog PyFlow releases use a `semantic versioning `_ policy. -v2.0.1 (September 21, 2019) ------------------------------------------------------ -* LOD settings added to preferences -* Themes improvements -* New wire styles -* Api refactoring -* App can run without packages -* Sliders improvements and refactoring -* Smart create input widgets for int and floats in function library, if range is specified - -Bug fixes - -v2.0.0 (June 11, 2019) ------------------------------------------------------ - -* Subgraphs added -* Node anatomy changed -* Added data exporters/importers hooks -* Everything is modular -* Editor tool class added -* Customizable themes -* Enhanced wire connection -* Wires are selectable -* All nodes can be collapsed -* Node's menu actions can be showed to the right of node name as buttons +.. literalinclude:: ../../CHANGELOG.rst + :language: rst