Wed, 21 Mar 2018 22:47:40 +0100 Version 2.3.0 v2.3.0
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 22:47:40 +0100] rev 214
Version 2.3.0
Wed, 21 Mar 2018 22:33:01 +0100 Update help & documentation
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 22:33:01 +0100] rev 213
Update help & documentation
Wed, 21 Mar 2018 15:30:35 +0100 README: Update list of Go versions used for automated testing
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 15:30:35 +0100] rev 212
README: Update list of Go versions used for automated testing
Wed, 21 Mar 2018 15:23:46 +0100 Travis: Properly quote Golang releases
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 15:23:46 +0100] rev 211
Travis: Properly quote Golang releases Go version 1.10 needs to be quoted.
Wed, 21 Mar 2018 15:13:48 +0100 PlainPrinter: Add WeekActivity format
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 15:13:48 +0100] rev 210
PlainPrinter: Add WeekActivity format
Wed, 21 Mar 2018 14:08:10 +0100 accounts: Use singular form
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 14:08:10 +0100] rev 209
accounts: Use singular form Most of the account subcommands relate to a single account so use "account" as the main name and "accounts" as an alias.
Wed, 21 Mar 2018 14:02:49 +0100 madonctl account: Try to gues account ID type
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 14:02:49 +0100] rev 208
madonctl account: Try to gues account ID type In addition to the explicit account type flags, this patch lets the user pass the account identifier as a single argument for the "madonctl account" subcommands. See #6. Here are a few examples: madonctl account show 1234 madonctl account show McKael@matmot.fr madonctl account show https://mastodon.social/@Gargron madonctl account statuses 399 madonctl account statuses @McKael # (local account) madonctl account statuses Gargron@mastodon.social # remote (known account) madonctl account statuses https://mastodon.social/@Gargron # any account URL Same for following accounts madonctl account follow 4800 --reblogs=false madonctl account follow Gargron@mastodon.social madonctl account follow https://mastodon.social/@Gargron
Wed, 21 Mar 2018 13:26:22 +0100 Printers: Display moved accounts (PlainPrinter + templates)
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 13:26:22 +0100] rev 207
Printers: Display moved accounts (PlainPrinter + templates)
Wed, 21 Mar 2018 00:42:51 +0100 Printers: Add Relationship.showing_reblogs
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 00:42:51 +0100] rev 206
Printers: Add Relationship.showing_reblogs Commented for now since it seems buggy with Mastodon 2.2...
Wed, 21 Mar 2018 00:42:51 +0100 account follow: Add --show-reblogs flag
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 00:42:51 +0100] rev 205
account follow: Add --show-reblogs flag
Tue, 20 Mar 2018 22:44:36 +0100 Add support for list-based streams
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 22:44:36 +0100] rev 204
Add support for list-based streams
Tue, 20 Mar 2018 21:59:16 +0100 PlainPrinter: Fix attachment output
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 21:59:16 +0100] rev 203
PlainPrinter: Fix attachment output
Tue, 20 Mar 2018 21:53:57 +0100 Add madonctl media --update option
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 21:53:57 +0100] rev 202
Add madonctl media --update option
Tue, 20 Mar 2018 20:52:11 +0100 media: add --description and --focus flags for attachments
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 20:52:11 +0100] rev 201
media: add --description and --focus flags for attachments
Tue, 20 Mar 2018 19:22:14 +0100 Add option --only-media to madonctl timelines (Mastodon 2.3.0+)
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 19:22:14 +0100] rev 200
Add option --only-media to madonctl timelines (Mastodon 2.3.0+)
Tue, 20 Mar 2018 19:03:54 +0100 Small README update
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 19:03:54 +0100] rev 199
Small README update
Tue, 20 Mar 2018 18:55:36 +0100 Add support for list-based timelines
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 18:55:36 +0100] rev 198
Add support for list-based timelines
Tue, 20 Mar 2018 16:47:06 +0100 Add '--exclude-types' to accounts notifications --list
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 16:47:06 +0100] rev 197
Add '--exclude-types' to accounts notifications --list
Tue, 20 Mar 2018 16:10:05 +0100 Fix help for account search
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 16:10:05 +0100] rev 196
Fix help for account search
Tue, 20 Mar 2018 15:50:32 +0100 Update templates
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 15:50:32 +0100] rev 195
Update templates
Tue, 20 Mar 2018 15:50:32 +0100 Printers: Remove previous instance statistics
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 15:50:32 +0100] rev 194
Printers: Remove previous instance statistics
Tue, 20 Mar 2018 13:53:04 +0100 Themes & Templates: Add new types
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 13:53:04 +0100] rev 193
Themes & Templates: Add new types
Tue, 20 Mar 2018 13:13:06 +0100 Update PlainPrinter
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 13:13:06 +0100] rev 192
Update PlainPrinter Add new types and fields to the plainprinter output.
Tue, 20 Mar 2018 12:21:04 +0100 emojis: change defaults
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 12:21:04 +0100] rev 191
emojis: change defaults emojis subcommand: default to plural form and default to listing emojis if there is no subcommand.
Tue, 20 Mar 2018 00:26:36 +0100 Add instance peers and instance activity
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 00:26:36 +0100] rev 190
Add instance peers and instance activity Only basic support for now since I'm not sure this API is stable...
Tue, 20 Mar 2018 00:05:05 +0100 Add a "madonctl lists show" example
Mikael Berthe <mikael@lilotux.net> [Tue, 20 Mar 2018 00:05:05 +0100] rev 189
Add a "madonctl lists show" example
Mon, 19 Mar 2018 23:53:17 +0100 Add madonctl 'lists' command
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 23:53:17 +0100] rev 188
Add madonctl 'lists' command
Mon, 19 Mar 2018 23:51:45 +0100 Add "madonctl emoji list"
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 23:51:45 +0100] rev 187
Add "madonctl emoji list"
Mon, 19 Mar 2018 15:26:43 +0100 Remove extended statistics using the instances.mastodon.xyz API
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 15:26:43 +0100] rev 186
Remove extended statistics using the instances.mastodon.xyz API
Mon, 19 Mar 2018 15:06:17 +0100 Update copyrights
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 15:06:17 +0100] rev 185
Update copyrights
(0) -100 -50 -30 +30 +50 tip