Update Helipad to v0.2.1 (#1980)

This commit is contained in:
Eric P 2024-12-30 17:29:41 -06:00 committed by GitHub
parent 80c88e496a
commit c5a20ff393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 7 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 2112
web:
image: podcastindexorg/podcasting20-helipad:0.2.0@sha256:1e298d6986840ae5304c53ccdd3770cde867e6cab6837997e1c45f89538a0568
image: podcastindexorg/podcasting20-helipad:0.2.1@sha256:97caa32c6f5c7662d37bf6b0d48a0b54b384af3f2794e53b9129ededfe71dfc2
init: true
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: helipad
category: bitcoin
name: Helipad
version: "0.2.0"
version: "0.2.1"
tagline: View boosts & boostagrams from Podcasting 2.0 apps
description: Helipad shows boosts and boostagram messages coming in to your
Lightning node from your listeners who are using Podcasting 2.0 apps.
@ -24,12 +24,22 @@ submission: https://github.com/getumbrel/umbrel/pull/1174
releaseNotes: >-
This update includes the following improvements:
- New settings page which includes settings for boosts, sounds, custom numerology and webhooks
- Add podcast filter
- Improve strange TLV handling
- Add njump links for Nostr references and setting to resolve npubs to names
- Added axum framework
- Add custom reports to settings page
- Added new TrueFans logo
- Show hosted wallet info
- Added The Split Kit to the apps list
- Add icon for wherever.audio
- Format timestamp hover according to current locale
- Add ability to trigger webhooks on certain amounts
- Add a pew queue to make sure overlapping pews do not get skipped
- Fix reply boosts to handle empty wallet key/values and Fountain wallet ids
- Fix sound upload caching issues