From aae1e7ed83690753264f798325cf0edc4535c1d5 Mon Sep 17 00:00:00 2001 From: Mikhail Medvedev Date: Mon, 13 May 2024 10:54:00 +0300 Subject: [PATCH] Preparing for the new version --- ChangeLog | 1 + IMSProg_programmer/dialogabout.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f72293f..8a60b8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +- Ver. 1.3.9 - Translation files are now compiled at build time. Metadata files and build dependencies have been changed. - Ver. 1.3.8 - Added translation of update script. Appstream metadata files added. Fix: after installing the software it does not find the CH341A device, detecting it only after rebooting the computer. Fix: incorrect translation file names in Chinese locale. Updated the translations. - Ver. 1.3.7 - Small refinements (bugfix) to the interface. Updating the Italian translation. For 25xxx, 95xxx chips, writing to a status register is now only available after reading it. - Ver. 1.3.6 - Added a third status register to the SFDP form. Fix: after reading, the menu item go to address becomes inactive. Large size chip data in the database corrected. diff --git a/IMSProg_programmer/dialogabout.cpp b/IMSProg_programmer/dialogabout.cpp index 1b0f9a5..4fe6937 100644 --- a/IMSProg_programmer/dialogabout.cpp +++ b/IMSProg_programmer/dialogabout.cpp @@ -23,7 +23,7 @@ DialogAbout::DialogAbout(QWidget *parent) : ui->label_7->setTextFormat(Qt::RichText); ui->label_7->setTextInteractionFlags(Qt::TextBrowserInteraction); ui->label_7->setOpenExternalLinks(true); - ui->label_8->setText("V1.3.8"); + ui->label_8->setText("V1.3.9"); } DialogAbout::~DialogAbout()