This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
82 lines (53 loc) · 2.04 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---------------------------------------------------
mdz-0.0.6
*** LOCALE BUG FIX RELEASE! ***
+ read/write of settings files is now performed
with the locale setting set to "C". once
read/write is complete, the system locale is
restored.
---------------------------------------------------
mdz-0.0.5b
*** ANOTHER BUG FIX RELEASE! ***
+ the image rendered when using the --render
commandline option is actually saved now.
+ changing the precision setting when arbitrary
maths is turned on is no longer forgotten.
---------------------------------------------------
mdz-0.0.5
*** BUG FIX RELEASE ***
+ fixed bug which did not turn on arbitrary maths
routines when a settings file required it.
+ fixed segfault caused by render threads not
stopping before memory was freed on exit.
+ various minor gui modifications/improvements.
---------------------------------------------------
mdz-0.0.4
*** NEW MULTI-THREADED RENDERING ***
+ rendering time is almost halved on dual core
machines (multi-processor machines untested).
+ rendering performance increase on single core
machines too.
+ specify number of threads from command line
if required.
+ new single click super-zoom.
+ fixed artifacts caused by zoom box and center
lines left during rendering and expose events.
+ toolbar tooltips.
---------------------------------------------------
mdz-0.0.3
*** NEW COMMAND LINE OPTIONS ***
+ settings logging to file or stdout as you zoom
+ render a settings file to a PNG image from the
command line without user interaction.
+ options to specify width, height, aspect ratio,
and anti-aliasing settings of the image.
*** BUGFIXES ***
+ fixed error in settings loading code caused by
a typo, and floating point values > 80 characters
in length.
+ minor modifications bringing the default image
inline with the default image of fractint.
+ the duplicate and zoom in new window menu options
are now working again.
---------------------------------------------------
EOF