Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.9.0 #195

Merged
merged 48 commits into from
Apr 29, 2019
Merged

Release v0.9.0 #195

merged 48 commits into from
Apr 29, 2019

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    10d4a55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from mum4k/draw-metadata

    Provide metadata to widgets when drawing.
    mum4k authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    9543219 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    2de4a9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from mum4k/sd-capacity

    SegmentDisplay now reports its capacity.
    mum4k authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    ea2e0b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf72b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d31b767 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #182 from mum4k/grid-options

    Allow options on intermediate containers in the grid.
    mum4k authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    76c4fc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    b031be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfaf25 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    2e7d295 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Intermediate commit.

    mum4k committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    beb3777 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    b33c3d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Allow 'no values' on linechart represented by NaN float64 that will b…

    …e displayed as empty cells
    
    Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
    slok committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    42c2731 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
    slok committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    6cf2caf View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Make MinMax return NaN when all values are NaN

    Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
    slok committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    9b25e35 View commit details
    Browse the repository at this point in the history
  2. LineChart defaults to 0 mix and max when these are NaN

    Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
    slok committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    b54694e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    72989e7 View commit details
    Browse the repository at this point in the history
  2. Simplify MinMax result float checks on test

    Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
    slok committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    2ae5ca1 View commit details
    Browse the repository at this point in the history
  3. Remove not required constants from linechart minMax wrapper

    Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
    slok committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    53abc10 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #185 from slok/linechart-no-values

    Allow empty values on line chart
    mum4k authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    544632f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Advancing to Go1.10.

    - switching to math.Round and deleting out clone.
    - switching all bytes.Buffer instances to strings.Builder.
    mum4k committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    5dd1aff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #186 from mum4k/go1.10

    Advancing to Go1.10.
    mum4k authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    2f1d16b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c890f0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe7055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da70101 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    f8fddfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c4ced View commit details
    Browse the repository at this point in the history
  3. Don't split keyboard shortcuts.

    It makes it hard to recognize when a shortcut is pressed and when a
    single character is pressed. Do what termbox does and identify these
    separately.
    
    Obsoletes #20.
    mum4k committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    bda6223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c9727 View commit details
    Browse the repository at this point in the history
  5. Fixing lint issues.

    mum4k committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e49a443 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    32c9c72 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    22c89bc View commit details
    Browse the repository at this point in the history
  2. Polishing the editor code.

    Some helper functions and better comments.
    mum4k committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c2f5326 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    88d4632 View commit details
    Browse the repository at this point in the history
  2. Test coverage for basic functionality of the text input field.

    Tests without any input text for now.
    mum4k committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    1df5298 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Completing test coverage and most of the functionality.

    Mouse support is outstanding.
    mum4k committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    886f970 View commit details
    Browse the repository at this point in the history
  2. Updating CHANGELOG.

    mum4k committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c25580c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    304c59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d105df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1fc3d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7ae3e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #189 from mum4k/text-input

    Implementing text input field widget.
    mum4k authored Apr 27, 2019
    Configuration menu
    Copy the full SHA
    eacd178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7cb7e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    4391f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c68b3d View commit details
    Browse the repository at this point in the history
  3. Updating the CHANGELOG.

    mum4k committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    553bad2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #194 from mum4k/donut-label

    Support a text label under the Donut widget.
    mum4k authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    9a82474 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8414868 View commit details
    Browse the repository at this point in the history