Skip to content

Releases: RasmusLindroth/tut

1.0.16

02 Aug 12:47
9e0d3db
Compare
Choose a tag to compare

New feature

  • New config option mouse-support under [general] in your config.

This new feature enables mouse support in tut. The feature is opt-in, so you will have to set mouse-support=true in your config to use it.

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

1.0.15

27 Jul 17:41
b8b83b8
Compare
Choose a tag to compare

Bug fixes

This release only contains two bug fixes.

  • You can now see replies on boosted toots
  • Desktop notification for favorites now says favorite and not follower

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

1.0.14

21 Jul 17:07
1be386f
Compare
Choose a tag to compare

New features

  • New config option terminal-title under [general] in your config.

You can set this value to
0 = No terminal title
1 = Show title in terminal and top bar
2 = Only show terminal title, and no top bar in tut

  • More control over your themes as you can style more elements
list-selected-inactive-background
list-selected-inactive-text
controls-text
controls-highlight
autocomplete-background
autocomplete-text
autocomplete-selected-background
autocomplete-selected-text
button-color-one
button-color-two
timeline-name-background
timeline-name-text

See [style] in config.example.ini for more information.

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

1.0.13

17 Jul 10:37
cc12b53
Compare
Choose a tag to compare

Bug fixes

This release only contains bug fixes.

  • Input on profiles should work again and target the toot you're viewing. This bug got introduced when I added support for sticky toots on profiles
  • You can now view URLs from notifications

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

1.0.12

16 Jul 09:02
84c0a63
Compare
Choose a tag to compare

New features

  • You can now have multiple local themes. Just put your theme(s) in ~/.config/tut/themes/your-theme.ini and set theme=your-theme. Feel free to make a PR with your theme, see this comment if you want to learn how to do it #153 (comment)
  • New command :newer and leader action newer that force loads new posts.

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

1.0.11

04 Jun 15:18
9b7aaa3
Compare
Choose a tag to compare

New features

  • Show pinned toots on profiles
  • Option to display what filter that has filtered a toot. You can disable this with show-filter-phrase=false under [general]
  • Display icon for reblogged toots

Bug fixes

  • User profile is bound to the author of the toot and not the user that reblogged it.

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

Release 1.0.10

27 May 11:46
784e13d
Compare
Choose a tag to compare

New features

You can now change the layout of tut on the fly with three new commands.

:list-placement top, right, bottom, left
:list-split row, column
:proportions [int] [int], where the first integear is the list and the other is content, e.g. :proportions 1 3

You can also run this commands as with your leader key. See the ./config.example.ini for reference.

Bug fixes

  • Clear media files when exiting tut
  • You can now exit tut with your Exit key in the user select view

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

Release 1.0.9

22 May 11:31
157bc50
Compare
Choose a tag to compare

New features

You can now edit your profile and some of your account preferences inside of tut, see below.

  • New command :preferences and new leader action also named preferences.

New keys - see [input]-section in ./config.example.ini

preference-name
preference-visibility
preference-bio
preference-save
preference-fields
preference-fields-add
preference-fields-edit
preference-fields-delete

Bug fixes

  • Respects the preference for default visibility on toots.
  • Avatar and User is now bound to the user that favorited or boosted your toot.

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

Release 1.0.8

16 May 19:32
Compare
Choose a tag to compare

New features

  • You can now create polls when composing a new toot
  • New leader-action named window so you can use leaders to switch between your timelines. They're zero index so you set them like this leader-action=window 0,h
  • New command :window [int] to switch window by command.

New keys - see [input]-section in ./config.example.ini

compose-poll

poll-add
poll-edit
poll-delete
poll-multi-toggle
poll-expiration

Bug fixes

  • media files are removed when posting a toot, before they would remain and be added to your next toot

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

Release 1.0.7

15 May 16:57
d7f485c
Compare
Choose a tag to compare

New features

  • Support for accepting or denying following request. See them in notifications and :requests
  • Confirmation before quitting tut
  • Multiple windows for feeds, so you can decide how many you want and the content.

The last feature will require some configuration under the [general] section. Here's an example for four windows:

# home timeline with the name Home
timelines=home,Home
 
# local timeline with the name Local and it gets focus when you press 2
timelines=local,Local,'2'

# notification timeline with the name [N]otifications and it gets focus when you press n or N
timelines=notifications,[N]otifications,'n','N'
 
# tag timeline for #linux with the name Linux and it gets focus when you press
timelines=tag linux,Linux,"F2"

Because of this the following config options have been removes

timeline
notification-feed
hide-notification-text

Bug fixes

  • accounts.toml now gets truncated before writing to it
  • more editors should work now

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