Skip to content

Commit 5c2161f

Browse files
committed
update 1.3.0
1 parent 4881d27 commit 5c2161f

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.3.0] - 2023-11-30
4+
5+
### Added
6+
7+
### Changed
8+
9+
- font -> latest version 0.052
10+
11+
### Removed
12+
13+
### Deprecated
14+
315
## [v1.2.0] - 2023-09-11 08:50
416

517
### Added

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "Glyphy"
22
uuid = "e3b492bb-b251-48f2-9293-5b5772365208"
33
authors = ["cormullion <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
88
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
99

1010
[compat]
1111
SQLite = "1.4, 1.5, 1.6"
12-
Tables = "1.10"
12+
Tables = "1.10, 1.11"
1313
julia = "1.6"
1414

1515
[extras]

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ The current version of Unicode is 15.0, released in 2022.
107107
The glyph list used by Glyphy is the file `UnicodeData.txt` from
108108
[here](http://www.unicode.org/Public/UNIDATA/), dated 2022-08-03 17:00.
109109

110+
JuliaMono font is at version v0.052, 2023-11-30.
111+
110112
Glyphy is also available as a web service, at [glyphy.info](https://glyphy.info):
111113

112114
![glyphy.info](docs/src/assets/figures/glyphy-info.png)

data/JuliaMono-Light.ttf

73.2 KB
Binary file not shown.

data/glyphs.db

0 Bytes
Binary file not shown.

data/juliamonoprivateusage.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ f2dc;JuliaMono PUA Nix icon logo
139139

140140
f302;JuliaMono PUA apple icon logo
141141
f308;JuliaMono PUA Docker icon logo
142+
f35d;JuliaMono PUA external link icon
142143

143144
f418;JuliaMono PUA github fork icon
144145

@@ -437,4 +438,10 @@ f0121;JuliaMono PUA subscript 󰄡
437438
f0122;JuliaMono PUA subscript 󰄢
438439
f0123;JuliaMono PUA subscript 󰄣
439440
f0124;JuliaMono PUA subscript 󰄤
440-
f0125;JuliaMono PUA subscript 󰄥
441+
f0125;JuliaMono PUA subscript 󰄥
442+
443+
f0632;PUA apple keyboard caps lock
444+
f0633;PUA apple keyboard command
445+
f0634;PUA apple keyboard control
446+
f0635;PUA apple keyboard option
447+
f0636;PUA apple keyboard shift

0 commit comments

Comments
 (0)