Skip to content

madonctl 2.3.1

Latest
Compare
Choose a tag to compare
@McKael McKael released this 21 Mar 22:32
· 56 commits to master since this release

This release is based on Madon v2.3.0 and should support the complete Mastodon 2.3.x API.

This is a quick list of the main changes:

  • Updates and fixes to sync with Mastodon API changes
    In particular, add Mastodon lists support
  • New commands:
    • lists
    • emojis
  • Misc. updates to templates/themes
  • Add support for list-based streams & timelines
  • Add --notification-types flag to filter streams & notifications
  • Add --exclude-types to accounts notifications --list
  • Add option --keep N to keep the N last items
  • Add flag to reply with same visibility as original message
  • Add --locked flag to account update subcommand
  • Ability to Pin/Unpin a post
  • madonctl accounts mute: Add '--notifications' flag
  • Add flag --following to restrict account search
  • Remove extended statistics using the instances.mastodon.xyz API
  • Add instance peers and instance activity
  • Add option --only-media to madonctl timelines (Mastodon 2.3.0+)
  • Add --description and --focus flags for media attachments
  • Add madonctl media --update option
  • account follow: Add --show-reblogs flag
  • A few misc. fixes
  • The account command behaviour has been simplified:
    there's no need to explicitly specify --account-id, --acount-uid or
    --remote (for account follow).

Here are a few command line examples:

% madonctl account follow Gargron@mastodon.social
% madonctl account follow https://mastodon.social/@Gargron

% madonctl account follow 666
% madonctl account statuses 399

% madonctl lists create --title Friends
% madonctl lists show
% madonctl lists show --list-id 23

Please use the online help or check the manpages for more details.