" +echo +echo "## Authors" +echo +cat .A | perl -ne '/([^<]+)(.*)$/;$a=$1;$b=$2;$a=~s/^\s+|\s+$//g;$b=~s/[<>\s]//g;print "[$a](mailto:$b) "' +echo +echo + +cat .x | grep -v '##' | sed -e 's,^ *,,g' | grep -v "^$" | \ + perl -ne 'if (/^\*/) { print "$_"; } else { print "* $_";}' + +# echo "## Changes" +# echo +# cat .l | grep -v ^commit | grep -v ^Author | grep -v ^Date > .x +# cat .x | grep '##' | perl -ne '/##([^ ]*)/; if ($1) {print "$1\n";}' | sort -u > .y +# for a in `cat .y` ; do +# echo "**$a**" +# echo +# cat .x | grep "##$a" | sed -e 's/##.*//g' | perl -ne '{ s/^\s+//; print "* $_"; }' +# echo +# done +# rm -f .x .y .l .A + +echo '
Build fixes
+Disable debugger projects
+Better qt6 support
+File selection is required to fix a crash
+Complete port to Qt6