Skip to content

chore: release 0.11.0#86

Closed
guptarohit wants to merge 1 commit into
masterfrom
release-please--branches--master
Closed

chore: release 0.11.0#86
guptarohit wants to merge 1 commit into
masterfrom
release-please--branches--master

Conversation

@guptarohit

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

0.11.0 (2026-06-21)

Added

  • add ClearLines to redraw realtime graph without flicker (66346cb)
  • add spectrum/heatmap gradient coloring (0b1d9ad)
  • cli: add -xmin, -xmax, and -xt flags for X-axis support (24e8e38)
  • cli: clear only previous graph in realtime mode (#79) (3c935a3)
  • line ending option for raw terminals (0148570)
  • line ending option for raw terminals (573072e)
  • options: add X-axis configuration types and option functions (4e5e0a8)
  • plot: implement X-axis rendering with tick marks and labels (6c1bb15)

Fixed

  • 32-bit compile overflow and release workflow cleanup (451bece)
  • 32-bit compile overflow and release workflow cleanup (#74) (7f76123)
  • axis: remove redundant maxWidth assignment (134f68d)
  • cli: clear previous graph before plotting in realtime mode (cbc1f4a), closes #44
  • color: avoid Black sentinel output, guard NaN, copy gradient stops (fa2c222)
  • color: correct Black normalization and gray overflow in gradient (989ac30)
  • color: map bright grays to nearest of gray ramp or white (f1278e6)
  • color: round gray ramp to nearest step in rgbToAnsi256 (5d487f6)
  • display values for Y-axis when data points are all identical (1e527b8)
  • display values for Y-axis when data points are all identical (41e8421), closes #61
  • docker: add OCI labels to Dockerfile for ghcr.io metadata (f83d907)
  • docker: add OCI labels to Dockerfile for ghcr.io metadata (#76) (02f3e4a)
  • leave legend boxes uncolored under gradient; clarify color docs (24c6b2a)
  • legend: prevent panic when only legends are set without series colors (20e1ef8)
  • legend: prevent panic when only legends are set without series colors (9220833)
  • plot: compute X-axis tick values in value-space, use %.2f when visible ticks have decimals (aa3eff7)

Changed

  • axis: remove minNumLength sentinel from formatter path (8a81a67)
  • options: add X-axis box-drawing characters to default CharSet (6e65c25)
  • release: update goreleaser config for v2 (94f69c0)
  • Rename min/max variables to avoid builtin conflicts (275d495)

This PR was generated with Release Please. See documentation.

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27912095538

Coverage remained the same at 93.117%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 741
Covered Lines: 690
Line Coverage: 93.12%
Coverage Strength: 1445.42 hits per line

💛 - Coveralls

@guptarohit guptarohit closed this Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to avoid rounding when data points are of the same value CLI: for realtime data stream, clear old graph before plotting new data

2 participants