Skip to content

Releases: SkwalExe/fractalistic

v2.3.0

05 Aug 16:17
3b257e3
Compare
Choose a tag to compare

Improved

  • Improved coloring of log messages

Added

  • Print logs history on exit to allow copying data from commands
  • Added navigation using VIM keys (hjlk) within the canvas

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

18 Jul 09:44
19a8a54
Compare
Choose a tag to compare

Improved

  • Refactored entire codebase
  • Fixed a lot of small errors

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

02 May 09:07
28e67f1
Compare
Choose a tag to compare

Added

  • Inverse mandelbrot set
  • fractal command
  • color command
  • Custom burning ship exponent

Improved

  • Beautiful log messages

Fixed

  • Bug with custom exponents
  • Errors in help messages

v2.0.0

27 Nov 19:55
Compare
Choose a tag to compare

Added

  • New render parameters
  • Julia/Mandelbrot custom exponents
  • Custom Mandelbrot start point

Breaking changes

  • State files are not compatible with previous versions.
  • New state file format for better performance and compatibility with future versions.

Fixed

  • Bug with middle clicks
  • Fixed typos

v1.3.0

24 Nov 21:14
c20d910
Compare
Choose a tag to compare

Added

  • Zoom out click mode

Fixed

  • Prevent clicks outside of the canvas to be registered as canvas clicks
  • Weird zoom in behaviour

Improved

  • I made the rendering process a lot faster with a new algorithm, its my first time with multiprocessing

v1.2.0

24 Nov 13:36
e84bf51
Compare
Choose a tag to compare

Fixed

  • Minor display issues
  • Bug with click markers

Added

  • Click modes
  • (dev) Flake8 linting and type-checking

v1.1.0

23 Nov 15:13
aa4148e
Compare
Choose a tag to compare

Fixed

  • Bug with state loading

v1.0.0

23 Nov 15:13
29e38b0
Compare
Choose a tag to compare

Added

  • multithreading (multiprocessing)
  • --threads/-t option
  • threads command
  • screenshot threads (also command and cmdline option)
  • A lot of new bugs for sure...

Improved

  • Code quality (a lot)

v0.6.0

16 Nov 16:05
d0a7960
Compare
Choose a tag to compare

Added

  • Load and save state commands
  • -ls/--load-state option

Fixed

  • #30 screenshots wrongly centered

v0.5.0

13 Nov 16:42
b223fda
Compare
Choose a tag to compare

Added

  • precision command

Fixed

  • Fixed #17 - Custom numeric precision not taken into account