-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog
131 lines (74 loc) · 3.13 KB
/
ChangeLog
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
0.3.0 2013-06-25
Move Sinatra web application to meme_captain_web_v1 repo.
0.2.0 2013-06-10
Blur stroke.
0.1.3 2013-06-06
Default super_sample to 1.0.
Add sample generator rake task.
Add travis ci and code climate.
Fix rubygems source.
0.1.1 2012-04-26
Update jQuery and fabric.js to latest versions.
Disable border on image links for IE.
Disable text positioning for browsers that don't support canvas.
Add new source images to the site: annoying Facebook girl and you're
gonna have a bad time.
Add new source images to the site: bad luck Brian, laundry room viking,
paranoid parrot, conspiracy Keanu, socially awesome awkward penguin
and you should feel bad.
Increase default stroke width to 8 pixels.
Add new source images to the site: condescending Wonka and first world
problems.
Add unsharp mask step to make text sharper.
Scale stroke width by supersample.
Make search result thumbnail size relative to image size.
Add share on Reddit link.
Add templateUrl to JSON response and template link to page.
Add favicon.ico to site.
Fix 404 error on empty u parameter.
Add new source images to the site: Ron Swanson and the more you know.
Add setup document.
Follow redirects when fetching source images.
Highlight form fields when they are populated or preloaded.
Add source image upload support to site.
Generalize and document thumb sprites script.
Add docs for setting up lightweight third-party sites.
Add JSONP support for lightweight third-party sites to use.
Use Magick::Image.destroy! to reduce memory leaking.
Handle odd image formats like BMP.
Add debug logging.
Write more rspecs.
Add new source images to the site: bad joke eel, Neil DeGrasse Tyson,
Obama not bad and impaired duck.
0.1.0 2012-02-07
Redesign web interface.
Avoid repeated failures fetching the same source image from the web
interface / API.
ruby interface now supports adding any number of text strings to
an image.
Add custom text positioning and sizing to web interface, API and
ruby interface. Web interface has text positioning widget using
fabric.js and canvas.
0.0.9 2012-01-19
Design and markup improvements on the site.
Allow use of all type metrics when comparing caption choices.
Add ability to use the ids in the URLs of generated images to make
new images from the same source by using the id as the source image
URL (an example id is abcdef.jpg).
Add a 404 page to the site.
Deprecate concept of temporary URLs and permanent URLs for images
generated from the site.
Use MongoDB for the site datastore.
Add "memecaptain" executable for creating memes using the gem from the
command line.
Add a watermark to images created on the site.
Shrink large source images to a maximum of 800 pixels per side for
images created on the site.
Define local source images in JSON instead of in the template and load
them with Ajax.
Add Google Image Search to the site.
Add new source images to the site: all the things 2, cool story bro,
aw yeah, Boromir, Ned Stark.
0.0.8 2011-11-23
Start change log.
Expose internal parameters of meme method as optional arguments.