Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.0.3+beta.2 #564

Merged
merged 22 commits into from
Jan 30, 2024
Merged

v7.0.3+beta.2 #564

merged 22 commits into from
Jan 30, 2024

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    acd6e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbae2cd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fix incorrect logic when re-raising request exceptions

    - Was resulting in a more generic exception being raised
    MoojMidge committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    64ce85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e4879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c15a81 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Disable using video channel name as studio

    - Stops Kodi unnecessarily trying to load non-existent studio logos
    MoojMidge committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b683cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b19eb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa323fb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    0ceb27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c5b04 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Prevent log leaks

    MoojMidge committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d5e810e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce49f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    fecc804 View commit details
    Browse the repository at this point in the history
  2. Create per user function and data caches

    - Avoid clearing caches and resetting cache items on user change
    MoojMidge committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    033a874 View commit details
    Browse the repository at this point in the history
  3. Cache updates to fix anxdpanic#558

    - Make refresh context menu item actually refresh
    - First page of playlist will be cached for 5 minutes, remaining pages cached for 1 hour
    - Extract urls from video description cached for 1 day, rather than 1 week
    - Don't clear function cache on service restart (may cause regressions but cipher/nsig handling is not currently used)
    MoojMidge committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    affd3d0 View commit details
    Browse the repository at this point in the history
  4. Misc tidy ups

    MoojMidge committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    14603bd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update workflows, changelog and remove news from addon.xml

    - Update make-release workflow
      - Changelog will be used to populate release details
      - Changelog entries to follow Github markdown formatting rules
      - addon.xml updates will preserve whitespace�  - news element in addon.xml will be populated from changelog without issue references
    - Updated submit-release workflow
      - addon.xml updates will preserve whitespace
      - news element in addon.xml will be populated from changelog without issue references
        - news is also used for repository PRs as part of submit-release workflow�    - Github references either need to be removed or updated. Removed for simplicity
    MoojMidge committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    99594f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1d59b View commit details
    Browse the repository at this point in the history
  3. Update addon.xml and workflows to pass addon-validations

    - Was failing due to empty news element. Remove element and add in release workflows
    MoojMidge committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    432b6c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Don't use label formatting for category labels

    - Also ensure category label is updated when name is updated
    MoojMidge committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c22e40 View commit details
    Browse the repository at this point in the history
  2. Fix Context argv override uri creation

    - Params passed as a parameter to constructor were not being included in generated uri
    MoojMidge committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    be0310e View commit details
    Browse the repository at this point in the history
  3. Allow category label to be inherited

    - Must be contained in directory uri to be parsed in new Context params
    MoojMidge committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c9144f8 View commit details
    Browse the repository at this point in the history