Skip to content

23.08

Compare
Choose a tag to compare
@vicariousdrama vicariousdrama released this 29 Aug 17:54
· 17 commits to main since this release

Released: 2023-08-29

Tagged Commit: 781f1ee

New Panels and Enhancements

  • Difficulty Epoch panel enhanced for pruned node support to estimate times
    sample image of Difficulty Epoch Pruned Mode
  • OP_RETURN panel now has more exclusion patterns by default
  • New Panel: Fee Estimates for graphing Bitcoin Fee Estimates
    sample image of Bitcoin Core Fee Estimates
  • New Panel: LND Messages to display those received in invoices and keysends
    sample image of LND Messages

General

  • New utility script scaffolding new panel using templates
  • New helper functions for top and bottom anchored text
  • New helper functions for wrapping text to a width and calculating multiline text height

Bugfixes

  • Fixed logic in removeOldImages. Prior to this release it would remove all files of the given type (default png) from the directory from which the script was being run.