Skip to content

Commit 760ab5f

Browse files
committed
Release iaito 6.1.0
1 parent 08b3be3 commit 760ab5f

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ done
127127
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
128128
: ${INSTALL_MAN:=${INSTALL} -m 444}
129129
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
130-
PKGNAME='iaito' ; VERSION='6.0.8' ; VERSION_MAJOR=6; VERSION_MINOR=0; VERSION_PATCH=8; VERSION_NUMBER=60008; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
130+
PKGNAME='iaito' ; VERSION='6.1.0' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=60100; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
131131
}
132132

133133
show_usage() {
134134
cat <<EOF2
135-
'configure' configures iaito-6.0.8 to adapt to many kinds of systems.
135+
'configure' configures iaito-6.1.0 to adapt to many kinds of systems.
136136
137137
Usage: ./configure [OPTION]... [VAR=VALUE]...
138138
@@ -208,10 +208,10 @@ ocho() {
208208

209209
show_version() {
210210
if [ "$QUIET" = 1 ]; then
211-
echo "6.0.8"
211+
echo "6.1.0"
212212
exit 0
213213
fi
214-
echo "iaito-6.0.8 configuration script done with acr v2.2.4.
214+
echo "iaito-6.1.0 configuration script done with acr v2.2.4.
215215
The 'Free Software Foundation' message is only for autodetection.
216216
Originally written by pancake <nopcode.org>."
217217
exit 0
@@ -240,7 +240,7 @@ case $flag in
240240
show_version ; ;;
241241
-r|--r|--report)
242242
echo "PKGNAME: iaito"
243-
echo "VERSION: 6.0.8"
243+
echo "VERSION: 6.1.0"
244244
echo "AUTHOR: pancake"
245245
echo "EMAIL: pancake@nopcode.org"
246246
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.0.8
2+
VERSION 6.1.0
33
CONTACT pancake ; pancake@nopcode.org
44

55
LANG_CXX!

src/Iaito.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ TEMPLATE = app
33
TARGET = iaito
44

55
IAITO_VERSION_MAJOR = 6
6-
IAITO_VERSION_MINOR = 0
7-
IAITO_VERSION_PATCH = 8
6+
IAITO_VERSION_MINOR = 1
7+
IAITO_VERSION_PATCH = 0
88

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

src/org.radare.iaito.appdata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
<name>radare</name>
4343
</developer>
4444
<releases>
45+
<release version="6.1.0" date="2026-03-09">
46+
<description>
47+
<p>Configurable navigation bar position and size</p>
48+
<p>Navigation bar can respect color theme</p>
49+
<p>Improve type xrefs, viewer and editor</p>
50+
<p>Fix command injections in maps and files widgets</p>
51+
<p>Decompiler code highlighting honors the color theme in r2</p>
52+
<p>Address incorrect dynamic casts crashes</p>
53+
</description>
54+
</release>
4555
<release version="6.0.8" date="2026-01-04">
4656
<description>
4757
<p>Fix crash in layout calculations</p>

0 commit comments

Comments
 (0)