Skip to content

Commit

Permalink
#version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed Apr 3, 2021
1 parent fb1c82f commit ac49d77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Osintgram 🔎📸

[![version-1.1](https://img.shields.io/badge/version-1.1-green)](https://github.com/Datalux/Osintgram/releases/tag/1.1)
[![version-1.2](https://img.shields.io/badge/version-1.2-green)](https://github.com/Datalux/Osintgram/releases/tag/1.2)
[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue)
[![Python3](https://img.shields.io/badge/language-Python3-red)](https://img.shields.io/badge/language-Python3-red)
[![Telegram](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/osintgram)
Expand Down Expand Up @@ -45,7 +45,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.1) |
[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.2) |
[Commands](doc/COMMANDS.md) |
[CHANGELOG](doc/CHANGELOG.md)

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

## [1.2](https://github.com/Datalux/Osintgram/releases/tag/1.2)
**Enhancements**
- Added virtual environment (#126)
- Removed some typos (#129, #118)
- Added new configuration (#125)
- Added new `commentdata` command (#131)
- Added Docker support (#141)


**Bug fixes**
- Fix bug #138 (fc2a6be)
- SSL certificate error (#136)


## [1.1](https://github.com/Datalux/Osintgram/releases/tag/1.1)
**Enhancements**
- Improved command parser (#86)
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def printlogo():
pc.printout("\_______ /____ >__|___| /__| \___ /|__| (____ /__|_| /\n", pc.YELLOW)
pc.printout(" \/ \/ \/ /_____/ \/ \/ \n", pc.YELLOW)
print('\n')
pc.printout("Version 1.1 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
pc.printout("Version 1.2 - 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 (default is disabled)'\n")
pc.printout("Type 'FILE=n' to disable saving to files'\n")
Expand Down

0 comments on commit ac49d77

Please sign in to comment.