diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index f8a42619..d4ae5a07 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -167,13 +167,23 @@ color="primary unelevated mt-lg pt-lg" >Install + Release Notes - +
+ > + + diff --git a/lnbits/extension_manger.py b/lnbits/extension_manger.py index 7eab4097..5922ba2a 100644 --- a/lnbits/extension_manger.py +++ b/lnbits/extension_manger.py @@ -354,6 +354,7 @@ class InstallableExtension(BaseModel): source_repo=url, description=e["shortDescription"], details_html=e.get("details"), + html_url=e.get("htmlUrl"), ) ]