-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchanglog.txt
58 lines (50 loc) · 2.43 KB
/
changlog.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
v1.73 - Maintenance release - 2018-03-04
========================================
* Fixes issue where custom icons could not be loaded cross-domain.
v1.72 - Poster release - 2015-03-16
===================================
* Adds print icon at bottom left, which allows generation of poster-sized
images of the map.
* Crudely adds clipping of icons near the edges of the map, for slightly
fewer overhanging icons.
v1.71 - Inline release - 2015-03-09
===================================
* Adds support for showing the map inside an iframe (see iframeable.html
and iframe_demo.html, or http://buildingwithblocks.info/iframes.html).
* Hover-text "parchment" no longer flickers or interferes with ability to
click on a location (when hovering over locations under the hover-text).
v1.70 - Oceans release - 2015-01-12
===================================
* Oceans and coastlines can now be shown on the map, if you know the seed
for the world.
* Ice Plains Spikes and anvil map icons added.
* Flower Forest map icon changed from Minecraft style to parchment map style.
* Vertical label alignment now takes icon size into account (this change
affects the label positioning of existing maps).
* New "ShadedBay" background theme added.
* Support added for default src URL so none is required on map generator URL
(useful for those hosting their own maps).
* googlesrc ids that point to Google Doc files instead of txt files raise
a more specific warning.
* New project directory structure.
* Minor pagesize/position bug fix
v1.63 - Streamline release - 2014-06-28
=======================================
* Significant loading speed improvements, with more files loaded in parallel
and large jquery files loaded from browser cache.
* Significant data improvements, minified javascript files all loaded by
default and large jquery files loaded from browser cache.
* Link icon on mouse hover now only shown for user specified URLs.
* Apple-touch icons added.
* Fixes IE compatibility
* Fixes many small drag and zoom bugs
v1.62 - SeaMonster release - 2014-06-22
=======================================
* Seamonster location added
* Many changes to accomodate a bug in Google Drive, which Google have now
mostly fixed.
v1.6 - First public release - 2014-06-15
========================================
* many small bugfixes and improvements
* licence specified
* Example map finished, and Nether example added