Skip to content

Releases: FurryCoders/FALocalRepo

4.5.3

29 Nov 16:32
v4.5.3
5cb651a

Choose a tag to compare

🔧 Fixes

  • Fix parsing errors due to FurAffinity's update on 2025-11-28

📦 Dependencies

🔗 Links

4.5.2

07 Sep 12:39
v4.5.2
c4bd071

Choose a tag to compare

🔧 Fixes

  • Fix login and download commands no longer working due to a change in FurAffinity's robots.txt
  • server supports Flash files with Ruffle

📦 Dependencies

🔗 Links

4.5.1

20 Jun 11:52
v4.5.1
af09335

Choose a tag to compare

🔧 Fixes

📦 Dependencies

🔗 Links

4.5.0

28 Aug 22:35
v4.5.0
8eb8953

Choose a tag to compare

🚀 New Features

  • Automatic login! 💻
    • The new login command allows getting the cookies from your browser automatically, without having to use the developer console and the config cookies command
    • Users who want extra control can specify the domain the cookies belong to (defaults to ".furaffinity.net"), and the name of the cookies themselves (defaults to "a" and "b")
    • The following browsers are supported:
      • Brave
      • Chrome
      • Chromium
      • Edge
      • Firefox
      • LibreWolf
      • Opera
      • OperaGX (only on macOS and Windows)
      • Safari (only on macOS)
      • Vivaldi
  • Renovated web app!
    • Editing
      • User profiles, submissions, and journals can be edited or deleted directly from the web UI
      • Files can be sorted, deleted, or added
      • When using authentication, specific users can be given editing rights with the new --editor option
    • Comments search
      • Search comments and open the relevant submission or journal
    • Advanced search operators
      • Exact matches with equal (==) and not equal (!=) instead of using ^ and $
      • Comparison matches with greater-than (>, >=) and lower-than (<, <=)
      • Substring matches (%=) (to force it on columns that do not use it by default)
      • Mix & match operators @date %-03-% >= 2020
    • Completely overhauled server application
      • Overhauled database queries and caching system
      • Faster loading of submissions, journals, and user pages
      • Added option to limit results for faster queries
      • Added option to turn off caching to save on memory
      • Support multiple users/passwords for authentication
      • Support logging out
    • Rewritten frontend
      • Navigate search results directly from submission and journal pages (only available when caching is enabled)
      • Support viewing PDF files in the browser (desktop only)
      • Improve file selector for submissions
      • Better zoom behaviour for images
      • Collapsible comment trees
      • Improved loading placeholders
      • Show user icons in comments and gallery, scraps, favorites, etc. pages
      • Sort tables by clicking on headers

⚙️ Changes

  • Removed download login command
    • It has been effectively replaced and extended by the new login command
  • The paw command does not detect truecolor mode automatically because of an issue with the library providing the feature
  • The paw command has two additional flags available
    • Palestine 🇵🇸
    • Ukraine 🇺🇦

🔧 Fixes

  • Fix installation issue caused by the supports-color package and its dependencies

📦 Dependencies

🔗 Links

4.4.7

13 Oct 08:16
v4.4.7
9ee0e60

Choose a tag to compare

🔧 Fixes

  • Fix square brackets [] being removed from usernames

📦 Dependencies

🔗 Links

4.4.6

23 Jul 19:31
v4.4.6
6f37825

Choose a tag to compare

🔧 Fixes

  • Fix recursion limit error when downloading submissions or journals with a long chain of replies

📦 Dependencies

🔗 Links

4.4.5

02 Jun 08:22
v4.4.5
4c61eda

Choose a tag to compare

🔧 Fixes

  • Fix errors when downloading submissions with no or partial category

📦 Dependencies

🔗 Links

4.4.4

24 May 17:08
v4.4.4
1b83fa1

Choose a tag to compare

⚙️ Changes

🔧 Fixes

📦 Dependencies

🔗 Links

4.4.3

18 Dec 11:33
v4.4.3
1bb218b

Choose a tag to compare

🔧 Fixes

  • Fix user folders being incorrectly saved as Folder.x instead of just the folder name in the database when running download users on Python 3.11
    • Also fixes ValueError: 'Folder.x' is not in list errors when running download update
    • NOTE: To fix user folders with the wrong content, use the database edit command

📦 Dependencies

🔗 Links

4.4.2

27 Nov 22:33
v4.4.2
a136154

Choose a tag to compare

🚀 New Features

  • Support New Fur Affinity UI ✨
    • 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 downloading comments

📦 Dependencies

🔗 Links