Skip to content

Commit

Permalink
version: Bump to v13.1.0
Browse files Browse the repository at this point in the history
Fixes #102
  • Loading branch information
13rac1 committed Jun 22, 2021
1 parent 271fc9f commit 8fb791f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
6 changes: 3 additions & 3 deletions 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 := 13.0.1
VERSION := 13.1.0
FONT_PREFIX := TwitterColorEmoji-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
Expand Down Expand Up @@ -80,8 +80,8 @@ deb-package: linux-package
cp build/$(LINUX_PACKAGE).tar.gz build/$(DEB_PACKAGE)_$(VERSION).orig.tar.gz
cp -R build/$(LINUX_PACKAGE) build/$(DEB_PACKAGE)-$(VERSION)
cd build/$(DEB_PACKAGE)-$(VERSION); debuild -us -uc
#debuild -S
#dput ppa:eosrei/fonts $(DEB_PACKAGE)_$(VERSION).changes
# cd build/$(DEB_PACKAGE)-$(VERSION); debuild -S
# cd build dput ppa:eosrei/fonts $(DEB_PACKAGE)_$(VERSION)_source.changes

macos-package: $(MACOS_FONT)
rm -f $(MACOS_PACKAGE).zip
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Twitter Color Emoji SVGinOT Font

A color and B&W emoji SVGinOT font built from the
A color and B&W emoji SVG-OpenType / SVGinOT font built from the
[Twitter Emoji for Everyone][1] artwork with support for [ZWJ][2],
[skin tone diversity][3] and [country flags][4].

The font works in all operating systems, but will *currently* only show color
emoji in Firefox, Thunderbird, Photoshop CC 2017, and Windows Edge V38.14393+.
emoji in Firefox, Thunderbird, Photoshop CC 2017+, and Windows Edge V38.14393+.
This is not a limitation of the font, but of the operating systems and
applications. [Why doesn't it work on Chrome?][why-not-chrome] Regular B&W
outline emoji are included for backwards/fallback compatibility.
Expand Down Expand Up @@ -87,11 +87,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/v13.0.1/TwitterColorEmoji-SVGinOT-Linux-13.0.1.tar.gz
wget https://github.com/eosrei/twemoji-color-font/releases/download/v13.1.0/TwitterColorEmoji-SVGinOT-Linux-13.1.0.tar.gz
# 2. Uncompress the file
tar zxf TwitterColorEmoji-SVGinOT-Linux-13.0.1.tar.gz
tar zxf TwitterColorEmoji-SVGinOT-Linux-13.1.0.tar.gz
# 3. Run the installer
cd TwitterColorEmoji-SVGinOT-Linux-13.0.1
cd TwitterColorEmoji-SVGinOT-Linux-13.1.0
./install.sh
```

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

1. `TwitterColorEmoji-SVGinOT-13.0.1.zip` - The regular version of the font
1. `TwitterColorEmoji-SVGinOT-13.1.0.zip` - The regular version of the font
installs like any other font and can be specifically selected, but MacOS will
default to the `Apple Color Emoji` font for emojis.
2. `TwitterColorEmoji-SVGinOT-MacOS-13.0.1.zip` - A hack to replace the `Apple
2. `TwitterColorEmoji-SVGinOT-MacOS-13.1.0.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][12]. Install and accept
the warning in Font Book.

Expand Down Expand Up @@ -157,7 +157,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/v13.0.1/TwitterColorEmoji-SVGinOT-13.0.1.zip
https://github.com/eosrei/twemoji-color-font/releases/download/v13.1.0/TwitterColorEmoji-SVGinOT-13.1.0.zip

### Replace the default Windows emoji fonts

Expand All @@ -172,7 +172,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", finish the install process, then reboot.
3. Download Twitter Color Emoji Windows package from releases:
https://github.com/eosrei/twemoji-color-font/releases/download/v13.0.1/TwitterColorEmoji-SVGinOT-Win-13.0.1.zip
https://github.com/eosrei/twemoji-color-font/releases/download/v13.1.0/TwitterColorEmoji-SVGinOT-Win-13.1.0.zip
4. Uncompress the file.
5. Open the new TwitterColorEmoji directory.
6. 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 (13.1.0-1) bionic; urgency=medium

* Update to twemoji 13.1.0.

-- Brad Erickson <eosrei@gmail.com> Sun, 20 Jun 2021 16:58:17 -0700

fonts-twemoji-svginot (13.0.1-1) bionic; urgency=medium

* Update to twemoji 13.0.1.
Expand Down
4 changes: 2 additions & 2 deletions scfbuild-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ color_transform: translate(0 -6.75)
width_space: 561
table_name:
copyright: >
Copyright 2019 Brad Erickson CC-BY-4.0
Copyright 2019 Twitter, Inc. CC-BY-4.0
Copyright 2021 Brad Erickson CC-BY-4.0
Copyright 2021 Twitter, Inc. CC-BY-4.0
family: Twitter Color Emoji
# Subfamily is also called Style or Weight. Often set to: Regular
subfamily: Regular
Expand Down
4 changes: 2 additions & 2 deletions scfbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ color_transform: translate(0 -6.75)
width_space: 561
table_name:
copyright: >
Copyright 2019 Brad Erickson CC-BY-4.0
Copyright 2019 Twitter, Inc. CC-BY-4.0
Copyright 2021 Brad Erickson CC-BY-4.0
Copyright 2021 Twitter, Inc. CC-BY-4.0
family: Twitter Color Emoji
# Subfamily is also called Style or Weight. Often set to: Regular
subfamily: Regular
Expand Down

0 comments on commit 8fb791f

Please sign in to comment.