summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2023-09-21Bump minor version; Update logging; Support PNG encoding (set using ↵1.2.0Gabriel Jensen
configuration, depend on png); Make window borderless; Update readme; Don't set scale from configuration; Update feedback; Support setting dump path from configuration; Update controls; Colour according to new maximum iteration count if less than previous; Update default colour range; Modulise code; Also dump colour range;
2023-09-19Bump minor version; Set colour range in configuration; Don't draw feedback ↵1.1.0Gabriel Jensen
on Julia;
2023-09-18Use hexadecimal versioning (with major.minor.patch); Don't animate single ↵1.0.0Gabriel Jensen
frames; Support enabling of Julia rendering from configuration; Perform configuration checks; Colour in thread pools; Update naming convention; Synchronise with screen refresh rate; Rework logs and timings; Fix zoom animation; Panic on missing configuration; Add new logo; Restructure code; Update colouring (change using controls);
2023-09-15Optimise and refactor code; Update colouring; Log version and copyright; Fix ↵35Gabriel Jensen
complex-to-cartesian conversions (and controls); Update translation feedback;
2023-09-13Fix Julia toggle messages; Fix configuration parameter names; Bump ↵34Gabriel Jensen
dependency versions;
2023-09-13Support offsets in viewport feedback; Remove support for non-square ↵33Gabriel Jensen
canvasses (update configuration);
2023-09-08Draw positional feedback before renders (does not currently support ↵32Gabriel Bjørnager Jensen
offsets); Rename objects (allow some abbreviations);
2023-09-07Bring back Julia sets (using row renderers); Update controls (decrease ↵31Gabriel Bjørnager Jensen
sensitivity of zooms); Scale by default;
2023-09-06Update colouring for small iteration counts; Revert start zoom for ↵30Gabriel Bjørnager Jensen
interactive renders;
2023-09-04Update colouring (smooth); Yield square distances from renders; Update start ↵29Gabriel Bjørnager Jensen
zoom; Add control for cycling fractals; Add function for getting the name of a fractal;
2023-09-02Optimise rendering; Use Rayon for threading; Update thread structure (use ↵28Gabriel Bjørnager Jensen
arc for common data); Use iterator functions instead of row renderers; Fix render garbage (somehow); Lower precision;
2023-08-31Support rendering of the Tricorn and Burning Ship fractals; Update ↵27Gabriel Bjørnager Jensen
configuration; Update start zoom value; Remove Julia fractal(s); Bump dependency versions; Update messages; Update commenting;
2023-08-29Support rendering of Julia sets; Update controls; Refactor code; Update ↵26Gabriel Bjørnager Jensen
configuration;
2023-08-27Update controls guide (fix typo);25Gabriel Jensen
2023-08-27Optimise renderer; Update commenting;24Gabriel Bjørnager Jensen
2023-08-27Make configuration support more precise numbers (must be parsed as strings ↵23Gabriel Bjørnager Jensen
now); Use global constant for ;precision;
2023-08-26Use arbitrary-precision calculations; Depend on Rug; Optimise renderer; ↵22Gabriel Bjørnager Jensen
Animate if configured; Update commenting; Remove scale option from configuration; Auto-deduce thread count; Update controls (only render on command); Update messages; Refactor application structure; Print controls;
2023-08-25Update controls; Update configuration format; Optimise renderer; Fix thread ↵21Gabriel Bjørnager Jensen
count not being loaded;
2023-08-25Rename handle_key to handle_keys; Only load configuration if provided;20Gabriel Bjørnager Jensen
2023-08-23Modulise code; Check I/O errors; Support configuration; Depend on toml; ↵19Gabriel Bjørnager Jensen
Update gitignore;
2023-08-22Clean up code; Support rendering to files; Depend on webp; Modulise code;18Gabriel Bjørnager Jensen
2023-08-22Render using multiple threads;17Gabriel Bjørnager Jensen
2023-08-22Update colouring; Rename changelog file: changelog.md => CHANGELOG.md;16Gabriel Jensen