Skip to content

Commit 2d3ab3c

Browse files
committed
Release 6.1.6
1 parent eb89ac2 commit 2d3ab3c

5 files changed

Lines changed: 43 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: iaito CI
22

33
env:
4-
R2V: 6.1.4
5-
R2GHIDRA_VERSION: 6.1.4
4+
R2V: 6.1.6
5+
R2GHIDRA_VERSION: 6.1.6
66
QT_MAC_INSTALL_VERSION: 6.11.*
77
QT_WIN_INSTALL_VERSION: 6.10.*
88

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ done
129129
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
130130
: ${INSTALL_MAN:=${INSTALL} -m 444}
131131
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
132-
PKGNAME='iaito' ; VERSION='6.1.4' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=4; VERSION_NUMBER=60104; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
132+
PKGNAME='iaito' ; VERSION='6.1.6' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=6; VERSION_NUMBER=60106; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
133133
}
134134

135135
show_usage() {
136136
cat <<EOF2
137-
'configure' configures iaito-6.1.4 to adapt to many kinds of systems.
137+
'configure' configures iaito-6.1.6 to adapt to many kinds of systems.
138138
139139
Usage: ./configure [OPTION]... [VAR=VALUE]...
140140
@@ -212,10 +212,10 @@ ocho() {
212212

213213
show_version() {
214214
if [ "$QUIET" = 1 ]; then
215-
echo "6.1.4"
215+
echo "6.1.6"
216216
exit 0
217217
fi
218-
echo "iaito-6.1.4 configuration script done with acr v2.2.6.
218+
echo "iaito-6.1.6 configuration script done with acr v2.2.6.
219219
The 'Free Software Foundation' message is only for autodetection.
220220
Originally written by pancake <nopcode.org>."
221221
exit 0
@@ -244,7 +244,7 @@ case $flag in
244244
show_version ; ;;
245245
-r|--r|--report)
246246
echo "PKGNAME: iaito"
247-
echo "VERSION: 6.1.4"
247+
echo "VERSION: 6.1.6"
248248
echo "AUTHOR: pancake"
249249
echo "EMAIL: pancake@nopcode.org"
250250
echo "LANGS: c++"

configure.acr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKGNAME iaito
2-
VERSION 6.1.4
2+
VERSION 6.1.6
33
CONTACT pancake ; pancake@nopcode.org
44

55
LANG_CXX!

src/Iaito.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TARGET = iaito
44

55
IAITO_VERSION_MAJOR = 6
66
IAITO_VERSION_MINOR = 1
7-
IAITO_VERSION_PATCH = 4
7+
IAITO_VERSION_PATCH = 6
88

99
CONFIG += c++20
1010
QMAKE_CXXFLAGS += -std=c++20

src/org.radare.iaito.appdata.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,40 @@
4242
<name>radare</name>
4343
</developer>
4444
<releases>
45+
<release version="6.1.6" date="2026-06-03">
46+
<description>
47+
<p>Sync byte range selections between disasm, graph and hexdump</p>
48+
<p>Fix converting multiple instructions to dwords in disasm</p>
49+
<p>Use scr.highlight in the decompiler output</p>
50+
<p>Add support for r2mcp background server</p>
51+
<p>Integrate r2hermes, r2ai and r2jadx decompilers</p>
52+
<p>Support (non-blocking UI) async decompilation with r2ai</p>
53+
<p>Better mouse over and cursor settings in disasm and graph over registers and calls</p>
54+
<p>Better decompiler highlight defaults</p>
55+
<p>Multithreaded r2ai background tabs support</p>
56+
<p>Add fancy icons in app and contextual menus</p>
57+
<p>New dialog/tool to create and modify switch jump tables</p>
58+
<p>New CodeInfo widget to display collapsed rows for ops, basic blocks and function info</p>
59+
<p>New syscalls dialog to query the database</p>
60+
<p>New calculator and assembler/disassembler tools</p>
61+
<p>Fully redesigned app and context menus (RFC)</p>
62+
<p>Improve bblines and font metrics for disasm and hexdump</p>
63+
<p>Optimize disassembler scroll and fix the random gap depending on fonts used</p>
64+
<p>Basic block colors in disasm</p>
65+
<p>Graph navigation keybindings in sync with r2</p>
66+
<p>Add new w95-style classic theme</p>
67+
<p>Improve graph look&amp;feel layout, colors and shadows</p>
68+
<p>Fix infinite loop causing 100% cpu when resizing</p>
69+
<p>Use new projects by default (visually more appealing too)</p>
70+
<p>Reduce memory usage and fix memleaks in font management</p>
71+
<p>Statusbar can be toggled now</p>
72+
<p>Guard reentrant stderr logs in the console widget</p>
73+
<p>Navigation bar can be placed in many new locations now</p>
74+
<p>Fix scrolling issues on x86-16 and arm-thumb binaries</p>
75+
<p>Improved function color and pins support</p>
76+
<p>Autocomplete filepaths in the new file dialog</p>
77+
</description>
78+
</release>
4579
<release version="6.1.4" date="2026-04-13">
4680
<description>
4781
<p>Make analysis plugins available from the menu</p>

0 commit comments

Comments
 (0)