• v0.5.3 49728ea6dd

    Release 0.5.3 Stable

    paul released this 2024-02-27 13:54:29 +01:00 | 0 commits to main since this release

    Changed

    • Update dependency on cached

    Security

    Fixed

    • Handle paging information begin absent; fixes short feeds for Mixcloud (#17)
    Downloads
  • v0.5.2 1a8f8d67fa

    Release 0.5.2 Stable

    paul released this 2023-11-03 11:24:52 +01:00 | 6 commits to main since this release

    Security

    Changed

    • Switch to Rocket 0.5 RC4
    • Update dependency on cached
    Downloads
  • v0.5.1 b0cb9d984a

    Release 0.5.1 Stable

    paul released this 2023-08-25 22:09:36 +02:00 | 10 commits to main since this release

    Changed

    • Bump the dependency on youtube_dl
    • Update release Gitea Actions workflow; add seperate job to release Debian package to the new repository

    Security

    Downloads
  • v0.5.0 a05106fecf

    Release 0.5.0 Stable

    paul released this 2023-06-08 10:36:54 +02:00 | 18 commits to main since this release

    Added

    • Add full release Gitea Actions workflow

    Changed

    • Simplify GItea Actions check and lint workflow

    Fixed

    • Differentiate between publish and update time for items
    Downloads
  • v0.4.1 cb43d91b64

    Release 0.4.1 Stable

    paul released this 2023-04-11 19:42:03 +02:00 | 25 commits to main since this release

    Changed

    • Select only direct HTTP MP4 audio streams for the Mixcloud back-end
    Downloads
  • v0.4.0 51c3874820

    Release 0.4.0 Stable

    paul released this 2023-03-24 19:27:27 +01:00 | 31 commits to main since this release

    Added

    • Add Gitea Actions workflow for cargo

    Changed

    • Update dependencies on cached and youtube_dl
    • Update to rocket version 0.5.0-rc.3
    • Select MP4 audio streams only (experimental)
    • Remove parameters from MIME types to prevent clients tripping over them

    Fixed

    • Bump the dependency on ytextract (#14)
    • Fix typo in the documentation

    Security

    Downloads
  • v0.3.0 b7a923c918

    Release 0.3.0 Stable

    paul released this 2022-12-24 13:32:01 +01:00 | 41 commits to main since this release

    Added

    • Add abstraction that will support multiple back-ends
    • Add YouTube back-end for generating feeds of YouTube channels and
      playlists (#5)

    Changed

    • Change the name of the url to public_url in the configuration file
      Rocket.toml
    • Make feed channel and item images optional
    • Simplify how Rocket is launched
    • Split off feed generation to a separate module
    • Improve documentation

    Fixed

    • Some code refactoring

    Security

    • Update/bump dependencies
    Downloads
  • v0.2.0 61db7c4b76

    Release 0.2.0 Stable

    paul released this 2022-05-27 22:59:39 +02:00 | 72 commits to main since this release

    Added

    • Add support for paging, i.e. retrieving more that 50 past items (#9)
    • Introduce the limit parameter to get more/less than 50 feed items
    • Add caching; all Mixcloud user, cloudcasts and download URL requests are
      cached for 24 hours (#3)

    Changed

    • Implemented proper error logging and handling (#6)
    • Replaces own youtube-dl command running implementation by youtub_dl
      crate (#8)
    • Several code and documentation improvements & fixes

    Removed

    • Drop dependencies on some unnecessary/unused crates
    Downloads
  • v0.1.0 9d1bfd8351

    Release 0.1.0 Stable

    paul released this 2022-05-24 11:28:20 +02:00 | 89 commits to main since this release

    Initial release.

    Downloads