Skip to content

Commit 0515130

Browse files
committed
doc: update docs
1 parent a3fa9a7 commit 0515130

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

changelog.md renamed to CHANGELOG.md

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

3+
## [0.7](https://github.com/Datalux/Osintgram/releases/tag/0.7)
4+
5+
**Enhancements**
6+
- banner now show target ID (#30)
7+
- persistent login (#33)
8+
- error handler (85e390b)
9+
- added CTRL+C handler (c2c3c3e)
10+
11+
**Bug fixes**
12+
- fix likes and comments posts counter bug (44b7534)
13+
14+
15+
316
## [0.6](https://github.com/Datalux/Osintgram/releases/tag/0.6)
417

518
**Enhancements**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![](https://img.shields.io/badge/version-0.6-green)](https://github.com/Datalux/Osintgram/releases/tag/0.6)
1+
[![](https://img.shields.io/badge/version-0.7-green)](https://github.com/Datalux/Osintgram/releases/tag/0.7)
22
[![](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue)
33
[![](https://img.shields.io/badge/language-Python3-red)](https://img.shields.io/badge/language-Python3-red)
44

@@ -30,8 +30,8 @@ Osintgram offers an interactive shell to perform analysis on Instagram account o
3030
```
3131
You can find detailed commands usage [here](commands.md).
3232

33-
[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/0.6) |
34-
[CHANGELOG](changelog.md)
33+
[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/0.7) |
34+
[CHANGELOG](CHANGELOG.md)
3535

3636
## Tools
3737
<p align="center">

0 commit comments

Comments
 (0)