Mon, 07 Jun 2021 20:58:18 +0200 Merge pull request #26 from Strubbl/update-deps
Mikael Berthe <mikael@lilotux.net> [Mon, 07 Jun 2021 20:58:18 +0200] rev 255
Merge pull request #26 from Strubbl/update-deps Update module dependencies committer: GitHub <noreply@github.com>
Sun, 06 Jun 2021 14:55:41 +0200 Update module dependencies
Sven Fischer <git-dev@linux4tw.de> [Sun, 06 Jun 2021 14:55:41 +0200] rev 254
Update module dependencies
Sun, 16 Feb 2020 19:09:55 +0100 Update README
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Feb 2020 19:09:55 +0100] rev 253
Update README
Sun, 16 Feb 2020 19:04:24 +0100 Update Travis file
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Feb 2020 19:04:24 +0100] rev 252
Update Travis file
Sun, 16 Feb 2020 18:54:01 +0100 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Feb 2020 18:54:01 +0100] rev 251
Update dependencies This should fix #22.
Wed, 18 Sep 2019 19:17:42 +0200 Merge pull request #21 from BoFFire/patch-1
Mikael Berthe <mikael@lilotux.net> [Wed, 18 Sep 2019 19:17:42 +0200] rev 250
Merge pull request #21 from BoFFire/patch-1 Fix typo in README committer: GitHub <noreply@github.com>
Wed, 18 Sep 2019 16:42:34 +0100 Fix typo
ButterflyOfFire <42316180+BoFFire@users.noreply.github.com> [Wed, 18 Sep 2019 16:42:34 +0100] rev 249
Fix typo committer: GitHub <noreply@github.com>
Mon, 29 Jul 2019 23:00:00 +0200 Travis: Try to bump Go 1.11 version to 1.11.12
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Jul 2019 23:00:00 +0200] rev 248
Travis: Try to bump Go 1.11 version to 1.11.12
Mon, 29 Jul 2019 22:07:29 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Jul 2019 22:07:29 +0200] rev 247
Update dependencies
Sun, 13 Jan 2019 13:41:09 +0100 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 13:41:09 +0100] rev 246
Update dependencies
Sun, 13 Jan 2019 12:58:50 +0100 Fix oauth2 not displaying the new token
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 12:58:50 +0100] rev 245
Fix oauth2 not displaying the new token If the configuration file contains an old token, this token was displayed after an oauth2 renewal instead of the new one.
Sun, 13 Jan 2019 12:33:24 +0100 Display config details after oauth2
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 12:33:24 +0100] rev 244
Display config details after oauth2 After a new oauth2 authorization, the configuration details are displayed even when the 'safe_mode' option is set.
Sun, 13 Jan 2019 12:28:07 +0100 Improve oauth2 code usage message
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 12:28:07 +0100] rev 243
Improve oauth2 code usage message
Sat, 29 Sep 2018 18:09:54 +0200 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Sep 2018 18:09:54 +0200] rev 242
Use vendoring for backward compatibility The switch of the Madon library to Go modules breaks builds with Go version < 1.11 since the import path now contains "v2". This patch adds vendoring so that it can still build with those versions. Let's try to re-enable Travis builds with Go v1.8-1.11...
Sat, 29 Sep 2018 12:52:45 +0200 Fix format bug in plainprinter
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Sep 2018 12:52:45 +0200] rev 241
Fix format bug in plainprinter
Sat, 29 Sep 2018 12:40:01 +0200 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Sep 2018 12:40:01 +0200] rev 240
Enable GO111MODULE in Travis config
Sat, 29 Sep 2018 12:24:43 +0200 Switch to Go modules (and bump Go version requirement)
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Sep 2018 12:24:43 +0200] rev 239
Switch to Go modules (and bump Go version requirement) Go >= 1.9 required to support Go modules (because madon has a v2 major version); v1.11+ is recommended.
Fri, 07 Sep 2018 22:57:49 +0200 Update documentation (README)
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 22:57:49 +0200] rev 238
Update documentation (README)
Fri, 07 Sep 2018 22:53:59 +0200 Deprecate flag '--unset' and introduce subcommand (unpin, unboost...)
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 22:53:59 +0200] rev 237
Deprecate flag '--unset' and introduce subcommand (unpin, unboost...)
Fri, 07 Sep 2018 21:57:10 +0200 Add "stream direct" for direct messages stream
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 21:57:10 +0200] rev 236
Add "stream direct" for direct messages stream
Fri, 07 Sep 2018 21:47:36 +0200 timeline: Allow "direct" timeline
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 21:47:36 +0200] rev 235
timeline: Allow "direct" timeline
Fri, 07 Sep 2018 19:18:30 +0200 Display new Account fields in plaintext and templates
Mikael Berthe <mikael@lilotux.net> [Fri, 07 Sep 2018 19:18:30 +0200] rev 234
Display new Account fields in plaintext and templates Display information for bot (automated accounts), source (default settings) and fields (profile metadata).
Thu, 06 Sep 2018 01:10:15 +0200 Merge branch 'master' of https://github.com/McKael/madonctl
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 01:10:15 +0200] rev 233
Merge branch 'master' of https://github.com/McKael/madonctl
Mon, 11 Jun 2018 06:38:55 +0200 Merge pull request #15 from jesselucas/master
Mikael Berthe <mikael@lilotux.net> [Mon, 11 Jun 2018 06:38:55 +0200] rev 232
Merge pull request #15 from jesselucas/master Change language of default config location in configuration.md committer: GitHub <noreply@github.com>
Sun, 10 Jun 2018 19:29:42 -0400 Change language of default config location in configuration.md
Jesse Lucas <jesse@jesselucas.com> [Sun, 10 Jun 2018 19:29:42 -0400] rev 231
Change language of default config location in configuration.md Update the configuration instructions to match the --config option default location
Thu, 06 Sep 2018 00:33:55 +0200 Update version number
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 00:33:55 +0200] rev 230
Update version number
Thu, 06 Sep 2018 00:27:32 +0200 Sync 'Results' type with madon update
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 00:27:32 +0200] rev 229
Sync 'Results' type with madon update
Wed, 05 Sep 2018 23:22:06 +0200 Display endorsement in relationship entities
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 23:22:06 +0200] rev 228
Display endorsement in relationship entities Update plaintext output and ansi themes to display the endorsement status when displaying a relationship.
Wed, 05 Sep 2018 23:20:43 +0200 Fix display of showing_reblogs in themes
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 23:20:43 +0200] rev 227
Fix display of showing_reblogs in themes
Wed, 05 Sep 2018 23:19:11 +0200 Add account endorsement support
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 23:19:11 +0200] rev 226
Add account endorsement support This patch adds endorsement-related subcommands: madonctl account pin|unpin madonctl account list-endorsements # (or "pinned")
Wed, 05 Sep 2018 13:51:32 +0200 Add command suggestions
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 13:51:32 +0200] rev 225
Add command suggestions
Wed, 05 Sep 2018 00:44:14 +0200 Add '--profile-field' flag to madonctl account update
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 00:44:14 +0200] rev 224
Add '--profile-field' flag to madonctl account update
Tue, 04 Sep 2018 23:13:22 +0200 madonctl account update: Add support for updating 'source' parameters
Mikael Berthe <mikael@lilotux.net> [Tue, 04 Sep 2018 23:13:22 +0200] rev 223
madonctl account update: Add support for updating 'source' parameters This patch adds 3 flags to update the source params of an account: * --default-language (default toot language: iso 639 language code) * --default-privacy (default toot privacy: private, unlisted or public) * --default-sensitive (boolean, true to mark attachments as sensitive by default)
Tue, 04 Sep 2018 18:37:42 +0200 Add '--bot' flag to madonctl account update
Mikael Berthe <mikael@lilotux.net> [Tue, 04 Sep 2018 18:37:42 +0200] rev 222
Add '--bot' flag to madonctl account update
Tue, 04 Sep 2018 17:36:13 +0200 Update toot online examples
Mikael Berthe <mikael@lilotux.net> [Tue, 04 Sep 2018 17:36:13 +0200] rev 221
Update toot online examples
Tue, 04 Sep 2018 15:58:46 +0200 Update calls to madon's PostStatus & UpdateAccount
Mikael Berthe <mikael@lilotux.net> [Tue, 04 Sep 2018 15:58:46 +0200] rev 220
Update calls to madon's PostStatus & UpdateAccount This patch reflects prototype changes in the Madon library.
Mon, 28 May 2018 17:58:40 +0000 update tags
convert-repo [Mon, 28 May 2018 17:58:40 +0000] rev 219
update tags
Mon, 28 May 2018 20:55:51 +0200 account: Update online help wrt --avatar & --header flags
Mikael Berthe <mikael@lilotux.net> [Mon, 28 May 2018 20:55:51 +0200] rev 218
account: Update online help wrt --avatar & --header flags Support for inline base64-encoded images removed since it does not work well and is not advised. (See PR https://github.com/tootsuite/documentation/pull/317)
Mon, 30 Apr 2018 18:54:06 +0200 Typo in documentation
Mikael Berthe <mikael@lilotux.net> [Mon, 30 Apr 2018 18:54:06 +0200] rev 217
Typo in documentation
Wed, 21 Mar 2018 23:55:25 +0100 Version 2.3.1 v2.3.1
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 23:55:25 +0100] rev 216
Version 2.3.1
Wed, 21 Mar 2018 23:53:59 +0100 Bugfix: Remove required flag constraint
Mikael Berthe <mikael@lilotux.net> [Wed, 21 Mar 2018 23:53:59 +0100] rev 215
Bugfix: Remove required flag constraint The post subcommand does not require a status ID.
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
(0) -100 -60 tip