Skip to content

Commit e821ddc

Browse files
committedFeb 1, 2023
Add changelog details for the flatpak release
1 parent 7116de1 commit e821ddc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎autogen.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ sed \
3434

3535
mv src/Iaito.pro.sed src/Iaito.pro
3636
${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
3841
#V=`./configure -qV | cut -d - -f -1`
3942
# meson rewrite kwargs set project / version "$V"
4043
# if [ -n "$1" ]; then

‎src/org.radare.iaito.appdata.xml

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
<update_contact>pancake</update_contact>
2525
<developer_name>radare2</developer_name>
2626
<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>
2735
<release version="5.8.0" date="2022-12-23">
2836
<description>
2937
<p>In sync with latest r2-5.8.0</p>

0 commit comments

Comments
 (0)