Skip to content

Commit b85cc97

Browse files
committed
version: v15.1.0
1 parent eb6720f commit b85cc97

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TMP := /dev/shm
88
# Where to find scfbuild?
99
SCFBUILD := SCFBuild/bin/scfbuild
1010

11-
VERSION := 15.0.3
11+
VERSION := 15.1.0
1212
FONT_PREFIX := TwitterColorEmoji-SVGinOT
1313
REGULAR_FONT := build/$(FONT_PREFIX).ttf
1414
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
8787
Install for the current user without root:
8888
```sh
8989
# 1. Download the latest version
90-
wget https://github.com/13rac1/twemoji-color-font/releases/download/v15.0.3/TwitterColorEmoji-SVGinOT-Linux-15.0.3.tar.gz
90+
wget https://github.com/13rac1/twemoji-color-font/releases/download/v15.1.0/TwitterColorEmoji-SVGinOT-Linux-15.1.0.tar.gz
9191
# 2. Uncompress the file
92-
tar zxf TwitterColorEmoji-SVGinOT-Linux-15.0.3.tar.gz
92+
tar zxf TwitterColorEmoji-SVGinOT-Linux-15.1.0.tar.gz
9393
# 3. Run the installer
94-
cd TwitterColorEmoji-SVGinOT-Linux-15.0.3
94+
cd TwitterColorEmoji-SVGinOT-Linux-15.1.0
9595
./install.sh
9696
```
9797

@@ -126,10 +126,10 @@ emerge twemoji-color-font
126126
Both SVGinOT versions are available from releases:
127127
https://github.com/13rac1/twemoji-color-font/releases
128128

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

@@ -171,7 +171,7 @@ scoop install twemoji-color-font
171171
The regular version of the font installs like any other font and can be
172172
specifically selected, but Windows will default to the `Segoe UI Emoji`
173173
font for emoji characters. Download:
174-
https://github.com/13rac1/twemoji-color-font/releases/download/v15.0.3/TwitterColorEmoji-SVGinOT-15.0.3.zip
174+
https://github.com/13rac1/twemoji-color-font/releases/download/v15.1.0/TwitterColorEmoji-SVGinOT-15.1.0.zip
175175

176176
### Replace the default Windows emoji fonts
177177

@@ -186,7 +186,7 @@ install script requires both [Python][16] and pip in the PATH.
186186
1. Download the most recent Python 3 for Windows: https://www.python.org/downloads/windows/
187187
2. Start the installer, select "Add Python 3.6 to PATH", finish the install process, then reboot.
188188
3. Download Twitter Color Emoji Windows package from releases:
189-
https://github.com/13rac1/twemoji-color-font/releases/download/v15.0.3/TwitterColorEmoji-SVGinOT-Win-15.0.3.zip
189+
https://github.com/13rac1/twemoji-color-font/releases/download/v15.1.0/TwitterColorEmoji-SVGinOT-Win-15.1.0.zip
190190
4. Uncompress the file.
191191
5. Open the new TwitterColorEmoji directory.
192192
6. Run install.cmd. *Note: This will take some time.*

linux/debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
fonts-twemoji-svginot (15.1.0-1) bionic; urgency=medium
2+
3+
* Update to twemoji 15.1.0.
4+
5+
-- Brad Erickson <[email protected]> Thu, 3 Oct 2024 18:42:13 +0700
6+
17
fonts-twemoji-svginot (15.0.3-1) bionic; urgency=medium
28

39
* Use jdecked/twemoji
410
* Update to twemoji 15.0.3.
511

6-
-- Brad Erickson <[email protected]> Sat, 16 Mar 2024 17:20:14 +0200
12+
-- Brad Erickson <[email protected]> Sat, 16 Mar 2024 17:20:14 +0700
713

814
fonts-twemoji-svginot (14.0.2-1) bionic; urgency=medium
915

0 commit comments

Comments
 (0)