Skip to content

Commit

Permalink
update v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Sep 17, 2022
1 parent d06f4ec commit 142e0b7
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Glyphy"
uuid = "e3b492bb-b251-48f2-9293-5b5772365208"
authors = ["cormullion <[email protected]>"]
version = "0.8.0"
version = "0.9.0"

[deps]
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ julia> glyphy(0x1f638)
There are over 30,000 characters to search, so searches
might take a few milliseconds...

The current version of Unicode is 14.0, released in 2021.
The glyph list used by Glyphy is `UnicodeData.txt` from
[here](http://www.unicode.org/Public/UNIDATA/).
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.

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

Expand Down
Binary file modified data/JuliaMono-Light.ttf
Binary file not shown.
Binary file modified data/glyphs.db
Binary file not shown.
19 changes: 13 additions & 6 deletions data/juliamonoprivateusage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ e709;JuliaMono PUA github octo cat icon logo
e711;JuliaMono PUA apple icon logo
e712;JuliaMono PUA linux tux penguin icon logo
e725;JuliaMono PUA github fork icon
e726;JuliaMono PUA github icon
e726;JuliaMono PUA github pr pull request icon
e727;JuliaMono PUA github merge icon
e728;JuliaMono PUA github icon
e728;JuliaMono PUA github compare icon
e729;JuliaMono PUA github icon
e737;JuliaMono PUA Scala icon logo
e73e;JuliaMono PUA markdown icon logo
e769;JuliaMono PUA onion icon logo
e769;JuliaMono PUA perl onion icon logo
e7a8;JuliaMono PUA Rust icon logo
e789;JuliaMono PUA CC icon logo
e78b;JuliaMono PUA MIT icon logo
Expand Down Expand Up @@ -84,7 +84,7 @@ e818;JuliaMono PUA air element
e819;JuliaMono PUA water element
e81a;JuliaMono PUA fire element
e81b;JuliaMono PUA earth element
e81c;JuliaMono PUA zelda
e81c;JuliaMono PUA zelda breath wild sheikah slate
e826;JuliaMono PUA hacker symbol
e830;JuliaMono PUA diffeq - sciml logo
e831;JuliaMono PUA makie logo
Expand Down Expand Up @@ -127,9 +127,9 @@ ee0a;JuliaMono PUA tonsky progress bar icon spinner 5
ee0b;JuliaMono PUA tonsky progress bar icon spinner 6

f0fd;JuliaMono PUA h in a box
f179;JuliaMono PUA apple logo icon
f120;JuliaMono PUA prompt
f10c;JuliaMono PUA logo
f120;JuliaMono PUA repl prompt
f179;JuliaMono PUA apple logo icon

f2dc;JuliaMono PUA Nix icon logo

Expand All @@ -140,3 +140,10 @@ f418;JuliaMono PUA github fork icon

f534;JuliaMono PUA apple icon logo
f6a4;JuliaMono PUA crown icon logo
f0000;JuliaMono PUA superscript A
f001a;JuliaMono PUA superscript a
f0034;JuliaMono PUA superscript capital Alpha
f004c;JuliaMono PUA superscript alpha
f0067;JuliaMono PUA superscript zero
f0093;JuliaMono PUA subscript capital a
f0104;JuliaMono PUA subscript zero
Loading

0 comments on commit 142e0b7

Please sign in to comment.