Releases: LegalizeAdulthood/iterated-dynamics
Version 1.1.0
Version 1.1
This release is our first incremental update to 1.0. The main areas of improvement are:
- An implementation of the perturbation algorithm to accelerate deep zooms for
type=mandel
andtype=burning-ship
fractals by @PaulTheLionHeart - Addition of
type=burning-ship
fractal by @PaulTheLionHeart - Restoration of mouse support for the color palette editor, Julia inverse iteration method, the orbits window and last but not least the zoom box.
- Quality of life improvements for disk video and running multiple copies of Id to assist in generation of animations.
- Inline images for most fractal types added to the HTML documentation.
The release is available either as a Windows Installer MSI file or a plain ZIP.
A full rundown of all the changes can be seen in the online documentation, a copy of which is included in the distribution.
While every effort has been made to ensure that this release is free of problems, using both automated and manual testing, if you encounter a problem, please open an issue on github.
There are some known bugs, mostly with respect to different renderings of Fractal of the Day images. The documentation lists known limitations of this first release.
The release plan outlines in broad strokes the direction of future development.
Dependencies
If you get an error message about missing the following files:
MSVCP140.dll
VCRUNTIME140.dll
VCRUNTIME140_1.dll
It means you don't have the Visual C++ runtime files installed on your machine. You can install them from here:
https://aka.ms/vs/17/release/vc_redist.x64.exe
Make sure you install the x64
(64-bit) version.
Version 1.0.0
Version 1.0 - It's Here!
It's the release you've all been patiently waiting for! Available either as a Windows Installer MSI file or a plain ZIP, Iterated Dynamics 1.0 is finally available for public release.
A full rundown of all the changes can be seen in the online documentation, a copy of which is included in the distribution.
While every effort has been made to ensure that this release is free of problems, using both automated and manual testing, if you encounter a problem, please open an issue on github.
There are some known bugs, mostly with respect to different renderings of Fractal of the Day images. The documentation lists known limitations of this first release.
The release plan outlines in broad strokes the direction of future development.
Dependencies
If you get an error message about missing the following files:
MSVCP140.dll
VCRUNTIME140.dll
VCRUNTIME140_1.dll
It means you don't have the Visual C++ runtime files installed on your machine. You can install them from here:
https://aka.ms/vs/17/release/vc_redist.x64.exe
Make sure you install the x64
(64-bit) version.
Beta 5
This is beta 5 of the last version of the code in the FRACTINT brand before forking.