Releases: bellingcat/octosuite
Releases · bellingcat/octosuite
octosuite.v2.2.0
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
Whats changed?
[fix] error in source
commands (source:tarball
, source:zipball
)
octosuite.v2.1.0
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
CHANGELOG
- Fixed a bug in issue #2
octosuite.v2.0.0-beta
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
octosuite.v1.8.0
octosuite.v1.7.0-dev
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
octosuite.v1.5.2-alpha
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