Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0 #5

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# sha256 from: docker buildx imagetools inspect <image>
FROM podcastindexorg/podcasting20-helipad:0.1.11@sha256:b1292d46b4e126ad5c6c20c5630f28d9220ef4c8d90566d17be2232e238b9d4f
FROM podcastindexorg/podcasting20-helipad:0.2.0@sha256:1e298d6986840ae5304c53ccdd3770cde867e6cab6837997e1c45f89538a0568

ARG ARCH
ARG PLATFORM
Expand Down
13 changes: 6 additions & 7 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
id: helipad
title: "Helipad"
version: 0.1.11
version: 0.2.0
release-notes: |
* Added missing User-Agent header when calling the Podcast Index API
* Added reply boosts, sent tab, and password protection
* Show automated boosts in the Boosts tab
* Added browser-based reply boosts (e.g. WebLN, Alby)
* Added icons for LN Beats, Podcast Guru, and TrueFans
* Added boosts, streams, and sent lists to CSV export and fixed positional params
* New settings page which includes settings for boosts, sounds, custom numerology and webhooks
* Improve strange TLV handling
* Added axum framework
* Added new TrueFans logo
* Added The Split Kit to the apps list
license: mit
wrapper-repo: "https://github.com/Podcastindex-org/helipad-startos"
upstream-repo: "https://github.com/Podcastindex-org/helipad"
Expand Down