Releases: edouardparis/lntop
Releases · edouardparis/lntop
v0.4.0
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
move main.go to directory root
You can use v0.3.0 binaries
v0.3.0
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
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New features:
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:
v0.1.0
v0.0.3
v0.0.2
Fix
Contributors
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
First step for code versioning.
A lot of bug fix, please update !
Contributors
Antonin Hildebrand - darwin