Skip to content

Commit

Permalink
Add changelog details for the flatpak release
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 1, 2023
1 parent 7116de1 commit e821ddc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ sed \

mv src/Iaito.pro.sed src/Iaito.pro
${EDITOR} .github/workflows/ci.yml

echo
echo "Press enter and add a new changelog entry for the new Flatpak version"
read A
${EDITOR} src/org.radare.iaito.appdata.xml
#V=`./configure -qV | cut -d - -f -1`
# meson rewrite kwargs set project / version "$V"
# if [ -n "$1" ]; then
Expand Down
8 changes: 8 additions & 0 deletions src/org.radare.iaito.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
<update_contact>pancake</update_contact>
<developer_name>radare2</developer_name>
<releases>
<release version="5.8.2" date="2023-1-1">
<description>
<p>Alphabetically sort io and arch comboboxes</p>
<p>Fix assert in release builds</p>
<p>Faster binary infor loading</p>
<p>Sync with r2-5.8.2</p>
</description>
</release>
<release version="5.8.0" date="2022-12-23">
<description>
<p>In sync with latest r2-5.8.0</p>
Expand Down

0 comments on commit e821ddc

Please sign in to comment.