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
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ 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.17] - 2022-01-19 - [Unreleased]
8
+
9
+
### Fixed
10
+
11
+
- Fixed project homepage to [InstaPy](https://github.com/InstaPy/InstaPy)
12
+
13
+
## [0.6.16] - 2021-12-11
14
+
15
+
### Added
16
+
17
+
- Added filter in `extract_text_from_element()` for non-username elements.
18
+
19
+
### Fixed
20
+
21
+
- Fixed `is_private_profile()` when 'NoneType' object is not subscriptable
22
+
- Fixed `find_element*()` to `find_element()`
7
23
8
24
## [0.6.16] - 2021-12-11
9
25
@@ -51,7 +67,7 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
51
67
52
68
### Changed
53
69
54
-
- Change the ip data supplier to https://freegeoip.app/ from https://seeip.org/
70
+
- Change the ip data supplier to <https://freegeoip.app/> from <https://seeip.org/>
55
71
56
72
## [0.6.13] - 2020-12-30
57
73
@@ -116,12 +132,15 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
116
132
## [0.6.11] - 2020-09-25
117
133
118
134
### Added
135
+
119
136
- Use random tag list for `session.like_by_tags`
120
137
121
138
### Changed
139
+
122
140
- General log rotation, gecko driver log in user directory, comments in 80 chars
123
141
124
142
### Fixed
143
+
125
144
- Unfollowing of users that haven't posted anything
126
145
-`get_links` xpath for yet another change
127
146
- Path for Obtaining user id
@@ -197,7 +216,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
197
216
- Small typos in documentation
198
217
- Firefox Proxy error
199
218
200
-
201
219
## [0.6.4] - 2019-09-15
202
220
203
221
### Fixed
@@ -206,7 +224,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
206
224
- fixed onetap account page on login
207
225
- fix minor bug in unfollow function
208
226
209
-
210
227
## [0.6.3] - 2019-09-08
211
228
212
229
### Added
@@ -224,7 +241,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
224
241
- skip_top_posts function
225
242
- Backup plan for graphql additional / shared data
226
243
227
-
228
244
## [0.6.2] - 2019-08-30
229
245
230
246
### Added
@@ -236,7 +252,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
236
252
237
253
- Login xpath update
238
254
239
-
240
255
## [0.6.1] - 2019-08-12
241
256
242
257
### Added
@@ -250,7 +265,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
250
265
- Fix Get Query Hash function to work on all Python 3.x versions
251
266
- Fix Unfollow with option nonFollowers
252
267
253
-
254
268
## [0.6.0] - 2019-08-12
255
269
256
270
### Added
@@ -662,7 +676,7 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
662
676
663
677
### Fixed
664
678
665
-
- Remove https://i.instagram.com/api/v1/users/{}/info/ as it not working and killing the unfollow with error.
679
+
- Remove <https://i.instagram.com/api/v1/users/{}/info/> as it not working and killing the unfollow with error.
666
680
- Fix logging uncertain having no userid nor time log, will be important for sync feature.
667
681
- Fix get active users when Video have no likes button / no posts in page.
0 commit comments