# 2022-05-21 13:00:00.133769 UTC (+0000) sfeed 1.5 was released. sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file. It can be found at: * git://git.codemadness.org/sfeed * gopher://codemadness.org/1/git/sfeed * https://codemadness.org/releases/sfeed/ * gopher://codemadness.org/1/releases/sfeed/ sfeed has the following notable changes compared to 1.4: Changes: * sfeed_curses: interrupt waitpid while interactive child program is running This now handles SIGTERM on sfeed_curses while an interactive child program is running. * sfeed_curses: close stdin before spawning a plumb program in non-interactive mode, which is more intuitive: the program doesn't seem to hang when it expects input in this case since there is no way to send input anyway. * Properly escape backslashes in the man pages (thanks adc!). * Documentation improvements to the man pages and a progress indicator example script for sfeed_update. I want to thank all people who gave feedback, Thanks, Hiltjo