-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS.txt
170 lines (107 loc) · 3.32 KB
/
NEWS.txt
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
This file outlines changes to the package, in reverse chronological order.
NOTE. The version number appears in 3 files:
- This file
- setup.py
- maketexture
0.12 (2012-02-04)
====
- Update Minecraft atlass for Release 1.2
- Add Planet Minecraft to repertoire of the unwrapper
0.11.1
====
- Bug fix for texture-pack URLs containing a query-string part.
0.11
====
- Packs downloaded with HTTP URLs will be unwrapped first
(this allows for indirect URLs using some hosting services)
0.10
====
- Added map updates for Minecraft 1.0
- Recipes can create textures starting with a blank image instead of an existing source.
0.9.1
=====
- Added map updates for Minecraft Beta 1.7.
- Split some of the maps files out of the examples directory to create `minecraft` and `altpacks`
0.8.4
=====
19 June 2011
- Allow override of the default loader when creating a `Mixer` instance.
0.8.3
=====
24 April 2011
- Bug fix: Don’t throw exception when source pack has single-line `pack.txt`.
0.8.2
=====
24 April 2011
- Bug fix: when unjumbling a texture pack, don’t change its label and
description to ‘unjumbled’.
0.8.1
=====
12 April 2011
- Bug fix: composite images using palletized source images had ugly
results because the replaced times would be force-mapped on to the
base image’s colour pallet. Images are now uplifted to RGBA format to
prevent this.
0.8
===
8 April 2011
- `MapBase.get_css` expresses a tile from a texture as CSS styles.
0.7
===
4 April 2011
- `Loader.add_local_knowledge` allows you to use a local copy of HTTP
resources (should be useful on the web site that happens to implement
those resources)
0.6.3 (Head cold special)
========================
3 April 2011
- `Map.get_alt_list` allows `stone1` as well as `stone_1`, but knows
that `crop0`, ..., `crop7` are not alternative versions of a
nonexistent texture `crop`.
- Bug fix: using a string to fetch an atlas resulted in an infinite
loop! Now the string is instead treated as a URL
0.6
===
2 April 2011
- Feature: map method `Map.get_alt_list` gets a list of candiates for
making an alternative-textures remix of a pack.
0.5.1
=====
10 March 2011
- Bug fix: Setting a cache directory with `set_http_cache` should now work!
0.5
====
10 March 2011
- New recipe keywords `unjumble` and `if_missing` to work with ZIPs containing files with
the correct names but in the wrong folders.
0.4.1
=====
9 March 2011
- Bug fix: LazyPack returned wrong value for last-modified. Missing test :-(
0.4
===
9 March 2011
- New recipe keyword: `pack_icon`: create a `pack.png` from the terrain file.
- Add `get_last_modified` and `is_modified_since` methods to resources and
packs.
- Hence make the `maketexture` script avoid rebuilding packs if their
ingredients are unmodified.
- Support `../` and `./` when resolving partial references with custom URLs
as base URL per <http://tools.ietf.org/html/rfc3986>.
0.3
===
27 February 2011
- Loader has `add_scheme` method so you can hook in to internal recipe
database by defining custom URL schemes.
0.2
===
27 February 2011
- Recipes can declare formal pack parameters which must be filled in to
make the recipe.
- Labels and description in recipes can depend on labels and
descriptions of constituent packs.
- Added support for Minecraft Beta 1.3
0.1.1
=====
23 February 2011
Initial release to PyPI