You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-43Lines changed: 11 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,49 +4,6 @@ The **goal** of this file is explaining to the users of our project the notable
4
4
5
5
_The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)_
6
6
7
-
## [0.6.21] - UNRELEASED
8
-
9
-
### Changed
10
-
11
-
- Change the ip data supplier to https://freegeoip.app/ from https://seeip.org/
12
-
13
-
## [0.6.20] - UNRELEASED
14
-
15
-
### Fixed
16
-
17
-
- Fixed empty shared data
18
-
19
-
## [0.6.19] - UNRELEASED
20
-
21
-
### Fixed
22
-
23
-
- Fixed xpath for when images cannot be detected
24
-
25
-
## [0.6.18] - UNRELEASED
26
-
27
-
### Added
28
-
29
-
- Skipping of public account with (optional) percentage
30
-
31
-
## [0.6.17] - UNRELEASED
32
-
33
-
### Added
34
-
35
-
- Fixed getting additional data from page source
36
-
37
-
## [0.6.16] - UNRELEASED
38
-
39
-
### Added
40
-
41
-
- Fix user following and verification of follow
42
-
43
-
## [0.6.15] - UNRELEASED
44
-
45
-
### Added
46
-
47
-
- Added `verified_only` argument to `get_followers` to return only verified users
48
-
-`mandatory_bio_keywords` control before evaluating for mandatory
49
-
50
7
## [0.6.14] - UNRELEASED
51
8
52
9
### Added
@@ -57,13 +14,24 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
57
14
- Added second `accept_igcookie_dialogue` to handled the second "cookie accept screen" that is not automatically accepted
58
15
- Added delays after `update_activity()` in `follow_util.py` and `util.py`
59
16
- Added extra trace in `get_followers()`
17
+
- Added `verified_only` argument to `get_followers` to return only verified users
18
+
-`mandatory_bio_keywords` control before evaluating for mandatory
19
+
- Fix user following and verification of follow
20
+
- Skipping of public account with (optional) percentage
60
21
61
22
### Fixed
62
23
63
24
- Move call to `get_following_status` above `web_address_navigator` inside `get_links_for_username` function
64
25
- Fixed the correct URL `displaypurposes.com`, the old `displaypurposes.com` API is deprecated
65
26
- Fixed `additional-information.md`, removed extra info for `cron` configuration
66
27
- Fixed `actions.md` and `settings.md` for identation
28
+
- Fixed getting additional data from page source
29
+
- Fixed xpath for when images cannot be detected
30
+
- Fixed empty shared data
31
+
32
+
### Changed
33
+
34
+
- Change the ip data supplier to https://freegeoip.app/ from https://seeip.org/
0 commit comments