Projects STRLCPY termdash Commits f7a68709
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 6 lines
    7 7   
    8 8  ## [Unreleased]
    9 9   
     10 +## [0.7.0] - 24-Feb-2019
     11 + 
    10 12  ### Added
     13 + 
     14 +#### New widgets
    11 15   
    12 16  - The Button widget.
    13  -- A function that draws text vertically.
     17 + 
     18 +#### Improvements to documentation
     19 + 
     20 +- Clearly marked the public API surface by moving private packages into
     21 + internal directory.
     22 +- Started a GitHub wiki for Termdash.
     23 + 
     24 +#### Improvements to the LineChart widget
     25 + 
    14 26  - The LineChart widget can display X axis labels in vertical orientation.
    15 27  - The LineChart widget allows the user to specify a custom scale for the Y
    16 28   axis.
    skipped 4 lines
    21 33   the LineChart the last time Draw was called.
    22 34  - The LineChart widget now supports zoom of the content triggered by mouse
    23 35   events.
     36 + 
     37 +#### Improvements to the Text widget
     38 + 
    24 39  - The Text widget now has a Write option that atomically replaces the entire
    25 40   text content.
     41 + 
     42 + 
     43 +#### Improvements to the infrastructure
     44 + 
     45 +- A function that draws text vertically.
    26 46  - A non-blocking event distribution system that can throttle repetitive events.
     47 +- Generalized mouse button FSM for use in widgets that need to track mouse
     48 + button clicks.
    27 49   
    28 50  ### Changed
    29 51   
    30 52  - Termbox is now initialized in 256 color mode by default.
    31  -- Generalized mouse button FSM for use in widgets that need to track mouse
    32  - button clicks.
    33 53  - The infrastructure now uses the non-blocking event distribution system to
    34 54   distribute events to subscribers. Each widget is now an individual
    35 55   subscriber.
    skipped 112 lines
    148 168  - The Gauge widget.
    149 169  - The Text widget.
    150 170   
    151  -[Unreleased]: https://github.com/mum4k/termdash/compare/v0.6.1...devel
     171 +[Unreleased]: https://github.com/mum4k/termdash/compare/v0.7.0...devel
     172 +[0.7.0]: https://github.com/mum4k/termdash/compare/v0.6.1...v0.7.0
    152 173  [0.6.1]: https://github.com/mum4k/termdash/compare/v0.6.0...v0.6.1
    153 174  [0.6.0]: https://github.com/mum4k/termdash/compare/v0.5.0...v0.6.0
    154 175  [0.5.0]: https://github.com/mum4k/termdash/compare/v0.4.0...v0.5.0
    skipped 4 lines
Please wait...
Page is in error, reload to recover