cmd/status.go
Sat, 04 Feb 2023 13:35:58 +0100 Mikael Berthe Remove deprecated flag (`--unset`) default tip master
Sat, 04 Feb 2023 13:17:17 +0100 Mikael Berthe Merge pull request #29 from rjp/fix/support-non-int-ids
Mon, 23 Jan 2023 16:39:02 +0000 rjp Update to handle non-int64 IDs
Sat, 04 Feb 2023 12:58:35 +0100 Mikael Berthe Bump to version 3.0.0-dev, using madon v3
Sat, 29 Sep 2018 12:24:43 +0200 Mikael Berthe Switch to Go modules (and bump Go version requirement)
Fri, 07 Sep 2018 22:53:59 +0200 Mikael Berthe Deprecate flag '--unset' and introduce subcommand (unpin, unboost...)
Tue, 04 Sep 2018 17:36:13 +0200 Mikael Berthe Update toot online examples
Wed, 21 Mar 2018 23:53:59 +0100 Mikael Berthe Bugfix: Remove required flag constraint
Mon, 19 Mar 2018 15:06:17 +0100 Mikael Berthe Update copyrights
Mon, 19 Mar 2018 11:29:06 +0100 Mikael Berthe Pin/Unpin support
Sun, 18 Mar 2018 23:13:55 +0100 Mikael Berthe Fix duplicate usage of updateFlags variable name
Sun, 16 Jul 2017 10:33:40 +0200 Mikael Berthe Add flag to reply with same visibility as original message
Sat, 15 Jul 2017 22:25:46 +0200 Mikael Berthe Add option --keep to keep the N last items
Sat, 27 May 2017 19:47:49 +0200 Mikael Berthe Add status {mute,unmute}-conversation
Sat, 13 May 2017 09:55:07 +0200 Mikael Berthe toot: Add flag --add-mentions to add mentions when replying
Wed, 10 May 2017 14:11:13 +0200 Mikael Berthe Add oauth2 command
Tue, 09 May 2017 20:14:28 +0200 Mikael Berthe Refactor printers
Sun, 07 May 2017 11:46:28 +0200 Mikael Berthe Do not display usage when GetPrinter fails
Sun, 07 May 2017 00:26:04 +0200 Mikael Berthe Add default visibility setting
Sat, 06 May 2017 18:28:24 +0200 Mikael Berthe Add --stdin to send a message from standard input
Sun, 30 Apr 2017 23:35:49 +0200 Mikael Berthe Set exit code to non-zero when API calls fail
Sun, 30 Apr 2017 23:22:09 +0200 Mikael Berthe Use github.com/pkg/errors
Sun, 30 Apr 2017 20:45:40 +0200 Mikael Berthe Sync with Madon; switch IDs to int64 integers
Sun, 30 Apr 2017 15:24:08 +0200 Mikael Berthe Add flag shell completion (values for --output and --visibility)
Sat, 29 Apr 2017 17:32:37 +0200 Mikael Berthe Add option --all to fetch all available results
Fri, 28 Apr 2017 16:56:33 +0200 Mikael Berthe Add --since-id and --max-id
Fri, 28 Apr 2017 15:39:32 +0200 Mikael Berthe Sync with Madon library update; use limit API parameter
Mon, 24 Apr 2017 23:05:27 +0200 Mikael Berthe Add option --text-file to send content from a file
Sun, 23 Apr 2017 23:32:16 +0200 Mikael Berthe Add option --limit (-l) to limit the number of displayed results
Wed, 19 Apr 2017 19:08:47 +0200 Mikael Berthe Initial public release
less more (0) tip