Skip to content

These go to eleven

Compare
Choose a tag to compare
@RasmusLindroth RasmusLindroth released this 07 Sep 17:56
· 139 commits to master since this release

This release contains one new feature and some bug fixes.

Use relative date

You can now use relative dates if you want. For example 3d instead of 2020-09-01 01:32.

From config.ini

# This displays relative dates instead
# for statuses that are one day or older
# the output is 1y2m1d (1 year 2 months and 1 day)
#
# The value is an integear
# -1     = don't use relative dates
#  0     = always use relative dates, except for dates < 1 day
#  1 - ∞ = number of days to use relative dates
#
# Example: date-relative=28 will display a relative date
# for toots that are between 1-28 days old. Otherwhise it
# will use the short or long format
#
# default=-1
date-relative=-1

Bug fixes

  • Respect the sensitive mark on boosted toots
  • A bug where it would use hardcoded dates instead of what you have set in your config file
  • The toot will now get updated even if you favorite or boost a toot from your notification pane
  • Don't crash the program if you favorite or boost a toot from the notification pane
  • Minor typos

Thanks to all who reported issues and sent me pull requests.


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.