diff --git a/logdoctor/modules/changelog/changelog.cpp b/logdoctor/modules/changelog/changelog.cpp index 1fce1eb1..37cc9596 100644 --- a/logdoctor/modules/changelog/changelog.cpp +++ b/logdoctor/modules/changelog/changelog.cpp @@ -219,6 +219,27 @@ void Changelog::on_tree_Versions_itemClicked(QTreeWidgetItem* item, int index) content.append( tr("Fixes") ); content.append( R"(

)" ); // leave the p tag + } else if ( version == "v4.00" ) { + + content.append( R"(
  • )" ); + content.append( tr("Fixes") ); + content.append( R"(
  • )" ); + content.append( tr("Code improvements") ); + content.append( R"(
  • )" ); + content.append( tr("Performance improvements") ); + content.append( R"(
  • )" ); + content.append( tr("Stability improvements") ); + content.append( R"(
  • )" ); + content.append( tr("Tests improvements") ); + content.append( R"(
  • )" ); + content.append( tr("Generating warnings dinamically") ); + content.append( R"(
  • )" ); + content.append( tr("New tool:") ); + content.append( R"()" ); + content.append( R"(
  • )" ); // leave the p tag + } else { throw DoNotCatchException( "Unexpected changelog version", version.toStdString() ); } diff --git a/logdoctor/modules/changelog/changelog.ui b/logdoctor/modules/changelog/changelog.ui index bcc6963d..89548ee3 100644 --- a/logdoctor/modules/changelog/changelog.ui +++ b/logdoctor/modules/changelog/changelog.ui @@ -70,6 +70,21 @@ Versions + + + Version 4 + + + + true + + + + + v4.00 + + + Version 3