Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed Dec 24, 2024
1 parent 956443c commit 8539fed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
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.2.0@sha256:1e298d6986840ae5304c53ccdd3770cde867e6cab6837997e1c45f89538a0568
FROM podcastindexorg/podcasting20-helipad:0.2.1@sha256:97caa32c6f5c7662d37bf6b0d48a0b54b384af3f2794e53b9129ededfe71dfc2

ARG ARCH
ARG PLATFORM
Expand Down
17 changes: 11 additions & 6 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
id: helipad
title: "Helipad"
version: 0.2.0
version: 0.2.1
release-notes: |
* 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
* Add podcast filter
* Add njump links for Nostr references and setting to resolve npubs to names
* Add custom reports to settings page
* Show hosted wallet info
* 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
license: mit
wrapper-repo: "https://github.com/Podcastindex-org/helipad-startos"
upstream-repo: "https://github.com/Podcastindex-org/helipad"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.2.0");
compat.migrations.fromMapping({}, "0.2.1");

0 comments on commit 8539fed

Please sign in to comment.