Skip to content

Releases: edouardparis/lntop

v0.4.0

29 Dec 09:16
v0.4.0
Compare
Choose a tag to compare

What's Changed

  • Add remote balance and update count columns by @rkfg in #62
  • Make gauge sort more stable by @rkfg in #59
  • Display pending HTLCs in channel view by @rkfg in #61
  • Update README.md by @ibz in #63
  • #70: Display channel fees by @hieblmi in #72
  • bump lnd 0.15.0-beta & go mod tidy by @hieblmi in #73
  • Fix crash on missing policies by @rkfg in #78
  • Add pretty amount formatting by @rkfg in #80
  • Show disabled channel count for node by @rkfg in #81
  • Show closed and disabled channels, fix policy order by @rkfg in #76
  • Add channel age column by @rkfg in #85
  • Update README.md by @hieblmi in #74
  • Add blocks_til_maturity for force closed channels by @hieblmi in #92
  • Fix prematurely closing events channel by @hieblmi in #87
  • Update gocui by @rkfg in #94
  • Update channel maturity by @rkfg in #98
  • Fix cursor foreground color by @rkfg in #97
  • fix: check UnknownView error in routing delete method by @edouardparis in #96
  • feature: A new forwarding history tab by @hieblmi in #101

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

14 Jan 10:10
v0.3.1
Compare
Choose a tag to compare

move main.go to directory root
You can use v0.3.0 binaries

v0.3.0

14 Jan 09:24
v0.3.0
Compare
Choose a tag to compare

What's Changed

  • Vim style vertical movement by @juhi24 in #45
  • Replace broken dependency to fix build. by @ibz in #46
  • Ability to read initial config from environment. by @ibz in #48
  • Add forced aliases by @rkfg in #47
  • bump lnd 0.14.1-beta & go mod tidy by @edouardparis in #55

New Contributors

  • @juhi24 made their first contribution in #45
  • @ibz made their first contribution in #46

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Sep 16:20
v0.2.0
Compare
Choose a tag to compare

New features:

  • #34 Allow sorting by all columns
  • #33 Add short channel id columns
  • #22 Add routing view

Fixes and enhancements:

  • #32 Use readonly macaroon by default
  • #29 Improve policies view and restrict cursor in detail views
  • #27 Add better list navigation
  • #26 routing: truncate failure detail after first line
  • #24 Fix segfault on network errors
  • #23 Constrain the cursor and prevent segfaults
  • #21 Update module dependencies

Contributors:

@mmilata
@rkfg

v0.1.0

14 May 16:16
f72c5ca
Compare
Choose a tag to compare
  • new F2 menu
  • It is possible now to remove, change order of columns with the config
  • You can order rows with a (asc) and d (desc) according to the current column value

Changelog

f72c5ca V0.1.0 (#10)

v0.0.3

30 Apr 12:09
Compare
Choose a tag to compare

Changelog

05b82cd fix views channels: Index
3149082 version v0.0.3

v0.0.2

29 Apr 12:03
d073bf2
Compare
Choose a tag to compare

Fix

issue #11
issue #12
issue #13

Contributors

@darwin

Changelog

cdcb1d0 Merge pull request #14 from darwin/drop-docker-compose
d073bf2 Merge pull request #15 from edouardparis/v0.0.2
2f18d9a README: Compatibility
884616f change version
0453b71 controller: add keybindings
9e50120 docker: drop docker-compose dependency
392fc96 fix view channel: wrong layout
7f7bc1f fix view channels: truncate node alias
a4252ff fix view channels: wrong current channel
fd0fb6d models refreshChannels: Debug log

v0.0.1

16 Apr 11:41
Compare
Choose a tag to compare

First step for code versioning.
A lot of bug fix, please update !

Contributors

Antonin Hildebrand - darwin