Sat, 21 Oct 2017 19:17:07 +0200 Add a note about the API change to the README file v2.0.0-dev1
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2017 19:17:07 +0200] rev 173
Add a note about the API change to the README file
Sat, 21 Oct 2017 19:12:11 +0200 Update types to reflect Mastodon 2.0.0 API changes
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2017 19:12:11 +0200] rev 172
Update types to reflect Mastodon 2.0.0 API changes This patch requires madon v2.0.0(-dev). (Fixes issue #9)
Sat, 21 Oct 2017 19:06:26 +0200 Fix --config flag
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2017 19:06:26 +0200] rev 171
Fix --config flag If viper.SetConfigName is called after viper.SetConfigFile, the file setting is erased...
Sat, 21 Oct 2017 19:05:11 +0200 Change version to 2.0.0-dev
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2017 19:05:11 +0200] rev 170
Change version to 2.0.0-dev
Sat, 22 Jul 2017 23:20:33 +0200 ansi themes: display visibility
Mikael Berthe <mikael@lilotux.net> [Sat, 22 Jul 2017 23:20:33 +0200] rev 169
ansi themes: display visibility
Sun, 16 Jul 2017 10:33:40 +0200 Add flag to reply with same visibility as original message
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Jul 2017 10:33:40 +0200] rev 168
Add flag to reply with same visibility as original message Introduce --same-visibility to the toot (or status post) command. It will reduce a "public" visibility to "unlisted" if not overriden on the command line.
Sat, 15 Jul 2017 22:25:46 +0200 Add option --keep to keep the N last items
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Jul 2017 22:25:46 +0200] rev 167
Add option --keep to keep the N last items This complements the --limit option which is used for the API call itself. The keep flag is used after the filters to output only a maximum number of filtered items.
Sat, 15 Jul 2017 21:58:24 +0200 Add --notification-types to the stream command as well
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Jul 2017 21:58:24 +0200] rev 166
Add --notification-types to the stream command as well
Sat, 15 Jul 2017 12:07:37 +0200 Add --notification-types flag to filter notifications
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Jul 2017 12:07:37 +0200] rev 165
Add --notification-types flag to filter notifications Suggested by @wxl. Note that the filter is applied after the limits since limits are currently applied at the API call level.
Sat, 15 Jul 2017 12:02:39 +0200 Switch to dev version
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Jul 2017 12:02:39 +0200] rev 164
Switch to dev version
Sat, 15 Jul 2017 11:00:12 +0200 Add private message information to templates for notifications as well
Mikael Berthe <mikael@lilotux.net> [Sat, 15 Jul 2017 11:00:12 +0200] rev 163
Add private message information to templates for notifications as well Thanks to @wxl.
Fri, 14 Jul 2017 21:57:09 +0200 PlainPrinter: Display when a message is private
Mikael Berthe <mikael@lilotux.net> [Fri, 14 Jul 2017 21:57:09 +0200] rev 162
PlainPrinter: Display when a message is private
Fri, 14 Jul 2017 21:53:09 +0200 Templates/Themes: Display when messages are private
Mikael Berthe <mikael@lilotux.net> [Fri, 14 Jul 2017 21:53:09 +0200] rev 161
Templates/Themes: Display when messages are private
Sat, 08 Jul 2017 16:44:19 +0200 Allow accounts follow-requests --account-id X --list
Mikael Berthe <mikael@lilotux.net> [Sat, 08 Jul 2017 16:44:19 +0200] rev 160
Allow accounts follow-requests --account-id X --list If the account ID is specified, only this follow request will be displayed. The filter is applied /after/ the query limits (if any), so for example it shouldn't be used with --limit 1.
Sun, 11 Jun 2017 11:36:27 +0000 update tags
convert-repo [Sun, 11 Jun 2017 11:36:27 +0000] rev 159
update tags
Sun, 11 Jun 2017 14:35:53 +0200 Fix typo
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Jun 2017 14:35:53 +0200] rev 158
Fix typo Fix issue #7
Sun, 28 May 2017 10:36:07 +0200 Version 1.2.0 v1.2.0
Mikael Berthe <mikael@lilotux.net> [Sun, 28 May 2017 10:36:07 +0200] rev 157
Version 1.2.0
Sun, 28 May 2017 10:29:07 +0200 Add a note about --user-id account format
Mikael Berthe <mikael@lilotux.net> [Sun, 28 May 2017 10:29:07 +0200] rev 156
Add a note about --user-id account format (See discussion in issue #6...)
Sun, 28 May 2017 00:24:08 +0200 Sync with Madon library update
Mikael Berthe <mikael@lilotux.net> [Sun, 28 May 2017 00:24:08 +0200] rev 155
Sync with Madon library update
Sat, 27 May 2017 19:47:49 +0200 Add status {mute,unmute}-conversation
Mikael Berthe <mikael@lilotux.net> [Sat, 27 May 2017 19:47:49 +0200] rev 154
Add status {mute,unmute}-conversation
Sat, 27 May 2017 19:14:41 +0200 Fix two incorrect README examples
Mikael Berthe <mikael@lilotux.net> [Sat, 27 May 2017 19:14:41 +0200] rev 153
Fix two incorrect README examples (Reported by wxl in #6)
Sat, 27 May 2017 19:13:58 +0200 PlainPrinter: support for madon.DomainName
Mikael Berthe <mikael@lilotux.net> [Sat, 27 May 2017 19:13:58 +0200] rev 152
PlainPrinter: support for madon.DomainName
Sat, 27 May 2017 19:13:24 +0200 Add domain-blocks command
Mikael Berthe <mikael@lilotux.net> [Sat, 27 May 2017 19:13:24 +0200] rev 151
Add domain-blocks command
Sat, 27 May 2017 18:41:32 +0200 Sync with Madon library update
Mikael Berthe <mikael@lilotux.net> [Sat, 27 May 2017 18:41:32 +0200] rev 150
Sync with Madon library update
Sat, 27 May 2017 18:39:13 +0200 Remove unused variable
Mikael Berthe <mikael@lilotux.net> [Sat, 27 May 2017 18:39:13 +0200] rev 149
Remove unused variable
Fri, 26 May 2017 23:04:46 +0200 Revert "Add muting_boosts to plain output and themes"
Mikael Berthe <mikael@lilotux.net> [Fri, 26 May 2017 23:04:46 +0200] rev 148
Revert "Add muting_boosts to plain output and themes" This reverts commit 1c9fcd22c05113e0ed497b0d4e29889de0af97f3.
Fri, 26 May 2017 13:55:39 +0200 Add muting_boosts to plain output and themes
Mikael Berthe <mikael@lilotux.net> [Fri, 26 May 2017 13:55:39 +0200] rev 147
Add muting_boosts to plain output and themes
Fri, 26 May 2017 13:41:58 +0200 madonctl version: Do not use theme for now
Mikael Berthe <mikael@lilotux.net> [Fri, 26 May 2017 13:41:58 +0200] rev 146
madonctl version: Do not use theme for now Version theme cannot fallback to default output if the theme template is missing, so only allow templates for now.
Fri, 26 May 2017 12:05:50 +0200 Sync with Madon library 1.6: Some calls return a Relationship entity
Mikael Berthe <mikael@lilotux.net> [Fri, 26 May 2017 12:05:50 +0200] rev 145
Sync with Madon library 1.6: Some calls return a Relationship entity Update PlainPrinter and themes to outline the relationship ID is actually an account ID.
Sun, 21 May 2017 12:31:32 +0200 Add stream user --notifications-only
Mikael Berthe <mikael@lilotux.net> [Sun, 21 May 2017 12:31:32 +0200] rev 144
Add stream user --notifications-only
(0) -100 -50 -30 +30 +50 tip