Skip to content

2.0.0

Compare
Choose a tag to compare
@RasmusLindroth RasmusLindroth released this 23 Jan 19:46
· 2 commits to master since this release
fc200dd

Changes

  • The configuration format is now toml instead of ini, so you'll have to start from scratch with your config and themes, but most parts are the same, so it should be quite easy. Sorry for the inconvenience.

  • Support for multiple accounts in the same window. Start tut with tut --user "user1 user2"
    Use command :login
    Switch account with Ctrl+N or Ctrl+P

  • New commands for switch accounts :next-acct and :prev-acct

  • Editor inside of tut. You can still use $EDITOR but then you'll have to set editor to that in your config.

  • More options for [[general.timelines]]
    closed = don't open the feed when you start tut. Use key to open.
    on-creation-closed = how to open the new feed if closed.
    on-focus = how to give it focus

  • [open-custom] now has key hints instead of 1, 2, 3, 4 and 5`

  • Bug fix for some image viewers that don't like that tut deletes files. Set delete-temp-files=false if you want tut to wait till you exists tut to remove all files. If you want to clear the tempfiles while running tut you can use :clear-temp

  • When you run commands inside of tut the new timeline will appear in a new pane. You can disable this under [general] with commands-in-new-pane=false

  • The title of panes will update automatically. If you want the old behavior set dynamic-timeline-name=false under [general]

  • If your instance supports lists, bold or italic text tut will now render this

  • Show the language of a toot

  • And maybe something I forgot to write here :)

Binary notes

The only build I'm able to test is tut-amd64, but I've compiled for some more architectures. They're targeting Linux. If you want some other architecture or OS you can open an issue.

GLIBC error

If you get an GLIBC_x.xx error, try the static builds instead