Fri, 28 Apr 2017 15:53:09 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 15:53:09 +0200] rev 21
Update README
Fri, 28 Apr 2017 15:39:32 +0200 Sync with Madon library update; use limit API parameter
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Apr 2017 15:39:32 +0200] rev 20
Sync with Madon library update; use limit API parameter The --limit argument will be used in the API query. Note that the Mastodon server does not have the same maximum "limit" value for for the different end points. (We do not check the user value in madonctl.)
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
(0) -10 +10 +100 tip