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

1.2.0.0 Release #102

Merged
merged 21 commits into from
Mar 12, 2023
Merged

1.2.0.0 Release #102

merged 21 commits into from
Mar 12, 2023

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    bbe18a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2650f0a View commit details
    Browse the repository at this point in the history
  3. Refactor services into proper folder structure

    - Fixed workflows to use .NET 7 images
    fumiichan committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7b1f550 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7524a33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b834680 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32fc11d View commit details
    Browse the repository at this point in the history
  7. Remove unused dependencies

    fumiichan committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    41a4f44 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

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

Commits on Jan 27, 2023

  1. Refactor downloader

    fumiichan committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2d1d285 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Remove Newtonsoft.Json as dependency

    Use built-in System.Text.Json as a default serializer/deserializer for Json.
    fumiichan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    0108d86 View commit details
    Browse the repository at this point in the history
  2. Implement series creation

    fumiichan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    603eef5 View commit details
    Browse the repository at this point in the history
  3. Apply code recommendations

    fumiichan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    7a28a37 View commit details
    Browse the repository at this point in the history
  4. Use appsettings.json to store cookies and user agent config

    So that the Refit configuration would only involve IConfiguration and won't touch the
    configuration services as these config is mainly involved in requesting.
    fumiichan committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    269b655 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Implement new configuration style

    Configuration will no longer use JSON and instead will use linux-style conf
    file configuration like what git does.
    
    Configuration has modes, use --set or -s flag to tell the application if
    you want to set values. Use --read or -r flag to read a specific key
    value or --list or -l flag to list all values set.
    
    To reset you may use --reset flag.
    fumiichan committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    9f95194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9d521 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    d95b597 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    fumiichan committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    0d75733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    947f71e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbfbd46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baae25e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

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