Skip to content

Commit

Permalink
version: Bump to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Jun 4, 2017
1 parent 77edf61 commit 33dfe10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 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.2
VERSION := 1.3
FONT_PREFIX := TwitterColorEmoji-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
Expand Down
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ This is not a limitation of the font, but of the operating systems and
applications. Regular B&W outline emoji are included for backwards/fallback
compatibility.

[Do you prefer EmojiOne graphics?][5]

[1]: https://github.com/twitter/twemoji
[2]: http://unicode.org/emoji/charts/emoji-zwj-sequences.html
[3]: http://www.unicode.org/reports/tr51/#Diversity
[4]: http://www.unicode.org/reports/tr51/#Flags
[5]: https://github.com/eosrei/emojione-color-font

## Table of Contents

Expand Down Expand Up @@ -87,11 +84,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/twemoji-color-font/releases/download/v1.2/TwitterColorEmoji-SVGinOT-Linux-1.2.tar.gz
wget https://github.com/eosrei/twemoji-color-font/releases/download/v1.3/TwitterColorEmoji-SVGinOT-Linux-1.3.tar.gz
# 2. Uncompress the file
tar zxf TwitterColorEmoji-SVGinOT-Linux-1.2.tar.gz
tar zxf TwitterColorEmoji-SVGinOT-Linux-1.3.tar.gz
# 3. Run the installer
cd TwitterColorEmoji-SVGinOT-Linux-1.2
cd TwitterColorEmoji-SVGinOT-Linux-1.3
./install.sh
```

Expand Down Expand Up @@ -127,10 +124,10 @@ emerge twemoji-color-font
Both SVGinOT versions are available from releases:
https://github.com/eosrei/twemoji-color-font/releases

1. `TwitterColorEmoji-SVGinOT-1.2.zip` - The regular version of the font
1. `TwitterColorEmoji-SVGinOT-1.3.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. `TwitterColorEmoji-SVGinOT-OSX-1.2.zip` - A hack to replace the `Apple
2. `TwitterColorEmoji-SVGinOT-OSX-1.3.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][10]. Install and accept
the warning in Font Book.

Expand Down Expand Up @@ -158,7 +155,7 @@ from releases: https://github.com/eosrei/twemoji-color-font/releases
The regular version of the font installs like any other font and can be
specifically selected, but Windows will default to the `Segoe UI Emoji`
font for emoji characters. Download:
https://github.com/eosrei/twemoji-color-font/releases/download/v1.2/TwitterColorEmoji-SVGinOT-1.2.zip
https://github.com/eosrei/twemoji-color-font/releases/download/v1.3/TwitterColorEmoji-SVGinOT-1.3.zip

### Replace the default Windows emoji fonts

Expand All @@ -173,7 +170,7 @@ install script requires both [Python][16] and pip in the PATH.
1. Download the most recent Python 3 for Windows: https://www.python.org/downloads/windows/
2. Start the installer, select "Add Python 3.6 to PATH" and finish the install process.
3. Download Twitter Color Emoji Windows package from releases:
https://github.com/eosrei/twemoji-color-font/releases/download/v1.2/TwitterColorEmoji-SVGinOT-Win-1.2.zip
https://github.com/eosrei/twemoji-color-font/releases/download/v1.3/TwitterColorEmoji-SVGinOT-Win-1.3.zip
4. Uncompress the file.
5. Open the new TwitterColorEmoji directory.
7. Run install.cmd. *Note: This will take some time.*
Expand Down
6 changes: 6 additions & 0 deletions linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fonts-twemoji-svginot (1.3-1) trusty; urgency=medium

* Update to twemoji 2.3.0, Unicode 10.0, Emoji 5.0.

-- Brad Erickson <eosrei@gmail.com> Mon, 29 May 2017 19:58:27 -0700

fonts-twemoji-svginot (1.2-1) trusty; urgency=medium

* Rebuild with SVG transform (translate/scale) following SVGinOT spec.
Expand Down

0 comments on commit 33dfe10

Please sign in to comment.