Skip to content

Commit

Permalink
update 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Nov 30, 2023
1 parent 4881d27 commit 5c2161f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.3.0] - 2023-11-30

### Added

### Changed

- font -> latest version 0.052

### Removed

### Deprecated

## [v1.2.0] - 2023-09-11 08:50

### Added
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "Glyphy"
uuid = "e3b492bb-b251-48f2-9293-5b5772365208"
authors = ["cormullion <[email protected]>"]
version = "1.2.0"
version = "1.3.0"

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

[compat]
SQLite = "1.4, 1.5, 1.6"
Tables = "1.10"
Tables = "1.10, 1.11"
julia = "1.6"

[extras]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ The current version of Unicode is 15.0, released in 2022.
The glyph list used by Glyphy is the file `UnicodeData.txt` from
[here](http://www.unicode.org/Public/UNIDATA/), dated 2022-08-03 17:00.

JuliaMono font is at version v0.052, 2023-11-30.

Glyphy is also available as a web service, at [glyphy.info](https://glyphy.info):

![glyphy.info](docs/src/assets/figures/glyphy-info.png)
Expand Down
Binary file modified data/JuliaMono-Light.ttf
Binary file not shown.
Binary file modified data/glyphs.db
Binary file not shown.
9 changes: 8 additions & 1 deletion data/juliamonoprivateusage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ f2dc;JuliaMono PUA Nix icon logo

f302;JuliaMono PUA apple icon logo
f308;JuliaMono PUA Docker icon logo
f35d;JuliaMono PUA external link icon

f418;JuliaMono PUA github fork icon

Expand Down Expand Up @@ -437,4 +438,10 @@ f0121;JuliaMono PUA subscript 󰄡
f0122;JuliaMono PUA subscript 󰄢
f0123;JuliaMono PUA subscript 󰄣
f0124;JuliaMono PUA subscript 󰄤
f0125;JuliaMono PUA subscript 󰄥
f0125;JuliaMono PUA subscript 󰄥

f0632;PUA apple keyboard caps lock
f0633;PUA apple keyboard command
f0634;PUA apple keyboard control
f0635;PUA apple keyboard option
f0636;PUA apple keyboard shift

0 comments on commit 5c2161f

Please sign in to comment.