Skip to content

Commit

Permalink
Preparing for the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed May 13, 2024
1 parent 4c2fd70 commit aae1e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion IMSProg_programmer/dialogabout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit aae1e7e

Please sign in to comment.