Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-06-10 03:39:48 +0300
committerBrad Erickson <eosrei@gmail.com>2016-06-10 03:39:48 +0300
commit14e1fc95e1144b532fb99cd836570a49743607ea (patch)
treea541bd3f5319a26783ecada1019ae5b66321968a
parenta64bd8d77ba239539e61ccb4acd920ee9f15061f (diff)
version: Bump to v1.1v1.1
-rw-r--r--Makefile2
-rw-r--r--README.md10
-rw-r--r--linux/debian/changelog7
3 files changed, 13 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 3ee9dfd..cdc1bec 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ TMP := /dev/shm
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild
-VERSION := 1.0
+VERSION := 1.1
FONT_PREFIX := EmojiOneColor-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
diff --git a/README.md b/README.md
index 56473aa..b4853bc 100644
--- a/README.md
+++ b/README.md
@@ -78,11 +78,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.0/EmojiOneColor-SVGinOT-Linux-1.0.tar.gz
+wget https://github.com/eosrei/emojione-color-font/releases/download/v1.1/EmojiOneColor-SVGinOT-Linux-1.1.tar.gz
# 2. Uncompress the file
-tar zxf EmojiOneColor-SVGinOT-Linux-1.0.tar.gz
+tar zxf EmojiOneColor-SVGinOT-Linux-1.1.tar.gz
# 3. Run the installer
-cd EmojiOneColor-SVGinOT-Linux-1.0
+cd EmojiOneColor-SVGinOT-Linux-1.1
./install.sh
```
@@ -121,10 +121,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.0.zip` - The regular version of the font
+1. `EmojiOneColor-SVGinOT-1.1.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.0.zip` - A hack to replace the `Apple
+2. ` EmojiOneColor-SVGinOT-OSX-1.1.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][9]. Install and accept
the warning in Font Book.
3. `emojione-apple.ttf` - A SBIX bitmap Apple-format EmojiOne color font is
diff --git a/linux/debian/changelog b/linux/debian/changelog
index f3c99ad..bc44e57 100644
--- a/linux/debian/changelog
+++ b/linux/debian/changelog
@@ -1,3 +1,10 @@
+fonts-emojione-svginot (1.1-1) trusty; urgency=medium
+
+ * Rename "Emoji One" to "EmojiOne" to match graphics source.
+ * Update graphics adding most Unicode 9.0 emoji.
+
+ -- Brad Erickson <eosrei@gmail.com> Thu, 09 Jun 2016 16:05:33 -0700
+
fonts-emojione-svginot (1.0-1) trusty; urgency=medium
* Initial release.