From 382da85e52efb42a995bfebebffa86709f4d1f30 Mon Sep 17 00:00:00 2001 From: synacker Date: Sun, 28 Aug 2022 16:01:18 +0300 Subject: [PATCH] Updated changelog. Updated table of contents --- docs/README.md | 40 +++++++++++++++++++++------------------- docs/changelog.md | 8 ++++++++ 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/docs/README.md b/docs/README.md index 158fdb28..de72172a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,24 +22,26 @@ In short terms, daggy run local or remote processes at the same time, simultaneo Daggy Screencast {% endembed %} -* [About Daggy](./#about-daggy) -* [Introduction and goal concepts](./#introduction-and-goal-concepts) - * [Daggy High Level Design](./#daggy-high-level-design) - * [Basic terms](./#basic-terms) -* [Getting Started](./#getting-started) - * [Getting Daggy](./#getting-daggy) - * [Download and install Windows, Linux, MacOS](./#download-and-install-windows--linux--macos) - * [Fedora](./#fedora) - * [Make install for system library](./#--make-install-for-system-library--) - * [Add as conan package dependency](./#add-as-conan-package-dependency) - * [Check installation of Daggy Core C++17/20 interface](./#check-installation-of-daggy-core-c--17-20-interface) - * [Check installation of Daggy Core C11 interface](./#--check-installation-of-daggy-core-c11-interface--) - * [Check installation of Daggy Console application](./#--check-installation-of-daggy-console-application--) -* [Getting Started data aggregation and streaming with Daggy Console Application](./#getting-started-data-aggregation-and-streaming-with-daggy-console-application) - * [Simple Sources](./#simple-sources) - * [Example of Data Aggregation Sources with multiple commands and remote data aggregation and streaming](./#example-of-data-aggregation-sources-with-multiple-commands-and-remote-data-aggregation-and-streaming) - -[_Table of contents generated with markdown-toc_](http://ecotrust-canada.github.io/markdown-toc/) +- [Introduction and goal concepts](#introduction-and-goal-concepts) + * [Daggy High Level Design](#daggy-high-level-design) + * [Basic terms](#basic-terms) +- [Getting Started](#getting-started) + * [Getting Daggy](#getting-daggy) + + [Fedora](#fedora) + + [Windows](#windows) + + [Linux](#linux) + + [MacOS](#macos) + + [Install from source with conan](#install-from-source-with-conan) + + [Install from source with cmake (choose for maintainers)](#--install-from-source-with-cmake--choose-for-maintainers---) + + [Add as conan package dependency](#add-as-conan-package-dependency) + * [Check installation of Daggy Core C++17/20 interface](#check-installation-of-daggy-core-c--17-20-interface) + * [Check installation of Daggy Core C11 interface](#check-installation-of-daggy-core-c11-interface) + * [Check installation of Daggy Console application](#check-installation-of-daggy-console-application) +- [Getting Started data aggregation and streaming with Daggy Console Application](#getting-started-data-aggregation-and-streaming-with-daggy-console-application) + * [Simple Sources](#simple-sources) + + [Example of Data Aggregation Sources with multiple commands and remote data aggregation and streaming](#example-of-data-aggregation-sources-with-multiple-commands-and-remote-data-aggregation-and-streaming) + +Table of contents generated with markdown-toc ## Introduction and goal concepts @@ -147,7 +149,7 @@ conan install ../daggy --build=missing -o package_deps=True conan build ../daggy ``` -#### **Install from source with cmake (choose for maintainers)** +#### Install from source with cmake (choose for maintainers) {% hint style="info" %} **System dependencies:** qt6 (Core and Network), libssh2, libyaml-cpp, kainjow-mustache diff --git a/docs/changelog.md b/docs/changelog.md index e45c612a..8e2641bc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,14 @@ description: Dagyy changelog # Changelog +## [2.1.3](https://github.com/synacker/daggy/releases/tag/2.1.3) + +### Fixed + +* Updated Qt version +* Some fixes for maintainers + + ## [2.1.2](https://github.com/synacker/daggy/releases/tag/2.1.2) ### Fixed