File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9- ## [ 0.3.14 ] - 2018-01-09
9+ ## [ 0.3.15 ] - 2018-01-09
1010
1111### Changed
1212- Fixed IRI TCP negotiation bug #4
1313- Removed binaries from the versioning
14+ - Fixed terminal display
1415
1516## [ 0.3.12] - 2018-01-06
1617
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ function nodes(_ref4) {
187187 var id = ( ( connection . hostname || connection . ip ) + ':' + connection . port ) . bold . cyan ;
188188 id = connection . name ? ( id + ' (' + connection . name + ')' ) . bold . cyan : id ;
189189 // const weight = `[trust: ${(connection.trust * 100).toFixed(6)}]`.green;
190- peersBox . setLine ( 5 + i , id + ' -> ' + ( connection . protocol || 'udp' ) ) ;
190+ peersBox . setLine ( 5 + i , id + ' -> ' + ( connection . IRIProtocol || 'udp' ) ) ;
191191 } ) ;
192192 }
193193 screen . render ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nelson.cli" ,
3- "version" : " 0.3.14 " ,
3+ "version" : " 0.3.15 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/SemkoDev/nelson.cli.git"
You can’t perform that action at this time.
0 commit comments