Skip to content

Commit

Permalink
Building the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed May 6, 2024
1 parent 0251638 commit 6b76050
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- 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.
- Ver. 1.3.5 - Added function to HEX-editor to move the cursor to the entered address.
Expand Down
5 changes: 5 additions & 0 deletions IMSProg_editor/other/imsprog.editor.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.3.8" date="2024-05-06" urgency="medium">
<description>
<p>This stable release fixes bugs, updated translations, translate chip database update script.</p>
</description>
</release>
<release version="1.3.7" date="2024-04-27" urgency="low">
<description>
<p>This stable release, updated translations.</p>
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.7");
ui->label_8->setText("V1.3.8");
}

DialogAbout::~DialogAbout()
Expand Down
7 changes: 6 additions & 1 deletion IMSProg_programmer/other/imsprog.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@
</screenshot>
</screenshots>
<releases>
<release version="1.3.7" date="2024-04-27" urgency="low">
<release version="1.3.8" date="2024-05-06" urgency="medium">
<description>
<p>This stable release fixes bugs, updated translations, translate chip database update script.</p>
</description>
</release>
<release version="1.3.7" date="2024-04-27" urgency="medium">
<description>
<p>This stable release fixes bugs, updated translations.</p>
</description>
Expand Down
5 changes: 5 additions & 0 deletions IMSProg_programmer/other/imsprog.database.update.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
<url type="bugtracker">https://github.com/bigbigmdm/IMSProg/issues</url>
<developer_name>Mikhail Medvedev</developer_name>
<releases>
<release version="1.3.8" date="2024-05-06" urgency="medium">
<description>
<p>This stable release fixes bugs, updated translations, translate chip database update script.</p>
</description>
</release>
<release version="1.3.7" date="2024-04-27" urgency="low">
<description>
<p>This stable release, updated translations.</p>
Expand Down

0 comments on commit 6b76050

Please sign in to comment.