1Changes in version 1.0.1:
2
3  * Bugfixes
4
5  * sizesort renamed to metapixel-sizesort.
6
7  * Improvements to metapixel-sizesort.
8
9  * RPM SPEC file added.
10
11Changes in version 1.0.0:
12
13  * Bugfixes
14
15Changes since version 0.11:
16
17  * The tables files must now always be in the directory where the
18    small images reside, and that directory is now called a "library".
19
20  * Metapixel can now take default values for its settings from a
21    configuration file in the user's home directory (".metapixelrc").
22
23  * Bugfixes
24
25Changes since version 0.10:
26
27  * Metapixel can now enforce a minimum image distance for
28    collages.
29
30  * metapixel-prepare can now traverse the image directory
31    recursively (courtesy of Jake Di Toro).
32
33  * The tables file must now no longer be redirected to stdin
34    but it's name must be given to the option '--tables'.
35    This option can be used several times, so more than one
36    tables file can be read.
37
38  * The default minimum distance for classical mosaics is
39    now 5 instead of 0.
40
41  * A rudimentary man page is now included (courtesy of
42    Debian's Chris Vanden Berghe).
43
44  * Reading the tables file is now more than twice as fast.
45
46  * Bugfixes
47
48Changes since version 0.9:
49
50  * Fixed a bug that prevented global search from working on
51    non-square images
52
53  * Got rid of libzoom, so now Metapixel is standard GPL
54
55  * Added the sizesort utility for sorting images by size
56
57Changes since version 0.8:
58
59  * Global search mode
60
61  * Protocol writing and reading
62
63  * Antimosaic
64
65Changes since version 0.7:
66
67  * Scaling of input image added
68
69  * Tremendous memory usage improvement for classical mosaics
70
71Changes since version 0.6:
72
73  * Introduces the subpixel image comparison metric
74
75Changes since version 0.5:
76
77  * Cheat option
78
79Changes since version 0.4:
80
81  * Bugfixes
82
83  * Minimum distance between two instances of the same constituent
84    image can be specified
85
86Changes since version 0.3:
87
88  * Bugfixes
89
90  * Speed improvements
91
92  * Got rid of ImageMagick
93
94Changes since version 0.2:
95
96  * Bugfixes
97
98  * Speed improvements
99