File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 34
34
35
35
mv src/Iaito.pro.sed src/Iaito.pro
36
36
${EDITOR} .github/workflows/ci.yml
37
-
37
+ echo
38
+ echo " Press enter and add a new changelog entry for the new Flatpak version"
39
+ read A
40
+ ${EDITOR} src/org.radare.iaito.appdata.xml
38
41
# V=`./configure -qV | cut -d - -f -1`
39
42
# meson rewrite kwargs set project / version "$V"
40
43
# if [ -n "$1" ]; then
Original file line number Diff line number Diff line change 24
24
<update_contact >pancake</update_contact >
25
25
<developer_name >radare2</developer_name >
26
26
<releases >
27
+ <release version =" 5.8.2" date =" 2023-1-1" >
28
+ <description >
29
+ <p >Alphabetically sort io and arch comboboxes</p >
30
+ <p >Fix assert in release builds</p >
31
+ <p >Faster binary infor loading</p >
32
+ <p >Sync with r2-5.8.2</p >
33
+ </description >
34
+ </release >
27
35
<release version =" 5.8.0" date =" 2022-12-23" >
28
36
<description >
29
37
<p >In sync with latest r2-5.8.0</p >
You can’t perform that action at this time.
0 commit comments