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

Implement changes to track whether themes are outdated or not. #13

Merged
merged 5 commits into from
Nov 24, 2023

Commits on Nov 18, 2023

  1. FEAT: module: actualTheme: rework blacklist flow.

    * Unwrap the check lambda, in preparation for the new changes from spicetify-themes.
    * Reformat.
    MichaelPachec0 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c64738d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. FEAT: module: actualTheme: reimplement outdated workflow.

    * This is the bigger change of the series.
    * This now checks the manfiest and includes an uncomitted version of manfiest.json that is part of upstream repo.
    * A future commit will commit a new gh action that will check changes to this and commit them to  the repo.
    * A future commit might also warn the user of which versions the outdated theme was known to work under.
    
    Signed-off-by: Michael Pacheco <[email protected]>
    MichaelPachec0 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9d35129 View commit details
    Browse the repository at this point in the history
  2. FIX: themes: Glaze and Dreary were not installable.

    Signed-off-by: Michael Pacheco <[email protected]>
    MichaelPachec0 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9cb4e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    7e4eaaf View commit details
    Browse the repository at this point in the history
  2. FEAT: gh-action: Implement manifest change [2/2].

    Signed-off-by: Michael Pacheco <[email protected]>
    MichaelPachec0 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7acfe29 View commit details
    Browse the repository at this point in the history