Skip to content

Commit 07f60a9

Browse files
committed
Release 5.9.6
1 parent 6f2e5df commit 07f60a9

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iaito CI
22

33
env:
4-
R2V: 5.9.4
4+
R2V: 5.9.6
55

66
on:
77
push:

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ done
113113
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
114114
: ${INSTALL_MAN:=${INSTALL} -m 444}
115115
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
116-
PKGNAME='iaito' ; VERSION='5.9.4' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=4; VERSION_NUMBER=50904; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
116+
PKGNAME='iaito' ; VERSION='5.9.6' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=6; VERSION_NUMBER=50906; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
117117
}
118118

119119
show_usage() {
120120
cat <<EOF2
121-
'configure' configures iaito-5.9.4 to adapt to many kinds of systems.
121+
'configure' configures iaito-5.9.6 to adapt to many kinds of systems.
122122
123123
Usage: ./configure [OPTION]... [VAR=VALUE]...
124124
@@ -194,10 +194,10 @@ ocho() {
194194

195195
show_version() {
196196
if [ "$QUIET" = 1 ]; then
197-
echo "5.9.4"
197+
echo "5.9.6"
198198
exit 0
199199
fi
200-
echo "iaito-5.9.4 configuration script done with acr v2.1.4.
200+
echo "iaito-5.9.6 configuration script done with acr v2.1.4.
201201
The 'Free Software Foundation' message is only for autodetection.
202202
Originally written by pancake <nopcode.org>."
203203
exit 0
@@ -226,7 +226,7 @@ case $flag in
226226
show_version ; ;;
227227
-r|--r|--report)
228228
echo "PKGNAME: iaito"
229-
echo "VERSION: 5.9.4"
229+
echo "VERSION: 5.9.6"
230230
echo "AUTHOR: pancake"
231231
echo "EMAIL: pancake@nopcode.org"
232232
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 5.9.4
2+
VERSION 5.9.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 = 5
66
IAITO_VERSION_MINOR = 9
7-
IAITO_VERSION_PATCH = 4
7+
IAITO_VERSION_PATCH = 6
88

99
CONFIG += c++20
1010
CONFIG+=app_bundle

src/org.radare.iaito.appdata.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,31 @@
4242
<name>radare</name>
4343
</developer>
4444
<releases>
45+
<release version="5.9.6" date="2024-10-13">
46+
<description>
47+
<p>Show a summary instead of all the function variables (aligned with r2-5.9.6)</p>
48+
<p>Fixed segfault when editing instructions in 2 byte files</p>
49+
<p>Experimental analysis now runs aaw and aaef</p>
50+
<p>More consistent and better app icons for Wayland, Windows and macOS</p>
51+
<p>New menu entry to edit and use the rarun2 profile for debugging</p>
52+
<p>Add support for function annotations (ano command)</p>
53+
<p>Show tabs on top by default</p>
54+
<p>Minor visual improvements in the welcome and about screens</p>
55+
<p>Update embedded fonts (Agave + Inconsolata)</p>
56+
<p>Initial support for the Decai decompiler</p>
57+
<p>Fix 'open with no file' option</p>
58+
<p>Fix core plugins listing window</p>
59+
<p>Sync with r2-5.9.6</p>
60+
</description>
61+
</release>
4562
<release version="5.9.4" date="2024-08-08">
4663
<description>
4764
<p>Better default analysis settings</p>
4865
<p>Change font size using control+mouse wheel in disasm view</p>
4966
<p>Use Po/Ps to save/open projects</p>
5067
<p>Choose more colors for the basic blocks</p>
5168
<p>Support pascal and utf16 string types</p>
52-
<p>Fix address formatting bugs in WIndows</p>
69+
<p>Fix address formatting bugs in Windows</p>
5370
<p>Sync with r2-5.9.4</p>
5471
</description>
5572
</release>

0 commit comments

Comments
 (0)