Skip to content

Releases: rix1337/FeedCrawler

v.20.1.4

21 Jul 10:49
01245d6
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 01245d6 - Merge pull request #800 from rix1337/dev
  • a21dfe0 - v.20.1.4 - Improve Package autostart for NX-Links

v.20.1.3

21 Jul 09:36
4e95984
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 4e95984 - Merge pull request #799 from rix1337/dev
  • 64e1d21 - v.20.1.3 - Refactor tampermonkey setup / external links

v.20.1.2

13 Jul 09:07
44f0782
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 44f0782 - Merge pull request #798 from rix1337/dev
  • a930e2d - v.20.1.2 - Prevent SQL-Injection in sqlite db

v.20.1.1

13 Jul 08:46
c323ee8
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • c323ee8 - Merge pull request #797 from rix1337/dev
  • e5d0917 - v.20.1.1 - Prevent f-String-based SQL-Injection in sqlite db

v.20.1.0

06 Jul 11:35
9fbec26
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

v.20.0.4

06 Jul 08:23
8547825
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 8547825 - Merge pull request #793 from rix1337/dev
  • 18df90e - v.20.0.4 - Remove discussions reference
  • 04e53e6 - v.20.0.4 - Improved startup handling - use gui messagebox during initial setup - explain setting up DEBUG-logging better

v.20.0.3

05 Jul 17:17
ffc7e78
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • ffc7e78 - Merge pull request #792 from rix1337/dev
  • 3156c46 - v.20.0.3 - GUI fixes * proper thread handling on stop / ctrl+c * macOS support * removed --no-gui parameter
  • da7bf8e - v.20.0.3 - Check if config path is writable
  • 35875fb - v.20.0.3 - Replace wiki links
  • 86df81b - v.20.0.3 - Style initial setup like Bootstrap 5
  • d576d86 - v.20.0.3 - Remove vueuse for Dark mode toggle
  • cf8e3b0 - v.20.0.3 - Rewrite initial setup
  • a063875 - v.20.0.3 - Use fstrings
  • f284931 - v.20.0.3 - Deprecate unneeded launch parameters - The initial setup will be handled over the web ui - Parameters to set up My JDownloader removed - Parameter for config path removed - Internal parameters replaced with environment variables - GitHub actions adapted to use environment variable - Docker adapted to use environment variable

v.20.0.2

30 Jun 16:12
0e2daaa
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 0e2daaa - Merge pull request #791 from rix1337/dev
  • 500a505 - v.20.0.2 - Version Increment
  • 4f8c8df - v.20.0.2 - Initial Setup for My JDownloader in Web UI - users can now conveniently set up the My JDownloader credentials through their browser
  • 9733088 - v.20.0.2 - Launch automatically on *nix after 30 seconds - Don't force users to select a path for Config
  • 4cdb301 - v.20.0.2 - Initial Setup for Hostnames in Web UI - users can now conveniently set up the hostnames through their browser

v.20.0.1

30 Jun 11:38
0ed87bd
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 0ed87bd - Merge pull request #790 from rix1337/dev
  • 58c551f - v.20.0.1 - Fix DW link handling - increase request timeout to a minute (for slow servers) - rework DW link unpacking (from DW to FC) - remove _MIRROR suffix from titles

v.20.0.0

30 Jun 10:34
10b91de
Compare
Choose a tag to compare

Installation und Update:

pip install -U feedcrawler


Changelog:

  • 10b91de - Merge pull request #789 from rix1337/dev
  • 3315602 - v.20.0.0 - Run Tests for Python 3.12
  • ad0ff92 - v.20.0.0 - Major Release due to frontend refactor
  • fc5bb1d - v.20.0.0 - Use vite ESM build instead of CJS
  • 6cc4d32 - v.20.0.0 - Bugfix: Prevent replacing spaces in Search lists
  • a864d3e - v.20.0.0 - Refactor vuex to pina
  • 721b0e7 - v.20.0.0 - Direct Connection Timeout dicreased to 1 hour
  • 127e74f - v.20.0.0 - Fix Readme Badges