Update ln-visualizer to 0.0.28 (#882)

This commit is contained in:
smolgrrr 2023-12-07 16:54:28 +11:00 committed by GitHub
parent ae1955d0af
commit ce97366d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: maxkotlan/ln-visualizer-web:v0.0.26@sha256:704dadfc6869c660c87010f9837a269786d6576788b1c1ea983e7d77b456a45b
image: maxkotlan/ln-visualizer-web:v0.0.28@sha256:d207e2e474453090d8c0ebec568c94536f79c9ae0d691818068861bbc2abb25d
init: true
restart: on-failure
stop_grace_period: 1m
@ -15,7 +15,7 @@ services:
LN_VISUALIZER_API_URL: "http://ln-visualizer_api_1:5647"
api:
image: maxkotlan/ln-visualizer-api:v0.0.26@sha256:818357452e3a16682b1abd3bc513b30c313703f6fd6e26d6e0c15267a248138b
image: maxkotlan/ln-visualizer-api:v0.0.28@sha256:7724b02e0b5f91a8a88559458434731d9767d0893982b8a013d39cb24f8b9d94
init: true
restart: on-failure
stop_grace_period: 1m

View File

@ -2,12 +2,21 @@ manifestVersion: 1
id: ln-visualizer
category: bitcoin
name: LnVisualizer
version: "0.0.26"
version: "0.0.28"
releaseNotes: >-
- new channel color mapping modes. can map channel color by fee-rate, base-fee, cltv-delta, max-htlc, min-htlc
What's Changed
- new color range ui menu
- Feature/table
- initial work to search for channels in rendered graph
- Enable table search
- Feature/sphere nodes v2 and orthographic cam
- disable pod status server
Full release notes here: https://github.com/MaxKotlan/LN-Visualizer/releases/tag/v0.0.28
tagline: View the Lightning Network from your node's perspective
description:
Your Lightning node is continuously receiving, storing, and transmitting graph information.