notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 575d469aa0917b16bdbd0f8392ada2cf3584441e
parent 678c82b3882569f10086a362dbd44b97156bcb7c
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 30 Nov 2024 11:06:33 -0800

Release v0.2.0 - Notedeck Alpha

Thanks to kernel and ken for helping with our first
release of Notedeck!

name                                 added   removed  commits
-------------------------------------------------------------
William Casarin <jb55@jb55.com>      +38170  -20819   552
kernelkind <kernelkind@gmail.com>    +14206  -5593    140
Ken Sedgwick <ken@bonsai.com>        +473    -206     24
hellodword                           +30     -23      1
alltheseas                           +12     -2       4
0xb10c <b10c@b10c.me>                +6      -2       1

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notedeck" -version = "0.1.0" +version = "0.2.0" authors = ["William Casarin <jb55@jb55.com>"] edition = "2021" default-run = "notedeck"