Release 6.1.4

This commit is contained in:
pancake
2026-04-13 22:29:01 +02:00
parent 03fb805a89
commit 55130697c5
4 changed files with 38 additions and 7 deletions

10
configure vendored
View File

@@ -129,12 +129,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='iaito' ; VERSION='6.1.2' ; VERSION_MAJOR=6; VERSION_MINOR=1; VERSION_PATCH=2; VERSION_NUMBER=60102; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
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>" ;
}
show_usage() {
cat <<EOF2
'configure' configures iaito-6.1.2 to adapt to many kinds of systems.
'configure' configures iaito-6.1.4 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@@ -212,10 +212,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "6.1.2"
echo "6.1.4"
exit 0
fi
echo "iaito-6.1.2 configuration script done with acr v2.2.6.
echo "iaito-6.1.4 configuration script done with acr v2.2.6.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@@ -244,7 +244,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: iaito"
echo "VERSION: 6.1.2"
echo "VERSION: 6.1.4"
echo "AUTHOR: pancake"
echo "EMAIL: pancake@nopcode.org"
echo "LANGS: c++"

View File

@@ -1,5 +1,5 @@
PKGNAME iaito
VERSION 6.1.2
VERSION 6.1.4
CONTACT pancake ; pancake@nopcode.org
LANG_CXX!

View File

@@ -4,7 +4,7 @@ TARGET = iaito
IAITO_VERSION_MAJOR = 6
IAITO_VERSION_MINOR = 1
IAITO_VERSION_PATCH = 2
IAITO_VERSION_PATCH = 4
CONFIG += c++20
QMAKE_CXXFLAGS += -std=c++20

View File

@@ -42,6 +42,37 @@
<name>radare</name>
</developer>
<releases>
<release version="6.1.4" date="2026-04-13">
<description>
<p>Make analysis plugins available from the menu</p>
<p>Add option to import symbols from another binary (pdb, dwarf, rbin)</p>
<p>Solve the unaligned instructions when scrolling and honor codealign arch settings</p>
<p>Fully remove python support, settings upgrade and software update checks</p>
<p>Register names can be clicked in the register panel</p>
<p>Add more process resume options (until signal, address, program code or return instruction)</p>
<p>Fix current address highlight in debugger</p>
<p>Add mouseover tooltips in the registers view</p>
<p>NavigationBar can be now relocated anywhere</p>
<p>Toggle 'lock panels' option with Control+L</p>
<p>List Muta, FilsSystem and RLang plugins in preferences</p>
<p>Remove support for r2&lt;6</p>
<p>Add Control+F to change scr.highlight in disassembler view</p>
<p>List local processes to start in debugger attach mode</p>
<p>Merge File->Scripts and the editor from Preferences</p>
<p>Show project details in the NewFile dialog</p>
<p>Fix hexdump column width aligned with font size</p>
<p>Add import/export projects in zip format</p>
<p>Add --without-debugger to build without debugger</p>
<p>Add the -d flag to start iaito in debugger mode</p>
<p>Fix several command injection and path traversal bugs</p>
<p>Add analysis dialog with progress logs on startup</p>
<p>Bring back the emulation and debugger support</p>
<p>Improve stability with many code reviews</p>
<p>Bring back the background webserver support</p>
<p>Add IBM Plex Mono font</p>
<p>Fix scrolling bugs in the disassembly widget</p>
</description>
</release>
<release version="6.1.2" date="2026-03-19">
<description>
<p>Add new ZoomWidget as a frontend for the pz commands</p>