- Changed image URLs to redirect to
/custom/*
when?alt=
is a URL.
- Changed
/api
to redirect to/api/
.
- Added
?watermark=<str>
option to include name of supported clients.
- Removed
/api/magic
route.
- Switch to underscores as the default space character.
- Added
?share=true
to force clients to receive HTML on image URLs. - Added
?width=<int>
to scale images to a specific width. - Added
?height=<int>
to scale images to a specific height. - Added
?width=<int>&height=<int>
to pad an image to specified dimensions.
- Added
?preview=true
option to images to disable caching and analytics for clients that show partial image previews.
- Added
{"redirect": false}
option on POST to/api/templates/<key>
.
- Added special character support on POST to
/api/templates/<key>
.
- Added
/api/search/<query>
to support more advanced clients.
- Moved all API routes to nest under
/api/*
/templates/*
is still supported for now via redirect
- Removed the shorthand
/m/*
redirect to/magic/*
- Removed
'date'
key from/api
.
- Added support for custom fonts:
/custom/test.jpg?font=impact
- Added support for custom backgrounds:
/custom/test.jpg?alt=http://image.jpg
- Redirecting
/aliases/?name=<query>
to/aliases/<query>
.
- Switched to a placeholder image for unknown templates.
- Added revision history (
/changes
).