Skip to content

Releases: FurryCoders/FAAPI

v3.11.6

04 Sep 11:04
e100412
Compare
Choose a tag to compare

🔧 Fixes

  • Fix next page of favorites
    • The selector path to the "Next" button had changed
    • The presence of the button is now tested

🔗 Links

v3.11.5

22 Aug 21:51
v3.11.5
5118dc8
Compare
Choose a tag to compare

🔧 Fixes

  • Fix a possible issue were cookie value could be set as None when using a http.cookiejar.CookieJar object

📦 Dependencies

v3.11.4

13 Oct 06:20
v3.11.4
6465f8e
Compare
Choose a tag to compare

🔧 Fixes

  • Fix square brackets [] being removed from usernames

🔗 Links

v3.11.3

23 Jul 19:22
v3.11.3
4a6253a
Compare
Choose a tag to compare

🔧 Fixes

  • Fix recursion limit error with chains of journal comments longer than ~1/6 of the recursion limit

🔗 Links

v3.11.2

23 Jul 19:06
v3.11.2
8175263
Compare
Choose a tag to compare

⚙️ Changes

  • HTML content is not minified beyond basic stripping of whitespace characters

🔧 Fixes

  • Fix recursion limit error with chains of comments longer than ~1/6 of the recursion limit
  • Fix incorrectly parsed usernames in comments with the OP (Original Poster) tag

📦 Dependencies

🔗 Links

v3.11.1

02 Jun 08:09
v3.11.1
8b886b1
Compare
Choose a tag to compare

⚙️ Changes

  • Support submissions with no or partial category

🔗 Links

v3.11.0

24 May 16:44
v3.11.0
57f5832
Compare
Choose a tag to compare

🚀 New Features

  • Session class for requests can be customized with new session_class argument for FAAPI

⚙️ Changes

  • Remove cfscrape dependency
    • Was not updated in years and all requests succeeded with a normal requests.Session object

📦 Dependencies

🔗 Links

v3.10.1

03 Apr 20:33
v3.10.1
0e7c6f5
Compare
Choose a tag to compare

🔧 Fixes

  • Fix parsed URLs not being properly encoded if they contained non-allowed URL characters

🔗 Links

v3.10.0

27 Nov 22:05
v3.10.0
0444092
Compare
Choose a tag to compare

🚀 New Features

  • Fur Affinity UI update
    • Support the new UI introduced on November 26, 2022
    • Note: the new UI does not show comment parents yet, but the parent comment link is stil present in the HTML and just commented out, so the parser uses regex to extract the parent ID; this could cause unforeseen issues so be careful when parsing comments
  • User banners
    • Parse new user banners (when set)
    • New User.banner_url variable holds the banner URL

⚙️ Changes

  • Rename User.user_icon_url and UserPartial.user_icon_url to User.avatar_url and UserPartial.avatar_url

📦 Dependencies

🔗 Links

v3.9.6

18 Nov 20:51
v3.9.6
0feb877
Compare
Choose a tag to compare

⚙️ Changes

  • Remove implicit Optional types to comply with PEP 484

🔧 Fixes

  • Fix selectors for date tags in journals and submissions which sometimes caused the incorrect date to be selected

📦 Dependencies

🔗 Links