update net/tut to 1.0.22

v1.0.19:
 - new command history to see the edit history of a toot
 - notifications when someone edits a toot you've boosted
 - an error from the editor shouldn't crash tut

v1.0.20:
 - ability to follow/unfollow tags with :follow-tag/:unfollow-tag
 - add and remove users from lists with :lists.
 - an error from the terminal programs shouldn't crash tut
 - won't make unnecessary API requests when reading a thread

v1.0.21:
 - ability to edit toots

v1.0.22:
 - fixed crash when editing a reply
This commit is contained in:
op 2022-11-27 17:22:04 +00:00
parent dedd1e358d
commit 97ecc3412d
3 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
COMMENT = TUI for Mastodon with vim inspired keys
MODGO_MODNAME = github.com/RasmusLindroth/tut
MODGO_VERSION = v0.0.0-20221120184442-72ed90eafe00
MODGO_VERSION = v0.0.0-20221125152502-404e21ee1010
DISTNAME = tut-1.0.19
DISTNAME = tut-1.0.22
CATEGORIES = net

View File

@ -1,5 +1,5 @@
SHA256 (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.10.mod) = 3RZ5H6txBYq5DzVoTxA0DGIxbViSK76RAHb3TJEb4fs=
SHA256 (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.10.zip) = hbZKlUg6V4qAx6cKGbFXrFtOud1qU5cLEuGQiHKyGX0=
SHA256 (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.11.mod) = 3RZ5H6txBYq5DzVoTxA0DGIxbViSK76RAHb3TJEb4fs=
SHA256 (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.11.zip) = vaQYrrCcEW6GsBuHsogC9Fhyi8JwyYiTXkXCG/AJ0J8=
SHA256 (go_modules/github.com/atotto/clipboard/@v/v0.1.4.mod) = hxgiy8ffN5L3ihAIhrf0mfc1VZOOM2uRhoIRlojqitA=
SHA256 (go_modules/github.com/atotto/clipboard/@v/v0.1.4.zip) = 1nssNsZidRMJ/S7DUd82UVhL6oQL0nvpqQcCw6I4tD8=
SHA256 (go_modules/github.com/aymerick/douceur/@v/v0.2.0.mod) = XgRUJBwle0xPnb3chOeOmeKcUnWzz67or9K7R25ySJc=
@ -87,9 +87,9 @@ SHA256 (go_modules/gopkg.in/ini.v1/@v/v1.67.0.zip) = vYRd/HYqh6VuWjKgd3Dcg+hpdtt
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = qrj7xOYwDqCOav4crqGKIckMefSJ9SxT4vIEMfGpoBU=
SHA256 (tut-1.0.19.zip) = ecA0qUJUOh61vO+CPPv9zqcbS4fgkjmMxnOIwxx0D9U=
SIZE (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.10.mod) = 172
SIZE (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.10.zip) = 50308
SHA256 (tut-1.0.22.zip) = 3vvRWA0BD57z6stpL0bKf5ePu1PwT5HfVakcKrCXs00=
SIZE (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.11.mod) = 172
SIZE (go_modules/github.com/!rasmus!lindroth/go-mastodon/@v/v0.0.11.zip) = 51873
SIZE (go_modules/github.com/atotto/clipboard/@v/v0.1.4.mod) = 35
SIZE (go_modules/github.com/atotto/clipboard/@v/v0.1.4.zip) = 8606
SIZE (go_modules/github.com/aymerick/douceur/@v/v0.2.0.mod) = 35
@ -177,4 +177,4 @@ SIZE (go_modules/gopkg.in/ini.v1/@v/v1.67.0.zip) = 71817
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = 95
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = 95
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = 104623
SIZE (tut-1.0.19.zip) = 224098
SIZE (tut-1.0.22.zip) = 226832

View File

@ -1,5 +1,5 @@
MODGO_MODULES = \
github.com/!rasmus!lindroth/go-mastodon v0.0.10 \
github.com/!rasmus!lindroth/go-mastodon v0.0.11 \
github.com/atotto/clipboard v0.1.4 \
github.com/aymerick/douceur v0.2.0 \
github.com/davecgh/go-spew v1.1.1 \