Sat, 04 Feb 2023 13:35:58 +0100 Remove deprecated flag (`--unset`) default tip master
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:35:58 +0100] rev 271
Remove deprecated flag (`--unset`)
Sat, 04 Feb 2023 13:26:06 +0100 Update vendor directory
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:26:06 +0100] rev 270
Update vendor directory
Sat, 04 Feb 2023 13:18:01 +0100 Update madon version
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:18:01 +0100] rev 269
Update madon version
Sat, 04 Feb 2023 13:17:17 +0100 Merge pull request #29 from rjp/fix/support-non-int-ids
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:17:17 +0100] rev 268
Merge pull request #29 from rjp/fix/support-non-int-ids Update to handle non-int64 IDs committer: GitHub <noreply@github.com>
Mon, 23 Jan 2023 16:39:02 +0000 Update to handle non-int64 IDs
rjp <zimpenfish@gmail.com> [Mon, 23 Jan 2023 16:39:02 +0000] rev 267
Update to handle non-int64 IDs Pleroma/Akkoma and GotoSocial use opaque IDs rather than `int64`s like Mastodon which means that `madon` can't talk to either of those. This commit updates everything that can be an ID to `madon.ActivityID` which is an alias for `string` - can't create a specific type for it since there's more than a few places where they're concatenated directly to strings for URLs, etc. Which means it could just as easily be a direct `string` type itself but I find that having distinct types can often make the code more readable and understandable. One extra bit is that `statusOpts` has grown a `_hasReplyTo` boolean to indicate whether the `--in-reply-to` flag was given or not because we can't distinguish because "empty because default" or "empty because given and empty". Another way around this would be to set the default to some theoretically impossible or unlikely string but you never know when someone might spin up an instance where, e.g., admin posts have negative integer IDs.
Sat, 04 Feb 2023 11:00:55 +0000 update tags
convert-repo [Sat, 04 Feb 2023 11:00:55 +0000] rev 266
update tags
Sat, 04 Feb 2023 12:58:35 +0100 Bump to version 3.0.0-dev, using madon v3
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 12:58:35 +0100] rev 265
Bump to version 3.0.0-dev, using madon v3
Thu, 22 Sep 2022 16:37:07 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:37:07 +0200] rev 264
Update README
Thu, 22 Sep 2022 16:34:03 +0200 Remove Travis configuration
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:34:03 +0200] rev 263
Remove Travis configuration
Thu, 22 Sep 2022 16:33:34 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:33:34 +0200] rev 262
Update dependencies
Thu, 22 Sep 2022 16:32:45 +0200 Change version to 2.4.0-dev
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:32:45 +0200] rev 261
Change version to 2.4.0-dev
Tue, 23 Aug 2022 22:39:43 +0200 Update vendor directory v2.3.2
Mikael Berthe <mikael@lilotux.net> [Tue, 23 Aug 2022 22:39:43 +0200] rev 260
Update vendor directory
Tue, 23 Aug 2022 22:33:28 +0200 Version 2.3.2
Mikael Berthe <mikael@lilotux.net> [Tue, 23 Aug 2022 22:33:28 +0200] rev 259
Version 2.3.2
Tue, 23 Aug 2022 22:31:08 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Tue, 23 Aug 2022 22:31:08 +0200] rev 258
Update dependencies
Mon, 30 May 2022 19:01:05 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Mon, 30 May 2022 19:01:05 +0200] rev 257
Update dependencies
Sun, 11 Jul 2021 10:35:56 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Jul 2021 10:35:56 +0200] rev 256
Update dependencies
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
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
Mon, 19 Mar 2018 14:48:36 +0100 account search: Add flag '--following'
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 14:48:36 +0100] rev 184
account search: Add flag '--following'
Mon, 19 Mar 2018 14:26:15 +0100 Update travis file
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 14:26:15 +0100] rev 183
Update travis file Add test builds with Go versions 1.9 & 1.10
Mon, 19 Mar 2018 13:19:36 +0100 madonctl accounts mute: Add '--notifications' flag
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 13:19:36 +0100] rev 182
madonctl accounts mute: Add '--notifications' flag
Mon, 19 Mar 2018 11:47:29 +0100 Update documentation wrt pin/unpin status
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 11:47:29 +0100] rev 181
Update documentation wrt pin/unpin status
Mon, 19 Mar 2018 11:43:30 +0100 Add '--pinned' flag to madonctl account statuses
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 11:43:30 +0100] rev 180
Add '--pinned' flag to madonctl account statuses (Ability to fetch pinned statuses only.)
Mon, 19 Mar 2018 11:29:06 +0100 Pin/Unpin support
Mikael Berthe <mikael@lilotux.net> [Mon, 19 Mar 2018 11:29:06 +0100] rev 179
Pin/Unpin support This patch adds "madonctl status pin [--unset]"
Sun, 18 Mar 2018 23:28:08 +0100 Add '--locked' flag to account update subcommand
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Mar 2018 23:28:08 +0100] rev 178
Add '--locked' flag to account update subcommand
Sun, 18 Mar 2018 23:27:15 +0100 Bump version to 2.1.0-dev
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Mar 2018 23:27:15 +0100] rev 177
Bump version to 2.1.0-dev (Requires madon dependency upgrade!)
Sun, 18 Mar 2018 23:13:55 +0100 Fix duplicate usage of updateFlags variable name
Mikael Berthe <mikael@lilotux.net> [Sun, 18 Mar 2018 23:13:55 +0100] rev 176
Fix duplicate usage of updateFlags variable name
Sat, 28 Oct 2017 19:48:20 +0000 update tags
convert-repo [Sat, 28 Oct 2017 19:48:20 +0000] rev 175
update tags
Sat, 28 Oct 2017 22:46:01 +0200 Streams: Fix string IDs for deletion events with Mastodon v2 API
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Oct 2017 22:46:01 +0200] rev 174
Streams: Fix string IDs for deletion events with Mastodon v2 API (Needs madon library update) This should fix https://github.com/McKael/madonctl/issues/10 Thanks to @wxl for the report.
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
Sun, 21 May 2017 12:31:06 +0200 Update documentation
Mikael Berthe <mikael@lilotux.net> [Sun, 21 May 2017 12:31:06 +0200] rev 143
Update documentation
Sun, 14 May 2017 16:27:33 +0200 Add default_visibility to configuration documentation
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 16:27:33 +0200] rev 142
Add default_visibility to configuration documentation Thanks to wxl.
Sun, 14 May 2017 12:04:43 +0200 Update documentation
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 12:04:43 +0200] rev 141
Update documentation
Sun, 14 May 2017 11:44:14 +0200 Remove notes for old versions in README
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 11:44:14 +0200] rev 140
Remove notes for old versions in README
Sun, 14 May 2017 11:41:37 +0200 Update configuration.md
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 11:41:37 +0200] rev 139
Update configuration.md
Sun, 14 May 2017 11:26:04 +0200 Account templates: use local time
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 11:26:04 +0200] rev 138
Account templates: use local time
Sun, 14 May 2017 11:18:58 +0200 Add configration.md with settings details
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 11:18:58 +0200] rev 137
Add configration.md with settings details
Sun, 14 May 2017 10:54:55 +0200 config dump: Display all available settings
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 10:54:55 +0200] rev 136
config dump: Display all available settings
Sun, 14 May 2017 10:52:22 +0200 Update settings
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 10:52:22 +0200] rev 135
Update settings - Add setting default_theme - Rename output into default_output - Fix color setting (viper sometimes turns it into a boolean)
Sat, 13 May 2017 12:45:52 +0200 Add ansi-dark theme
Mikael Berthe <mikael@lilotux.net> [Sat, 13 May 2017 12:45:52 +0200] rev 134
Add ansi-dark theme
Sat, 13 May 2017 09:37:20 +0000 update tags
convert-repo [Sat, 13 May 2017 09:37:20 +0000] rev 133
update tags
Sat, 13 May 2017 12:36:38 +0200 html2text: Try and handle one more mention case
Mikael Berthe <mikael@lilotux.net> [Sat, 13 May 2017 12:36:38 +0200] rev 132
html2text: Try and handle one more mention case + switch to devel version
Sat, 13 May 2017 11:56:52 +0200 Update travis file v1.1.0
Mikael Berthe <mikael@lilotux.net> [Sat, 13 May 2017 11:56:52 +0200] rev 131
Update travis file
Sat, 13 May 2017 11:23:10 +0200 Version 1.1.0
Mikael Berthe <mikael@lilotux.net> [Sat, 13 May 2017 11:23:10 +0200] rev 130
Version 1.1.0
Sat, 13 May 2017 09:55:07 +0200 toot: Add flag --add-mentions to add mentions when replying
Mikael Berthe <mikael@lilotux.net> [Sat, 13 May 2017 09:55:07 +0200] rev 129
toot: Add flag --add-mentions to add mentions when replying Using --add-mentions with --in-reply-to will automatically prefix toot content with mentions for the specified status ID. (Feature suggested by @wxl)
Sat, 13 May 2017 09:49:05 +0200 Update travis YAML file
Mikael Berthe <mikael@lilotux.net> [Sat, 13 May 2017 09:49:05 +0200] rev 128
Update travis YAML file
Fri, 12 May 2017 23:48:15 +0200 Update online documention to config and oauth2 commands
Mikael Berthe <mikael@lilotux.net> [Fri, 12 May 2017 23:48:15 +0200] rev 127
Update online documention to config and oauth2 commands
Fri, 12 May 2017 23:31:21 +0200 Much improved html2text (fromhtml)
Mikael Berthe <mikael@lilotux.net> [Fri, 12 May 2017 23:31:21 +0200] rev 126
Much improved html2text (fromhtml) Handles tags and mentions specifically; display the URL in the other cases.
Fri, 12 May 2017 00:09:04 +0200 Allow special configuration file "/dev/null"
Mikael Berthe <mikael@lilotux.net> [Fri, 12 May 2017 00:09:04 +0200] rev 125
Allow special configuration file "/dev/null"
Thu, 11 May 2017 23:57:17 +0200 Improve text wrapping
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 23:57:17 +0200] rev 124
Improve text wrapping
Thu, 11 May 2017 21:03:45 +0200 Update gitignore
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 21:03:45 +0200] rev 123
Update gitignore
Thu, 11 May 2017 21:03:45 +0200 Update statistic examples
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 21:03:45 +0200] rev 122
Update statistic examples
Thu, 11 May 2017 18:48:22 +0200 PlainPrinter: Display username of a status author
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 18:48:22 +0200] rev 121
PlainPrinter: Display username of a status author
Thu, 11 May 2017 18:05:06 +0200 Add template command tolocal; update templates and documentation
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 18:05:06 +0200] rev 120
Add template command tolocal; update templates and documentation
Thu, 11 May 2017 18:05:06 +0200 Switch to dev version
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 18:05:06 +0200] rev 119
Switch to dev version
Wed, 10 May 2017 22:27:10 +0000 update tags
convert-repo [Wed, 10 May 2017 22:27:10 +0000] rev 118
update tags
Thu, 11 May 2017 01:26:48 +0200 Fix in_reply_to_id format in templates
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 01:26:48 +0200] rev 117
Fix in_reply_to_id format in templates
Wed, 10 May 2017 20:13:31 +0200 Version 1.0.0 v1.0.0
Mikael Berthe <mikael@lilotux.net> [Wed, 10 May 2017 20:13:31 +0200] rev 116
Version 1.0.0
Wed, 10 May 2017 20:11:42 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Wed, 10 May 2017 20:11:42 +0200] rev 115
Update README
Wed, 10 May 2017 19:48:09 +0200 Improve config dump output
Mikael Berthe <mikael@lilotux.net> [Wed, 10 May 2017 19:48:09 +0200] rev 114
Improve config dump output Do not display instructions when stdout is not a TTY.
Wed, 10 May 2017 14:11:13 +0200 Add oauth2 command
Mikael Berthe <mikael@lilotux.net> [Wed, 10 May 2017 14:11:13 +0200] rev 113
Add oauth2 command Allows OAuth 2.0 authentication interactively or non-interactively. % madonctl oauth2 or % madonctl oauth2 > conffile.yaml Non-interactively: % madonctl oauth2 get-url % madonctl oauth2 code OAUTHCODE (--output/--template can be used as well to customize the output.)
Tue, 09 May 2017 20:14:28 +0200 Add flag --command to the stream command
Mikael Berthe <mikael@lilotux.net> [Tue, 09 May 2017 20:14:28 +0200] rev 112
Add flag --command to the stream command If --command is set to the path of an executable file, it will be run for each event and the output be be sent to the standard input. The --output or --theme options can still be used.
Tue, 09 May 2017 20:14:28 +0200 Experimental external command implementation
Mikael Berthe <mikael@lilotux.net> [Tue, 09 May 2017 20:14:28 +0200] rev 111
Experimental external command implementation Feeds output (any: plain, template, json...) to the standard input of an external command.
Tue, 09 May 2017 20:14:28 +0200 Refactor printers
Mikael Berthe <mikael@lilotux.net> [Tue, 09 May 2017 20:14:28 +0200] rev 110
Refactor printers
Tue, 09 May 2017 20:14:28 +0200 Switch to dev version
Mikael Berthe <mikael@lilotux.net> [Tue, 09 May 2017 20:14:28 +0200] rev 109
Switch to dev version
Tue, 09 May 2017 08:41:28 +0200 Update README again (style)
Mikael Berthe <mikael@lilotux.net> [Tue, 09 May 2017 08:41:28 +0200] rev 108
Update README again (style)
Mon, 08 May 2017 21:45:30 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 21:45:30 +0200] rev 107
Update README Try and use bold...
Mon, 08 May 2017 18:40:07 +0000 update tags
convert-repo [Mon, 08 May 2017 18:40:07 +0000] rev 106
update tags
Mon, 08 May 2017 21:39:55 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 21:39:55 +0200] rev 105
Update README
Mon, 08 May 2017 21:10:28 +0200 Version 0.6.1 v0.6.1
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 21:10:28 +0200] rev 104
Version 0.6.1
Mon, 08 May 2017 20:31:29 +0200 Fix panic when a streaming connection is closed (in multi-streams)
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 20:31:29 +0200] rev 103
Fix panic when a streaming connection is closed (in multi-streams) tagDone channels were not initialized for multiple tags streams.
Mon, 08 May 2017 12:17:59 +0200 Allow HTTP URLs in --user-id
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 12:17:59 +0200] rev 102
Allow HTTP URLs in --user-id E.g. madonctl accounts --user-id https://server/@username show
Mon, 08 May 2017 10:56:17 +0200 Bump version to 0.6.1-dev
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 10:56:17 +0200] rev 101
Bump version to 0.6.1-dev
Sun, 07 May 2017 21:55:09 +0000 update tags
convert-repo [Sun, 07 May 2017 21:55:09 +0000] rev 100
update tags
Mon, 08 May 2017 00:46:02 +0200 Update templates
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 00:46:02 +0200] rev 99
Update templates
Sun, 07 May 2017 23:22:28 +0200 Minor documentation updates
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 23:22:28 +0200] rev 98
Minor documentation updates
Sun, 07 May 2017 22:07:58 +0200 Version 0.6.0 v0.6.0
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 22:07:58 +0200] rev 97
Version 0.6.0
Sun, 07 May 2017 22:06:11 +0200 Update travis configuration
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 22:06:11 +0200] rev 96
Update travis configuration
Sun, 07 May 2017 21:54:50 +0200 Update templates / ANSI theme
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 21:54:50 +0200] rev 95
Update templates / ANSI theme
Sun, 07 May 2017 21:54:24 +0200 Update template README
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 21:54:24 +0200] rev 94
Update template README
Sun, 07 May 2017 21:53:13 +0200 Add template functions trim and wrap
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 21:53:13 +0200] rev 93
Add template functions trim and wrap
Sun, 07 May 2017 19:52:58 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 19:52:58 +0200] rev 92
Update README
Sun, 07 May 2017 19:31:37 +0200 Add shell completion for theme flag
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 19:31:37 +0200] rev 91
Add shell completion for theme flag
Sun, 07 May 2017 19:30:24 +0200 TemplatePrinter: Add support for string objects
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 19:30:24 +0200] rev 90
TemplatePrinter: Add support for string objects This is a special case, but can be useful sometimes.
Sun, 07 May 2017 17:32:33 +0200 ResourcePrinter (templates): Use options to pass color_mode
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 17:32:33 +0200] rev 89
ResourcePrinter (templates): Use options to pass color_mode
Sun, 07 May 2017 17:15:00 +0200 Add 'ansi' theme for UNIX-like systems
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 17:15:00 +0200] rev 88
Add 'ansi' theme for UNIX-like systems
Sun, 07 May 2017 16:43:51 +0200 Themes: Template for "instance --stats" is "instancestats.tmpl"
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 16:43:51 +0200] rev 87
Themes: Template for "instance --stats" is "instancestats.tmpl"
Sun, 07 May 2017 16:38:52 +0200 Update template README
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 16:38:52 +0200] rev 86
Update template README
Sun, 07 May 2017 16:38:52 +0200 Add theme support
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 16:38:52 +0200] rev 85
Add theme support
Sun, 07 May 2017 14:12:56 +0200 Rename printer files
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 14:12:56 +0200] rev 84
Rename printer files
Sun, 07 May 2017 13:06:47 +0200 Use a map for ResourcePrinter options
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 13:06:47 +0200] rev 83
Use a map for ResourcePrinter options
Sun, 07 May 2017 11:56:37 +0200 Add 'template_directory' setting
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 11:56:37 +0200] rev 82
Add 'template_directory' setting If set, template files are looked up relatively from this repository first (unless they are absolute paths or start with "./" or "../").
Sun, 07 May 2017 11:46:28 +0200 Do not display usage when GetPrinter fails
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 11:46:28 +0200] rev 81
Do not display usage when GetPrinter fails Only display the error message and exit with non-zero status code.
Sun, 07 May 2017 00:37:02 +0200 Add cmd/utils.go
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 00:37:02 +0200] rev 80
Add cmd/utils.go
Sun, 07 May 2017 00:26:04 +0200 Add default visibility setting
Mikael Berthe <mikael@lilotux.net> [Sun, 07 May 2017 00:26:04 +0200] rev 79
Add default visibility setting
Sat, 06 May 2017 20:26:12 +0200 Update ANSI templates
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 20:26:12 +0200] rev 78
Update ANSI templates
Sat, 06 May 2017 20:25:23 +0200 PlainPrinter: Display when 'sensitive' (aka NSFW) is set
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 20:25:23 +0200] rev 77
PlainPrinter: Display when 'sensitive' (aka NSFW) is set
Sat, 06 May 2017 19:52:39 +0200 Fix in_reply_to ID format in templates
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 19:52:39 +0200] rev 76
Fix in_reply_to ID format in templates The default format for numbers in templates is double, so we have to explicitly set the format string. BTW, replace ".var | printf FMT" with "printf FMT .var"... It is slightly more readable.
Sat, 06 May 2017 19:44:48 +0200 Update README documentation wrt streams
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 19:44:48 +0200] rev 75
Update README documentation wrt streams
Sat, 06 May 2017 19:44:17 +0200 Add support for several hashtag streams
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 19:44:17 +0200] rev 74
Add support for several hashtag streams
Sat, 06 May 2017 19:38:01 +0200 Bump version
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 19:38:01 +0200] rev 73
Bump version
Sat, 06 May 2017 18:28:24 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 18:28:24 +0200] rev 72
Update README
Sat, 06 May 2017 18:28:24 +0200 Add --stdin to send a message from standard input
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 18:28:24 +0200] rev 71
Add --stdin to send a message from standard input
Sat, 06 May 2017 18:16:08 +0200 Do not make an API call if toot has no content
Mikael Berthe <mikael@lilotux.net> [Sat, 06 May 2017 18:16:08 +0200] rev 70
Do not make an API call if toot has no content
Fri, 05 May 2017 21:55:09 +0000 update tags v0.5.2
convert-repo [Fri, 05 May 2017 21:55:09 +0000] rev 69
update tags
Fri, 05 May 2017 22:22:26 +0200 Version 0.5.2
Mikael Berthe <mikael@lilotux.net> [Fri, 05 May 2017 22:22:26 +0200] rev 68
Version 0.5.2
Fri, 05 May 2017 22:20:47 +0200 Fix status context (sync with Madon 1.4.3)
Mikael Berthe <mikael@lilotux.net> [Fri, 05 May 2017 22:20:47 +0200] rev 67
Fix status context (sync with Madon 1.4.3)
Thu, 04 May 2017 21:19:12 +0200 Be more verbose when configuration file cannot be read
Mikael Berthe <mikael@lilotux.net> [Thu, 04 May 2017 21:19:12 +0200] rev 66
Be more verbose when configuration file cannot be read
Wed, 03 May 2017 22:58:57 +0200 Exit with error if the requested configuration file does not exist
Mikael Berthe <mikael@lilotux.net> [Wed, 03 May 2017 22:58:57 +0200] rev 65
Exit with error if the requested configuration file does not exist Thanks to Alexis Vachette for the testing.
Wed, 03 May 2017 22:58:37 +0200 Dev version
Mikael Berthe <mikael@lilotux.net> [Wed, 03 May 2017 22:58:37 +0200] rev 64
Dev version
Mon, 01 May 2017 19:47:38 +0000 update tags v0.5.1
convert-repo [Mon, 01 May 2017 19:47:38 +0000] rev 63
update tags
Mon, 01 May 2017 22:12:05 +0200 Version 0.5.1
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 22:12:05 +0200] rev 62
Version 0.5.1
Mon, 01 May 2017 20:57:09 +0200 Update notification template
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 20:57:09 +0200] rev 61
Update notification template
Mon, 01 May 2017 20:49:13 +0200 Add template for notifications
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 20:49:13 +0200] rev 60
Add template for notifications
Mon, 01 May 2017 20:48:07 +0200 Update templates
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 20:48:07 +0200] rev 59
Update templates - Force IDs to be displayed as integers - Add media attachment URLs in statuses
Mon, 01 May 2017 20:46:14 +0200 PlainPrinter: Display attachment URLs in statuses
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 20:46:14 +0200] rev 58
PlainPrinter: Display attachment URLs in statuses
Mon, 01 May 2017 12:33:55 +0000 update tags v0.5.0
convert-repo [Mon, 01 May 2017 12:33:55 +0000] rev 57
update tags
Mon, 01 May 2017 15:06:05 +0200 Version 0.5.0
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 15:06:05 +0200] rev 56
Version 0.5.0
Mon, 01 May 2017 15:04:08 +0200 Sync w/ madon 1.4.0 -- add website parameter to application registration
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 15:04:08 +0200] rev 55
Sync w/ madon 1.4.0 -- add website parameter to application registration
Mon, 01 May 2017 14:37:42 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 14:37:42 +0200] rev 54
Update README
Mon, 01 May 2017 14:33:57 +0200 Be more verbose when connection fails
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 14:33:57 +0200] rev 53
Be more verbose when connection fails Wrap the initial error message so we can guess if it's a credential issue or a server one.
Mon, 01 May 2017 13:06:31 +0200 Use the color function in the ANSI templates
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 13:06:31 +0200] rev 52
Use the color function in the ANSI templates
Mon, 01 May 2017 13:03:06 +0200 Add ability to force colors: option --color=auto|on|off
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 13:03:06 +0200] rev 51
Add ability to force colors: option --color=auto|on|off Add shell completion for --color as well.
Mon, 01 May 2017 12:42:37 +0200 Disable ANSI sequences when stdout is not a TTY
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 12:42:37 +0200] rev 50
Disable ANSI sequences when stdout is not a TTY
Mon, 01 May 2017 12:25:43 +0200 Add ANSI color support to templates (function "color")
Mikael Berthe <mikael@lilotux.net> [Mon, 01 May 2017 12:25:43 +0200] rev 49
Add ANSI color support to templates (function "color")
Mon, 01 May 2017 06:35:28 +0000 update tags
convert-repo [Mon, 01 May 2017 06:35:28 +0000] rev 48
update tags
Sun, 30 Apr 2017 23:35:49 +0200 Set exit code to non-zero when API calls fail
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 23:35:49 +0200] rev 47
Set exit code to non-zero when API calls fail (This doesn't cover all calls yet.)
Sun, 30 Apr 2017 23:22:09 +0200 Improve init logging/error message
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 23:22:09 +0200] rev 46
Improve init logging/error message
Sun, 30 Apr 2017 23:22:09 +0200 Use github.com/pkg/errors
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 23:22:09 +0200] rev 45
Use github.com/pkg/errors
Sun, 30 Apr 2017 20:45:40 +0200 Sync with Madon; switch IDs to int64 integers
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 20:45:40 +0200] rev 44
Sync with Madon; switch IDs to int64 integers
Sun, 30 Apr 2017 20:02:11 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 20:02:11 +0200] rev 43
Update README
Sun, 30 Apr 2017 19:09:04 +0200 Add sample script for instance statistics
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 19:09:04 +0200] rev 42
Add sample script for instance statistics
Sun, 30 Apr 2017 18:43:11 +0200 Add fromunix filter to templates (converts date from UNIX timestamp)
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 18:43:11 +0200] rev 41
Add fromunix filter to templates (converts date from UNIX timestamp)
Sun, 30 Apr 2017 18:17:10 +0200 TemplatePrinter: Handle InstanceStatus lists
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 18:17:10 +0200] rev 40
TemplatePrinter: Handle InstanceStatus lists
Sun, 30 Apr 2017 18:09:21 +0200 Update instance command usage
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 18:09:21 +0200] rev 39
Update instance command usage
Sun, 30 Apr 2017 17:58:06 +0200 Instance stats: sync with gomif update & add time range support
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 17:58:06 +0200] rev 38
Instance stats: sync with gomif update & add time range support
Sun, 30 Apr 2017 17:07:16 +0200 Add server statistics with gomif (using instances.mastodon.xyz API)
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 17:07:16 +0200] rev 37
Add server statistics with gomif (using instances.mastodon.xyz API)
Sun, 30 Apr 2017 16:12:55 +0200 Switch to devel version
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 16:12:55 +0200] rev 36
Switch to devel version
Sun, 30 Apr 2017 15:24:08 +0200 Add flag shell completion (values for --output and --visibility)
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 15:24:08 +0200] rev 35
Add flag shell completion (values for --output and --visibility)
Sun, 30 Apr 2017 11:11:38 +0200 Add shell script example
Mikael Berthe <mikael@lilotux.net> [Sun, 30 Apr 2017 11:11:38 +0200] rev 34
Add shell script example
Sat, 29 Apr 2017 18:08:08 +0200 Version 0.4.0 v0.4.0
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Apr 2017 18:08:08 +0200] rev 33
Version 0.4.0 (Requires madon 1.2.0)
Sat, 29 Apr 2017 18:06:18 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Apr 2017 18:06:18 +0200] rev 32
Update README Add comment on --all and --limit.
(0) -240 tip