Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Releases: engnadeau/plumes

2.3.2

15 Sep 15:47
Compare
Choose a tag to compare

2.3.2 (2020-09-15)

Bug Fixes

  • cli: sort usernames alphabetically (daaa226)

2.3.1

09 Sep 01:08
Compare
Choose a tag to compare

2.3.1 (2020-09-09)

Bug Fixes

  • cli: capture tweepy.error.TweepError when too many people are followed (b822749)

2.3.0

09 Sep 00:55
fa605d5
Compare
Choose a tag to compare

2.3.0 (2020-09-09)

Features

  • cli: added boolean OR flag and ability for conditional auditing (cd1b618)

2.2.1

09 Sep 00:54
Compare
Choose a tag to compare

2.2.1 (2020-09-09)

Bug Fixes

  • cli: capture tweepy.error.TweepError when deleting friendship that doesn't exist (9c7991a)

2.2.0

09 Sep 00:52
8c2d4b6
Compare
Choose a tag to compare

2.2.0 (2020-09-09)

Features

  • cli: added favorites command (d99df3d)

2.1.1

08 Sep 22:16
Compare
Choose a tag to compare

2.1.1 (2020-09-08)

Bug Fixes

  • cli: capture error when trying to delete already deleted tweet (889077f)

2.1.0

08 Sep 14:23
e0684ed
Compare
Choose a tag to compare

2.1.0 (2020-09-08)

Bug Fixes

  • cli: fixed bool checks when value=0 (12d3c12)
  • cli: no longer auto-open browser; gets in the way; bad UX (9ce6274)
  • cli: properly capture ZeroDivision errors and corner cases using new ratio function (f8804a7)

Features

  • utilities: added ratio calculator (0571293)

2.0.1

08 Sep 13:28
bbee262
Compare
Choose a tag to compare

2.0.1 (2020-09-08)

Bug Fixes

  • cli: checking None state instead of just assuming bool state (ac38ce2)

2.0.0

25 Aug 01:26
c58df5d
Compare
Choose a tag to compare

2.0.0 (2020-08-25)

Features

  • cli: added view user (496ece8)
  • cli: changed prune functions to audits (f7a6dcd)

BREAKING CHANGES

  • cli: Breaks old pruning functions to audit functions

1.2.1

22 Aug 17:29
Compare
Choose a tag to compare

1.2.1 (2020-08-22)

Bug Fixes

  • cli: fixed wrong function name (a27b74f)