1818 { Introduction } { Distribution of Iterated Dynamics }
1919 { Conditions on Use } { Contacting the Author }
2020 { Getting Started } { The Stone Soup Story }
21- { New Features in 1.3 } { A Word About the Authors }
21+ { New Features in 1.3.1 } { A Word About the Authors }
2222
2323 { Display Mode Commands }
2424 { Color Cycling Commands } { Id on Unix }
3939;
4040;
4141~DocContents
42- { , 0, "New Features in 1.3", FF}
42+ { , 0, "New Features in 1.3.1 ", FF}
4343{ , 0, "Introduction", "Conditions on Use", FF}
4444
4545{1. , 0, Iterated Dynamics Commands, FF}
@@ -259,7 +259,7 @@ integrated documentation file software was written by Ethan Nagel.
259259;
260260;
261261;
262- ~Topic=New Features in 1.3
262+ ~Topic=New Features in 1.3.1
263263Iterated Dynamics is a fork of the DOS program Fractint. Fractint has
264264its own history spanning many years. Please consult the Fractint help
265265for its history. To avoid being confused with a new release of Fractint,
@@ -271,18 +271,20 @@ The source code for Iterated Dynamics lives on github:\
271271Found a bug? File an issue on our github project!\
272272 <https://github.com/LegalizeAdulthood/iterated-dynamics/issues>
273273
274- Version 1.3 is an interim bug fix release on the way to version 2.0.
274+ Version 1.3.1 is an interim bug fix release on the way to version 2.0.
275275
276- New Features in Version 1.3
276+ New Features in Version 1.3.1
277277
278278o Colormap channels are no longer restricted to 6 bits. Encoded colors
279279 when generating parameter sets are now extended to encode 8-bit color
280280 channels values without loss of precision. When reading previous
281281 parameter sets that encoded 6-bit values the value is loaded into
282282 the 6 most significant bits of the 8-bit color channel value. Colors
283283 written to image files use the full 8-bit colors. (Fixes #47, #61)
284+ o The palette editor was updated to work with 8-bit colors.
285+ (Fixes #306)
284286
285- Bugs Fixed in Version 1.3
287+ Bugs Fixed in Version 1.3.1
286288
287289o Periodic automatic image save, activated by the savetime parameter,
288290 has been restored. (Fixes #43)
@@ -314,7 +316,7 @@ o The first value to the mathtolerance parameter is ignored; it previously
314316o The delay value is now properly displayed for type=ant.
315317 (Fixes #387)
316318
317- Code Cleanup in Version 1.3
319+ Code Cleanup in Version 1.3.1
318320
319321o More unused integer math routines were removed.\
320322o Functions used to initialize the FractalSpecific array were renamed
0 commit comments