Skip to content

Commit

Permalink
#version
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed Mar 30, 2021
1 parent 2ffa285 commit 1d88f49
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![](https://img.shields.io/badge/version-1.0-green)](https://github.com/Datalux/Osintgram/releases/tag/1.0)
[![](https://img.shields.io/badge/version-1.1-green)](https://github.com/Datalux/Osintgram/releases/tag/1.1)
[![](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue)
[![](https://img.shields.io/badge/language-Python3-red)](https://img.shields.io/badge/language-Python3-red)
[![](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/osintgram)
Expand Down Expand Up @@ -33,7 +33,7 @@ Osintgram offers an interactive shell to perform analysis on Instagram account o
```
You can find detailed commands usage [here](doc/COMMANDS.md).

[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.0.1) |
[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.1) |
[CHANGELOG](doc/CHANGELOG.md)

## Tools
Expand Down
15 changes: 15 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1](https://github.com/Datalux/Osintgram/releases/tag/1.1)
**Enhancements**
- Improved command parser (#86)
- Improved errors handling (8bd1abc)
- Add new line when input command is empty (f5211eb)
- Added new commands to catch phone number of users (#111)
- Added support for Windows (#100)


**Bug fixes**
- Fix commands output limit bug (#87)
- Fix setting target with "." in username (9082990)
- Readline installing error (#94 )


## [1.0.1](https://github.com/Datalux/Osintgram/releases/tag/1.0.1)
**Bug fixes**
- Set itself as target by param
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def printlogo():
pc.printout("\_______ /____ >__|___| /__| \___ /|__| (____ /__|_| /\n", pc.YELLOW)
pc.printout(" \/ \/ \/ /_____/ \/ \/ \n", pc.YELLOW)
print('\n')
pc.printout("Version 1.0.1 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
pc.printout("Version 1.1 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
pc.printout("Type 'list' to show all allowed commands\n")
pc.printout("Type 'FILE=y' to save results to files like '<target username>_<command>.txt (deafult is disabled)'\n")
pc.printout("Type 'FILE=n' to disable saving to files'\n")
Expand Down

0 comments on commit 1d88f49

Please sign in to comment.