Skip to content

Release 1.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:23

1.6.0 - 2026-06-22

🚀 Super-charge eilmeldung by using the new pipe feature! 🚀

  • New command pipe to pipe article contents through external commands!
    • for instance pipe html md ~/my-markdown-filter.sh sends the scraped HTML content to the given command and afterwards displays the markdown output from the script
    • possible applications are for example:
      • storing the article markdowns in a file
      • using a custom external scraping mechanism
      • filtering the content, e.g., stripping away unwanted tags/ads/etc.
      • sending the content of an article via mail to someone else
      • piping the content through an LLM
    • see docs/pipe.md for the full documentation and recipes
    • feel free to contribute your own application scenarios and recipes!
  • commands (for share targets, pipe, etc.) now support environment variable substitution via ${VAR} or $VAR. Also a ~ at the beginning is replaced by the path to the home directory.
  • bugfix: status icon/throbber had a different color from the rest of the status bar with errors and warnings
  • new option shadows (default true): show/hide shadows for popup windows
  • dependencies updated, especially ratatui