* bump version
* change style of media input
* notifications with info
* add stick-to-top command
* delete temp files after viewing them (#199)
* hide notifications
Co-authored-by: Omar Polo <op@omarpolo.com>
* Removing directstream shouldn't crash tut
* update version
* Ignore tut binary (#194)
When I do 'go build .' it yields a 'tut' file in the current directory
that's not currently ignored.
* Print error when failing to connect (#193)
When setting up, network errors wouldn't print any useful information:
Instance: bsd.network
Couldn't connect to instance: https://bsd.network
Try again or press ^C.
Now:
Instance: bsd.network
Couldn't connect to instance https://bsd.network:
Get "https://bsd.network/api/v1/instance": x509: certificate signed
by unknown authority
Try again or press ^C.
(Turns out I didn't have root certificates installed.)
* set config with flag and env
* list tags that you follow
* fix help
* update readme
* remove unused field
* user search and multiple tags
Co-authored-by: Sijmen J. Mulder <ik@sjmulder.nl>