Commit Graph

10 Commits

Author SHA1 Message Date
op
b63ff37086 update net/tut to 2.0.1 2023-01-28 16:15:36 +00:00
op
aee7043a05 update net/tut to 2.0.0
The configuration format changed!  Existing configurations and themes
must be rewritten, although most parts are the same.

Other interesting changes:
 - support for multiple accounts
 - added a built-in editor

full changelog: https://github.com/RasmusLindroth/tut/releases
2023-01-24 08:46:50 +00:00
op
5210c2a040 update net/tut to 1.0.34
1.0.32:
- tut now gets the number of chars, poll options and length of each
  option from the instance.  char-limit is removed from the config.
- URLs now has a fixed length set by the instance, so char count should
  be correct when composing toots.
- the API now uses WebSocket stream instead of streaming over https.
  Should make tut play nicer with GoToSocial

1.0.33:
- make GoToSocial work again

1.0.34:
- downgrade tview so the current item in the timeline doesn't get out
  of the view
2023-01-01 20:24:04 +00:00
op
7e62d49a2a update net/tut to 1.0.31
1.0.28:
- new command :refetch and leader `refetch' that feteches a toot again
- new timeline and leader special for filtered timelines (e.g. only boosts)
- filters are done server-side as later mastodon versions
- mixed use of `spoiler' `cw' are now removed and `cw' used consistently.
  (old names in config still works)

1.0.29
- new timeline for mentions
- new command :move-window and leaders move-window-*
- new command and leader :close-window
- new leader `switch' to change timeline
- various bugfixes

1.0.30
- allow only setting the name in switch and not showBoosts and showReplies

1.0.31
- manpages!  see tut(1), tut(5) and tut(7)
- add file extension to media files
2022-12-30 10:59:47 +00:00
op
a8aab2901e update net/tut to 1.0.26
1.0.25:
 - ability to filter boost and replies from timeline

1.0.26:
 - filter notifications with notifications-to-hide
 - notifications now includes the username of the user who interacted
 - delete downloaded media from /tmp after viewing them
2022-12-16 09:27:06 +00:00
op
dca79676e0 update net/tut to 1.0.24
The config option tag-follow works now.
2022-12-01 08:49:58 +00:00
op
a081692557 update net/tut to 1.0.23
- list followed tags with :tags
- multiple tags in one feed with :tag tag1 tag2 ...
- two new flags --config and --config-dir to customize the config dir
- :timeline direct shouldn't crash tut
- :user should now find more accounts
2022-11-28 09:54:02 +00:00
op
97ecc3412d 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
2022-11-27 17:22:04 +00:00
op
502236d294 update net/tut to 1.0.19 2022-11-21 14:06:19 +00:00
op
47743990b3 import tut-1.0.18
tut is a keyboard-driven TUI for Mastodon with vim-inspired keys.  It
allows to compose new toots in your preferred $EDITOR and view media in
your preferred programs.

ok stsp@, sthen@
2022-11-20 17:12:32 +00:00