Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 1.25 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2019-09-27

  • EMatrix now supports a Gaussian blur of escape values.

Changed

  • Color selection uses closer phase offsets, resulting in more muted browns and blues.

Internals

  • Key handling has been deduplicated across tui and termion backends.
  • Screenshot logic has been coalesced and cleaned up.
  • RenderContext has been renamed Rctx.
  • Fractal related structs have been renamed, avoiding the misleading holomorphic term.
  • The pixel coloring function has been pushed into Rctx.

0.3.0 - 2019-09-03

Added

  • Fractal exponents can be changed at runtime.

Changed

  • Julia and Mandelbrot Escape iterations are now smoothed.

0.2.0 - 2019-09-03

Added

  • Basic CLI options - --tui tui and --tui termion
  • TUI based rendering

Fixed

  • Height/width inversion was inverted, which caused tui based rendering to generate garbage. This ordering has been fixed.

0.1.0 - 2019-08-18

This is the first version of the mandelbrot explorer. This release serves to mark a known good state before the application is refactored to use tui.