Skip to content

Releases: bellingcat/octosuite

octosuite.v2.2.0

03 Jul 06:03
456d46f
Compare
Choose a tag to compare

Whats new in v2.2.0?

[ improved ] added 'csv' command with 3 subcommands (view, read, delete)
[ improved ] using the rich library for coloring and tables
[ improved ] logs and commands will be displayed in a table
[ fixed ] minor bug fixes

octosuite.v2.1.1

26 Jun 08:22
11e55f7
Compare
Choose a tag to compare

Whats changed?

[fix] error in source commands (source:tarball, source:zipball)

octosuite.v2.1.0

24 Jun 12:52
614a24d
Compare
Choose a tag to compare

Whats changed?

  • Fixed session terminating on error
  • Added a csv logger: users will get to choose whether they wish to log output to a .csv file or not.
  • For output that comes in bulk, users will get to specify how many result they wish to see
  • Added a prompt for the exit command
  • Added 1 subcommand to the user command: user:follows will now be used to check if user(A) follows user(B). user:following will now be used to return a list of user that the target is following
  • Added 2 subcommands to the repo command: repo:issues used for getting issues of a repository. repo:releases for getting releases of a repository
  • Added 2 subcommands to the version command: version:check will be used to check for new releases of octosuite. version:info will be used to see version information
  • Added command source (for developers): source:tarball for downloading a tarball of the octosuite source code. source:zipball for downloading a zipball of the octosuite source code.
  • Will now be installing updates from pypi via pip install --upgrade octosuite (As a result, all update commands have been deprecated)
  • Properly formatted output in commits search results
  • Perfomance improvements

octosuite.v2.0.1-alpha

25 May 09:24
62a9556
Compare
Choose a tag to compare

CHANGELOG

  • Fixed a bug in issue #2

octosuite.v2.0.0-beta

20 May 15:14
8de7b0d
Compare
Choose a tag to compare
octosuite.v2.0.0-beta Pre-release
Pre-release

octosuite

CHANGELOG

  • Added a functionality for returning organizations belonging to a target user (user:orgs)
  • Added a functionality for returning a target user's subscriptions (user:subscriptions)
  • Added a functionality for returning a target user's events (user:events)
  • Added a functionality for returning a list of contributors of a repository (repo:contributors)
  • Added a functionality for returning languages of a repository (repo:languages)
  • Added a functionality for returning stargazers of a repository (repo:stargazers)
  • Added a functionality for returning forks of a repository (repo:forks)
  • Added a functionality for checking for latest releases of Octosuite (update:check)
  • Added the "clear" command for clearing the screen in the Octosuite command prompt
  • Moved the use of the 'update' comnand to 'update:install'
  • Will no longer show the "Press any key to continue" prompt, it will instead return its command prompt
  • Commands are no longer case sensitive
  • Major perfomance improvements

octosuite.v1.9.0

30 Apr 08:35
77ddfa4
Compare
Choose a tag to compare

CHANGELOG

  • Minor bug fixes and improvements

Full Changelog: 1.8.0...1.9.0

octosuite.v1.8.0

27 Apr 23:38
3cd6442
Compare
Choose a tag to compare

prompt

CHANGELOG

  • Cleaned code
  • Changes and improvements (noticeable)

Full Changelog: 1.5.0...1.8.0

octosuite.v1.7.0-dev

23 Apr 11:44
d7980c0
Compare
Choose a tag to compare

CHANGELOG

  • Changed (y/n) behavior in color chooser (where any input apart from 'y' was considered as 'n')
  • Added 'logs:view' command for viewing octosuite logs
  • Added 'logs:read' command for reading a specified log file
  • Added 'logs:delete' command for deleting a specified log file
  • Minor improvements

octosuite.v1.6.0-stable

19 Apr 22:58
52c572f
Compare
Choose a tag to compare

CHANGELOG

  • Minor improvements and bug fixes

Full Changelog

1.5.2-alpha...1.6.0-stable

octosuite.v1.5.2-alpha

14 Apr 09:37
9ef14f3
Compare
Choose a tag to compare

CHANGELOG

  • In response to issue #1, Users will now get to choose whether to enable colors or not.
  • Cleaned code
  • Improved perfomance
  • Will be ignoring unknown commands instead of printing the error
  • Major bug fixes