Skip to content

Commit

Permalink
chat/toot: update to 0.36.0
Browse files Browse the repository at this point in the history
CHANGES

 * Move docs from toot.readthedocs.io to toot.bezdomni.net
 * Add specifying media thumbnails to `toot post` (#301)
 * Add creating polls to `toot post`
 * Handle custom instance domains (e.g. when server is located at
   `social.vivaldi.net`, but uses the `vivaldi.net` mastodon domain.
 * TUI: Inherit post visibility when replying (thanks @rogarb)
 * TUI: Add conversations timeline (thanks @rogarb)
 * TUI: Add shortcut to copy toot contents (thanks Dan Schwarz)
  • Loading branch information
vins committed Apr 8, 2023
1 parent ab5da23 commit 99654f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chat/toot/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2023/03/02 08:30:42 vins Exp $
# $NetBSD: Makefile,v 1.8 2023/04/08 11:17:59 vins Exp $

DISTNAME= toot-0.35.0
DISTNAME= toot-0.36.0
CATEGORIES= chat net
MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}

Expand Down
8 changes: 4 additions & 4 deletions chat/toot/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/03/02 08:30:42 vins Exp $
$NetBSD: distinfo,v 1.8 2023/04/08 11:17:59 vins Exp $

BLAKE2s (toot-0.35.0.tar.gz) = 9b15e1189f62a40aca56b4c6467d493f6a50331309affb3c5ed0ec65835ef043
SHA512 (toot-0.35.0.tar.gz) = f225401c238b1ab5bd5201e5bfda52d1ff57a6d9c102bbbb6f414d34996c0aaf5d495b4d8e3b8a86f2dec85d7fd7006374dcc3dbc6b9d2692843a36662dc47e6
Size (toot-0.35.0.tar.gz) = 120283 bytes
BLAKE2s (toot-0.36.0.tar.gz) = 734d3dd7b662cc39e9b8315567e68d4a458f419ee8da1f70649c3fdb0d1f587b
SHA512 (toot-0.36.0.tar.gz) = 473b5b6bc22180d6651f7d8484c2057f257b9ec37d558a8168dcc59e948064b60cab1f97d446eaed06c78a00e3e4ce76daac39c8a22305fb6a27df0416c246a2
Size (toot-0.36.0.tar.gz) = 354577 bytes

0 comments on commit 99654f7

Please sign in to comment.