Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Flexget/Flexget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.19.1
Choose a base ref
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.19.2
Choose a head ref
  • 8 commits
  • 316 files changed
  • 3 contributors

Commits on Feb 3, 2019

  1. Prepare v2.19.2.dev

    FlexGet-Bot committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    4113235 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Component plugins (#2320)

    Introduce component plugins
    
    - Large changes in plugin structure
    - A lot of cleanups
    paranoidi authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    0fbe54a View commit details
    Browse the repository at this point in the history
  2. Plugin make_rss: add and document options, emit enclosures, default…

    … encoding to UTF-8 (#2324)
    
    * make_rss: make timestamping optional
    
    Useful when need the generated file to be exactly the same if the
    entries did not change.
    
    * make_rss: document item title option
    * make_rss: rsstitle and rssdesc config options
    * make_rss: take pubdate from entry if specified
    
    It will be specified if the entry comes from the input RSS plugin.
    
    * make_rss: output enclosures
    * make_rss: default encoding to UTF-8
    
    In Python 3 all strings are in UTF-8, and the RSS XML generator does not
    transcode. So, if we let the RSS XML be generated with the default
    encoding that is not UTF-8 from entries that use default strings
    (UTF-8), then the generated XML will be broken, and browsers that parse
    it will report invalid characters.
    radfish authored and paranoidi committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    c934fa3 View commit details
    Browse the repository at this point in the history
  3. Remove search.py from core

    paranoidi committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    e548f81 View commit details
    Browse the repository at this point in the history
  4. Migrated torrent related plugins into a component

    - Reformatted components with black
    paranoidi committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    4b5301d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb7df21 View commit details
    Browse the repository at this point in the history
  6. [add] radarr_list plugin

    paranoidi committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    5280601 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. v2.19.2

    FlexGet-Bot committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    d90e60a View commit details
    Browse the repository at this point in the history
Loading