Skip to content

Releases: davep/textual-mandelbrot

The "Three Body Problem" release

26 May 08:22
b8094f7
Compare
Choose a tag to compare

Textual seems to have moved from a stable era to a chaotic era... pinning until things calm down.

The "brew and discovery" release

10 Mar 12:23
c9c59c3
Compare
Choose a tag to compare
  • Made the package friendly to being installed via homebrew
  • Added support for command palette command discovery

Drop Python 3.7 and bump Textual

07 Jan 08:20
9521ff4
Compare
Choose a tag to compare
  • Dropped Python 3.7 support.
  • Bumped minimum Textual version to v0.47.1.

Commands for the Command Palette

29 Sep 11:18
65e0580
Compare
Choose a tag to compare

Added some application-specific commands to the Textual Command Palette.

Internal code tidying and testing with Textual 0.38.1

28 Sep 21:54
df1b94b
Compare
Choose a tag to compare

Mostly just tidying and checking it's okay with more recent versions of textual.

v0.4.0 of textual-mandelbrot

15 Apr 07:43
08fe8c1
Compare
Choose a tag to compare
  • Bumped minimum Textual version to v0.19.1.
  • Internal changes.

v0.3.0 of textual-mandelbrot

03 Apr 21:11
e31a271
Compare
Choose a tag to compare
  • Added bindings to change the "multibrot" value by smaller steps.
  • The colour mapping is now configurable at the code level.
  • Added key bindings for swapping between the current colour maps.
  • Added the calculation time to the Changed message and the display.

v0.2.0 of textual-mandelbrot

02 Apr 07:35
9bda5dc
Compare
Choose a tag to compare
  • Fixed overly-aggressive caching of the Mandelbrot calculation.
  • Added a reset action.
  • Cosmetic changes to the UI.
  • Improved the key bindings, giving more options (for example, vi and WASD keys are supported for movement now, also shift+movement moves slower).
  • Added "multibrot" support.

v0.1.0 of textual-mandelbrot

01 Apr 08:28
a31f30f
Compare
Choose a tag to compare

Initial release.