From b931e4d806b25f53b13dc345657975e8157f6477 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Fri, 22 Apr 2022 20:54:13 +0200 Subject: [PATCH] updated whatsnew.dox --- README.md | 2 +- doc/dox/whatsnew.dox | 34 ++++++++++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad74e2d45e..c05a419e5e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The [Screenshots-page](./screenshots/) contains several screenshots, partly take [![Lates Release](https://img.shields.io/github/v/release/jkriege2/JKQtPlotter)](https://github.com/jkriege2/JKQtPlotter/releases) -JKQTPlotter contains two different build systems: A modern [CMake](https://cmake.org/)-based build and an older (and deprecated!) QMake-based build (which works out of the box with Qt 5.x). Both systems are explained in detail in http://jkriege2.github.io/JKQtPlotter/page_buildinstructions.html. +JKQTPlotter contains two different build systems: A modern [CMake](https://cmake.org/)-based build and an older (and deprecated!) QMake-based build (which works out of the box with Qt 5.x and QT 6.x). Both systems are explained in detail in http://jkriege2.github.io/JKQtPlotter/page_buildinstructions.html. With [CMake](https://cmake.org/) you can easily build JKQTPlotter and all its examples, by calling something like: diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 2bd097dccb..85df635b55 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -12,6 +12,25 @@ This page lists release notes for the diferent version of JKQTPlotter \section page_whatsnew_TRUNK trunk/master \subsection page_whatsnew_TRUNK_OVERVIEW trunk: Overview +Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include: + + +\subsection page_whatsnew_TRUNK_DOWNLOAD trunk: Download + +This release is available from: + - Source code branch: https://github.com/jkriege2/JKQtPlotter + - Source Code download (ZIP): https://github.com/jkriege2/JKQtPlotter/archive/master.zip + - Git-Link: https://github.com/jkriege2/JKQtPlotter.git +. + + + + +\section page_whatsnew_V4_0_0 V4.0.0: Qt6 compatibility & diverse improvements + bugfixes + +\subsection page_whatsnew_V4_0_0_OVERVIEW V4.0.0: Overview Changes, compared to \ref page_whatsnew_V2019_11 "v2019.11" include: -\subsection page_whatsnew_TRUNK_DOWNLOAD trunk: Download +\subsection page_whatsnew_V4_0_0_DOWNLOAD trunk: Download This release is available from: - - Source code branch: https://github.com/jkriege2/JKQtPlotter - - Source Code download (ZIP): https://github.com/jkriege2/JKQtPlotter/archive/master.zip - - Git-Link: https://github.com/jkriege2/JKQtPlotter.git + - Source code branch: https://github.com/jkriege2/JKQtPlotter/tree/v4.0.0 + - Latest Release/Tag: https://github.com/jkriege2/JKQtPlotter/releases/tag/v4.0.0 (2021-April-xx) .