Skip to content

Commit

Permalink
update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Oct 29, 2024
1 parent 6f13b29 commit 62db62b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## [v1.4.0] - 2024-07-12
## [v1.5.0] - 2024-10-29

### Added

### Changed

- font -> latest version 0.058
- updated to Unicode 16
- incorporate shortcuts into display

### Removed

### Deprecated
#
# [v1.4.0] - 2024-07-12

### Added

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
# Glyphy

Glyphy is a small utility package that searches
through the names of glyphs in the Unicode glyph
list and returns a list of the glyph names that
match the search term, and REPL shortcuts if
available.
through a list of Unicode glyph names and returns a list
of glyphs that match the search term, and any REPL shortcuts,
if available.

```julia-term
using Glyphy
Expand Down Expand Up @@ -78,7 +77,7 @@ julia> glyphy(0x32:0x7f)
00039 9 ✓ digit nine
...
0007b { ✓ left curly bracket
0007c ✓ vertical line
0007c | ✓ vertical line
0007d } ✓ right curly bracket
0007e ~ ✓ tilde
```
Expand Down Expand Up @@ -122,6 +121,8 @@ JuliaMono font (https://github.com/cormullion/juliamono) is at version v0.058, 2

REPL shortcuts are as found in Julia 1.11.

The font fallback mechanism on your computer should be able to find suitable designs for many of the Unicode glyphs, subject to the abilities of your terminal. (More explanations [here](https://www.figma.com/blog/when-fonts-fall/).)

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

0 comments on commit 62db62b

Please sign in to comment.