Fri, 28 Apr 2017 13:31:40 +0200 Add notification --dismiss to clear a single notification
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 13:31:40 +0200] rev 19
Add notification --dismiss to clear a single notification (Introduced in Mastodon 1.3)
Fri, 28 Apr 2017 11:49:22 +0200 Display instance version, if field is set
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 11:49:22 +0200] rev 18
Display instance version, if field is set Requires latest madon package. (There seems to be a bug in Mastodon 1.3.1, it returns "Mastodon::VERSION")
Fri, 28 Apr 2017 11:38:54 +0200 Update documentation
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 11:38:54 +0200] rev 17
Update documentation
Tue, 25 Apr 2017 00:05:21 +0200 accounts: add --user-id
Mikael Berthe <mikael@lilotux.net> [Tue, 25 Apr 2017 00:05:21 +0200] rev 16
accounts: add --user-id Look up the requested user ID and use it in place of --account-id. Currently the UID should match exactly the account's Acct field in order to avoid false positives.
Mon, 24 Apr 2017 23:05:27 +0200 Add option --text-file to send content from a file
Mikael Berthe <mikael@lilotux.net> [Mon, 24 Apr 2017 23:05:27 +0200] rev 15
Add option --text-file to send content from a file
Mon, 24 Apr 2017 22:30:07 +0200 Add function "fromhtml" for Go templates
Mikael Berthe <mikael@lilotux.net> [Mon, 24 Apr 2017 22:30:07 +0200] rev 14
Add function "fromhtml" for Go templates Example (for a status): {{.content | fromhtml}}
Sun, 23 Apr 2017 23:32:16 +0200 Add option --limit (-l) to limit the number of displayed results
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 23:32:16 +0200] rev 13
Add option --limit (-l) to limit the number of displayed results
Sun, 23 Apr 2017 22:40:52 +0200 Use cmd.Name() in cobra commands
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 22:40:52 +0200] rev 12
Use cmd.Name() in cobra commands
Sun, 23 Apr 2017 18:50:09 +0200 Work around server sending HTML error page on failed login
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 18:50:09 +0200] rev 11
Work around server sending HTML error page on failed login This (with the previous commit) should fix #2.
Sun, 23 Apr 2017 18:18:51 +0200 Don't dump the configuration file if login failed
Mikael Berthe <mikael@lilotux.net> [Sun, 23 Apr 2017 18:18:51 +0200] rev 10
Don't dump the configuration file if login failed If a username was provided and the authentication fails, the command "config dump" should abort. (Cf. issue #2)
(0) -10 +10 +100 tip