From 4a3d2cc76a2877f4e7aa022255ef1346b245ea7d Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 19 Jun 2022 15:28:32 -0500 Subject: [PATCH] docs: update todo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f63ed0e..033dd83 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,12 @@ This should result in general support for emoji's and `nerd font` icons. For both practical and stylistic reasons the underlying code used to generate the SVG is slightly different than `rich`'s default `save_svg` method. See [here](https://github.com/daylinmorgan/yartsu/blob/main/docs/rich-diff.md) for the current deviation between the latest releases of each respective release. -## TODO +## TODO (for stable release) -- [ ] add unit tests - [x] add support for nerd-fonts - [x] add ~~optional~~ shadow +- [ ] add unit tests +- [ ] setup CI for release/testing