* bump version
* rename window to pane
* Add internal editor
* show chars left
* don't assume xdg-open, use open on iOS and start on Windows
* remove leaders and fix "switch"
* support multiple accounts
* update title on named feeds
* terminal-title=3, no top bar and no terminal title
* remove ini package
* add commands-in-new-pane and dynamic-timeline-name
* add delete-temp-files
* add lang to toots
* update docs
* update modules
* add clear-temp
* upgrade modules
* add gruvbox light
* 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>