Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Commit

Permalink
version: Bump to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Jun 10, 2016
1 parent dcf16c5 commit 1c56c74
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TMP := /dev/shm
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild

VERSION := 1.1
VERSION := 1.2
FONT_PREFIX := EmojiOneColor-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
Install for the current user without root:
```sh
# 1. Download the latest version
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.1/EmojiOneColor-SVGinOT-Linux-1.1.tar.gz
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.2/EmojiOneColor-SVGinOT-Linux-1.2.tar.gz
# 2. Uncompress the file
tar zxf EmojiOneColor-SVGinOT-Linux-1.1.tar.gz
tar zxf EmojiOneColor-SVGinOT-Linux-1.2.tar.gz
# 3. Run the installer
cd EmojiOneColor-SVGinOT-Linux-1.1
cd EmojiOneColor-SVGinOT-Linux-1.2
./install.sh
```

Expand Down Expand Up @@ -139,10 +139,10 @@ emerge emojione-color-font
There are three install options for OS X. Both SVGinOT versions are available
from releases: https://github.com/eosrei/emojione-color-font/releases

1. `EmojiOneColor-SVGinOT-1.1.zip` - The regular version of the font
1. `EmojiOneColor-SVGinOT-1.2.zip` - The regular version of the font
installs like any other font and can be specifically selected, but OS X will
default to the `Apple Color Emoji` font for emojis.
2. ` EmojiOneColor-SVGinOT-OSX-1.1.zip` - A hack to replace the `Apple
2. ` EmojiOneColor-SVGinOT-OSX-1.2.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][14]. Install and accept
the warning in Font Book.
3. `emojione-apple.ttf` - A SBIX bitmap Apple-format EmojiOne color font is
Expand Down
2 changes: 1 addition & 1 deletion full-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Color Unicode emoji supported by the
<em>Requires EmojiOne Color V1.1 or better.</em>
</div>
<div class="emoji">
🤣 🤠 🤡 🤥 🤤 🤢 🤧 🤴 🤶 🤵 🤷 🤦 🤰 🕺 🤳 🤞 🤙 🤛 🤜 🤚 🤝 🖤 🦍 🦊 🦌 🦏 🦇 🦅 🦆 🦉 🦎 🦈 🦐 🦑 🦋 🥀 🥝 🥑 🥔 🥕 🥒 🥜 🥐 🥖 🥞 🥓 🥙 🥚 🥘 🥗 🥛 🥂 🥃 🥄 🛑 🛴 🛵 🛶 🥇 🥈 🥉 🤸 🤼 🤽 🤾 🤺 🥅 🤹 🛒
🤣 🤠 🤡 🤥 🤤 🤢 🤧 🤴 🤶 🤵 🤷 🤦 🤰 🕺 🤳 🤞 🤙 🤛 🤜 🤚 🤝 🖤 🦍 🦊 🦌 🦏 🦇 🦅 🦆 🦉 🦎 🦈 🦐 🦑 🦋 🥀 🥝 🥑 🥔 🥕 🥒 🥜 🥐 🥖 🥞 🥓 🥙 🥚 🥘 🥗 🥛 🥂 🥃 🥄 🛑 🛴 🛵 🛶 🥇 🥈 🥉 🥊 🥋 🤸 🤼 🤽 🤾 🤺 🥅 🤹 🥁 🛒
</div>

<div>
Expand Down
9 changes: 9 additions & 0 deletions linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
fonts-emojione-svginot (1.2-1) trusty; urgency=medium

* Disable copyright, registered, wildcard, number sign and 0-9 for
font selection issues.
* Rename eight SVG vs graphics source upstream to correct Unicode
codepoints. All Unicode 9.0 emoji are now available.

-- Brad Erickson <[email protected]> Fri, 10 Jun 2016 11:10:32 -0700

fonts-emojione-svginot (1.1-1) trusty; urgency=medium

* Rename "Emoji One" to "EmojiOne" to match graphics source.
Expand Down

0 comments on commit 1c56c74

Please sign in to comment.