From fd2c6b2b10002d5832488c0593dcbb61c539ca7d Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Sun, 24 Nov 2024 00:08:11 -0500 Subject: [PATCH] Document emoji support --- .vscode/settings.json | 1 + CHANGELOG.md | 2 +- README.md | 6 ++++-- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6d1f461c..b665b919 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -121,6 +121,7 @@ "textbbox", "textsize", "thiiiiiiiiiiiiiiiiiiiiis", + "thumbsup", "Titillium", "titilliumweb", "toohigh", diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e74483..0eedee9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision History -## 11.1b1 +## 11.1 - Added emoji support. diff --git a/README.md b/README.md index fda85e59..60d606e4 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,11 @@ Reserved URL characters can be included using escape patterns: - tilde + G (`~g`) → greater-than sign (`>`) - 2 single quotes (`''`) → double quote (`"`) -For example, produces: +Emojis are also supported, both as characters (👍) and aliases (`:thumbsup:`). -![Escaped Characters](https://api.memegen.link/images/ugandanknuck/~hspecial_characters~q/underscore__-dash--.png?width=800&token=g1oow9vw3dw5l1iy7a9q) +For example, produces: + +![Escaped Characters](https://api.memegen.link/images/ugandanknuck/~hspecial_characters~q/underscore__-dash-- :thumbsup:.png?width=800&token=offeqniqbh09p5m2bedu) All of the `POST` endpoints will return image URLs with special characters replaced with these alternatives. diff --git a/pyproject.toml b/pyproject.toml index 8bd0ac04..afcaae4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "memegen" -version = "11.1b1" +version = "11.1" description = "The free and open source API to generate memes." authors = ["Jace Browning "] license = "MIT"