Skip to content

Commit ac49d77

Browse files
committed
#version 1.2
1 parent fb1c82f commit ac49d77

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Osintgram 🔎📸
22

3-
[![version-1.1](https://img.shields.io/badge/version-1.1-green)](https://github.com/Datalux/Osintgram/releases/tag/1.1)
3+
[![version-1.2](https://img.shields.io/badge/version-1.2-green)](https://github.com/Datalux/Osintgram/releases/tag/1.2)
44
[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue)
55
[![Python3](https://img.shields.io/badge/language-Python3-red)](https://img.shields.io/badge/language-Python3-red)
66
[![Telegram](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/osintgram)
@@ -45,7 +45,7 @@ Osintgram offers an interactive shell to perform analysis on Instagram account o
4545

4646
You can find detailed commands usage [here](doc/COMMANDS.md).
4747

48-
[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.1) |
48+
[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/1.2) |
4949
[Commands](doc/COMMANDS.md) |
5050
[CHANGELOG](doc/CHANGELOG.md)
5151

doc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2](https://github.com/Datalux/Osintgram/releases/tag/1.2)
4+
**Enhancements**
5+
- Added virtual environment (#126)
6+
- Removed some typos (#129, #118)
7+
- Added new configuration (#125)
8+
- Added new `commentdata` command (#131)
9+
- Added Docker support (#141)
10+
11+
12+
**Bug fixes**
13+
- Fix bug #138 (fc2a6be)
14+
- SSL certificate error (#136)
15+
16+
317
## [1.1](https://github.com/Datalux/Osintgram/releases/tag/1.1)
418
**Enhancements**
519
- Improved command parser (#86)

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def printlogo():
2323
pc.printout("\_______ /____ >__|___| /__| \___ /|__| (____ /__|_| /\n", pc.YELLOW)
2424
pc.printout(" \/ \/ \/ /_____/ \/ \/ \n", pc.YELLOW)
2525
print('\n')
26-
pc.printout("Version 1.1 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
26+
pc.printout("Version 1.2 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
2727
pc.printout("Type 'list' to show all allowed commands\n")
2828
pc.printout("Type 'FILE=y' to save results to files like '<target username>_<command>.txt (default is disabled)'\n")
2929
pc.printout("Type 'FILE=n' to disable saving to files'\n")

0 commit comments

Comments
 (0)