Skip to content

Commit 88f934d

Browse files
committed
Preparing a new version
1 parent 74b30cb commit 88f934d

12 files changed

+179
-31
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- Ver. 1.6.2 - Fix: program crashed if security registers was less than 256
2+
bytes. Fix: Information in the status bar disappears when hovering over a menu.
3+
New chips added to database. Chip information form code optimized. Added
4+
comparison of INTEL HEX and ASUS CAP with other files. Added close and minimise
5+
buttons for subordinate forms.
16
- Ver. 1.6.1 - New feature: compare files. New feature: fill test array.
27
Fix: when the page size is changed, the buffer is cleared. Fix: the code is
38
executed twice and the code slows down the display of the interface.
0 Bytes
Binary file not shown.

IMSProg_editor/other/io.github.bigbigmdm.imsprog_editor.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@
9090
</screenshot>
9191
</screenshots>
9292
<releases>
93+
<release version="1.6.2" date="2025-07-01" urgency="medium">
94+
<description>
95+
<p>Fixed: program crashed if security registers was less than 256 bytes.</p>
96+
<p>Fixed: Information in the status bar disappears when hovering over a menu.</p>
97+
<p>Added: close and minimise buttons for subordinate forms.</p>
98+
<p>Added: comparison of INTEL HEX and ASUS CAP with other files.</p>
99+
<p>Added: new chips to the database.</p>
100+
</description>
101+
</release>
93102
<release version="1.6.1" date="2025-05-19" urgency="medium">
94103
<description>
95104
<p>Fixed: when the page size is changed, the buffer is cleared.</p>
340 Bytes
Binary file not shown.

IMSProg_programmer/dialogabout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DialogAbout::DialogAbout(QWidget *parent) :
2424
ui->label_7->setTextFormat(Qt::RichText);
2525
ui->label_7->setTextInteractionFlags(Qt::TextBrowserInteraction);
2626
ui->label_7->setOpenExternalLinks(true);
27-
ui->label_8->setText("V1.6.1");
27+
ui->label_8->setText("V1.6.2");
2828
}
2929

3030
DialogAbout::~DialogAbout()
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

IMSProg_programmer/other/index.html

Lines changed: 119 additions & 9 deletions
Large diffs are not rendered by default.

IMSProg_programmer/other/io.github.bigbigmdm.imsprog.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@
152152
</screenshot>
153153
</screenshots>
154154
<releases>
155+
<release version="1.6.2" date="2025-07-01" urgency="medium">
156+
<description>
157+
<p>Fixed: program crashed if security registers was less than 256 bytes.</p>
158+
<p>Fixed: Information in the status bar disappears when hovering over a menu.</p>
159+
<p>Added: close and minimise buttons for subordinate forms.</p>
160+
<p>Added: comparison of INTEL HEX and ASUS CAP with other files.</p>
161+
<p>Added: new chips to the database.</p>
162+
</description>
163+
</release>
155164
<release version="1.6.1" date="2025-05-19" urgency="medium">
156165
<description>
157166
<p>Fixed: when the page size is changed, the buffer is cleared.</p>

IMSProg_programmer/other/io.github.bigbigmdm.imsprog_database_update.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
<name>Mikhail Medvedev</name>
7777
</developer>
7878
<releases>
79+
<release version="1.6.2" date="2025-07-01" urgency="medium">
80+
<description>
81+
<p>Fixed: program crashed if security registers was less than 256 bytes.</p>
82+
<p>Fixed: Information in the status bar disappears when hovering over a menu.</p>
83+
<p>Added: close and minimise buttons for subordinate forms.</p>
84+
<p>Added: comparison of INTEL HEX and ASUS CAP with other files.</p>
85+
<p>Added: new chips to the database.</p>
86+
</description>
87+
</release>
7988
<release version="1.6.1" date="2025-05-19" urgency="medium">
8089
<description>
8190
<p>Fixed: when the page size is changed, the buffer is cleared.</p>

0 commit comments

Comments
 (0)