Skip to content

1.2.0

Latest

Choose a tag to compare

@abhin4v abhin4v released this 22 Jun 07:59
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.

feed-repeat is a small Haskell tool that resurfaces older entries from RSS/Atom feeds by writing weighted-random selections to new Atom feeds. See the README.md for what it does and how to use it.

Get it

  • Docker / Podman: ghcr.io/abhin4v/feed-repeat:1.2.0
  • Static binaries: attached below (x86_64-linux, aarch64-linux)
  • Source: cabal build or nix-build nix/release.nix

Verify the binaries

sha256sum -c feed-repeat-x86_64.sha256        # or
shasum -a 256 -c feed-repeat-x86_64.sha256

Reporting issues

Bugs: open an issue.
Security: SECURITY.md.

Changelog

Added

  • CORS HTTP headers to example web server configs and the NixOS module.

Changed

  • Nix static builds now use the mold linker for faster builds.
  • Nix static build is now [GMP]-free.
  • GitHub Pages workflow now runs every six hours instead of daily.

Fixed

  • Crash caused by renaming the output file of an existing task.