Projects STRLCPY termdash Commits f9872ab1
🤬
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 6 lines
    7 7   
    8 8  ## [Unreleased]
    9 9   
     10 +## [0.15.0] - 06-Mar-2021
     11 + 
    10 12  ### Changed
    11 13   
    12 14  - Bump github.com/gdamore/tcell/v2 from 2.0.0 to 2.2.0.
    13 15  - Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10.
    14 16  - Allowing CI to modify go.mod and go.sum when necessary.
     17 +- Executed `go mod tidy`.
    15 18   
    16 19  ### Added
    17 20   
    18 21  - TitleColor and TitleFocusedColor options for border title which enables the
    19 22   setting of separate colors for border and title on a container.
    20  - 
    21 23   
    22 24  ## [0.14.0] - 30-Dec-2020
    23 25   
    skipped 427 lines
    451 453  - The Gauge widget.
    452 454  - The Text widget.
    453 455   
    454  -[unreleased]: https://github.com/mum4k/termdash/compare/v0.14.0...devel
     456 +[unreleased]: https://github.com/mum4k/termdash/compare/v0.15.0...devel
     457 +[0.15.0]: https://github.com/mum4k/termdash/compare/v0.14.0...v0.15.0
    455 458  [0.14.0]: https://github.com/mum4k/termdash/compare/v0.13.0...v0.14.0
    456 459  [0.13.0]: https://github.com/mum4k/termdash/compare/v0.12.2...v0.13.0
    457 460  [0.12.2]: https://github.com/mum4k/termdash/compare/v0.12.1...v0.12.2
    skipped 17 lines
  • ■ ■ ■ ■ ■
    go.sum
    skipped 15 lines
    16 16  golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
    17 17  golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M=
    18 18  golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
    19  -golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
    20 19  golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
    21 20  golang.org/x/text v0.3.4 h1:0YWbFKbhXG/wIiuHDSKpS0Iy7FSA+u45VtBMfQcFTTc=
    22 21  golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
    skipped 2 lines
Please wait...
Page is in error, reload to recover