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

[Feature] Stop notifying updates which have an older semver release #601

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    8f26fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    479a16c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Check if Linux service is running before trying to start or stop it (S…

    …teamDeckHomebrew#540)
    
    this prevents needless prompts opening up
    Jan200101 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    75ad98a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c3ae9b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. bump dfl

    PartyWumpus committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    91186da View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. fix(developer): add back valve internal on beta

    look i was tired when writing yesterday's fix okay
    AAGaming00 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3489fd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Call plugin unload function after stopping event loop (SteamDeckHomeb…

    …rew#539)
    
    This can prevent race conditions where unload is clearing data but main is still working with it
    Jan200101 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    39f4f28 View commit details
    Browse the repository at this point in the history
  2. Translations update from Weblate (SteamDeckHomebrew#553)

    * Added translation using Weblate (Japanese)
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 82.7% (115 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 89.2% (124 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_PT/
    
    * Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
    
    ---------
    
    Co-authored-by: Tak-attack <tak.bts@gmail.com>
    Co-authored-by: Weblate <noreply@weblate.org>
    Co-authored-by: Fábio Oliveira <fabio.an.oliveira@gmail.com>
    4 people committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e3d72b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Bump tj-actions/changed-files to 41.0.0 in /.github/workflows (SteamD…

    …eckHomebrew#575)
    
    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.6.3 to 41.0.0.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@v35.6.3...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    12a99b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. fix: Fix on Chromium 109 beta (SteamDeckHomebrew#576)

    * Add new user agent to do not close tabs list
    
    * fix: bump DFL to fix chromium 109 beta
    
    ---------
    
    Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
    beebls and suchmememanyskill committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f9a07da View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 25, 2024

  1. [Bugfix] Toaster changed name again (SteamDeckHomebrew#581)

    Add another name placeholder for getting the toaster out of the HTML tree. Thanks to @eXhumer for the fix.
    RodoMa92 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3146ebf View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Translations update from Weblate (SteamDeckHomebrew#580)

    * Added translation using Weblate (Japanese)
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 82.7% (115 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 89.2% (124 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_PT/
    
    * Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
    
    ---------
    
    Co-authored-by: Tak-attack <tak.bts@gmail.com>
    Co-authored-by: Weblate <noreply@weblate.org>
    Co-authored-by: Fábio Oliveira <fabio.an.oliveira@gmail.com>
    4 people committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    647f3fe View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. fix the tasks

    AAGaming00 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6b4a56c View commit details
    Browse the repository at this point in the history
  2. fix: use findInReactTree to find correct errorboundary for toaster

    fixes toaster error on latest beta
    AAGaming00 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7f2caa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e3128 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Specify catthehacker/ubuntu:act-22.04 as container for act

    Fixes an issue where act wouldn't use the correct container and so couldn't find a compatible python version, so it would fail to build.
    PartyWumpus committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3e4c255 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Refactor plugin store and add sorting by downloads and release date (S…

    …teamDeckHomebrew#547)
    
    * untested first commit
    
    * fix types & names
    
    * comment out built in sorting for now
    
    * rerun search when sort changes
    
    * fix ts complaints
    
    * use prettier
    
    * stop switch-case fall through
    
    * move spinner
    
    * use locale instead of hardcoded string
    
    * fix typo
    
    * add sorting by downloads & try using the data field in the dropdown for data
    
    * fix typing error
    
    * fix asc/desc in dropdown
    
    * fix asc/desc again. asc = smaller one go first aaaaa
    
    * I don't think i know what ascending means maybe
    
    * use props instead of children, like a normal component
    PartyWumpus committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fd4ed81 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Revert "Call plugin unload function after stopping event loop (SteamD…

    …eckHomebrew#539)" (SteamDeckHomebrew#584)
    
    This reverts commit 39f4f28 , because functions (seemingly) don't run after the event loop closes, so the unload function is never actually run.
    PartyWumpus committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2500b74 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 15, 2024

  1. Testing PRs from within decky (SteamDeckHomebrew#496)

    * git no work so manually uploading files :(
    
    * argh i wish git was working
    
    * ok next time i'll make git work
    
    * Update updater.py
    
    * git please work next time this took ages without you
    
    * fix me locales
    
    * Update updater.py
    
    * Update en-US.json
    
    * Update updater.py
    
    * Update updater.py
    
    * i wish my python LSP stuff was working
    
    * fix it
    
    * Update updater.py
    
    * Update updater.py
    
    * Only show testing branch as an option if it is already selected
    
    * Initial implementation for fetching the open PRs. Still need testing and a token to complete this.
    
    * Wrong filter capitalization
    
    * Fix a couple of typos in the python backend updater.
    
    * Fix typos pt 3
    
    * This should be the last one
    
    * Prepend the PR version number with PR- to make it clearer that's the PR number.
    
    * Update prettier to the latest version otherwise it will never be happy with the formatting.
    
    * fix merge mistake
    
    * fix pyright errors & type hint most new code
    
    * fix strict pyright errors...
    
    * not sure why my local linter didn't catch this
    
    * Reimplement the logic between PR and artifact build to limit API calls
    
    * Fix pyright errors
    
    * use nightly.link for downloads
    
    * remove accidental dollar sign
    
    * fix various logical errors. the code actually works now.
    
    * set branch to testing when user downloads a testing version
    
    ---------
    
    Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io>
    PartyWumpus and RodoMa92 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9503d5c View commit details
    Browse the repository at this point in the history
  2. Get plugin name for development ZIP during installation (SteamDeckHom…

    …ebrew#578)
    
    * fix: get plugin name for dev builds from ZIP (SteamDeckHomebrew#527)
    
    Signed-off-by: eXhumer <exhumer1@protonmail.com>
    eXhumer committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0dce3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d6b880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecf4800 View commit details
    Browse the repository at this point in the history
  5. Appease prettier

    i must have done a great deal of harm in a past life to deserve this mistreatment by formatting tools. why do they hate me.
    PartyWumpus committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    922d0c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Translations update from Weblate (SteamDeckHomebrew#587)

    * Added translation using Weblate (Japanese)
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Update translation files
    
    Updated by "Remove blank strings" hook in Weblate.
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 82.7% (115 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 89.2% (124 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Japanese)
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
    
    * Translated using Weblate (Portuguese (Portugal))
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_PT/
    
    * Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/
    
    * Translated using Weblate (French)
    
    Currently translated at 91.3% (127 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/fr/
    
    * Translated using Weblate (Dutch)
    
    Currently translated at 100.0% (139 of 139 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/nl/
    
    * Translated using Weblate (English)
    
    Currently translated at 100.0% (147 of 147 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/en/
    
    * Translated using Weblate (Italian)
    
    Currently translated at 100.0% (147 of 147 strings)
    
    Translation: Decky/Decky
    Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
    
    ---------
    
    Co-authored-by: Tak-attack <tak.bts@gmail.com>
    Co-authored-by: Weblate <noreply@weblate.org>
    Co-authored-by: Fábio Oliveira <fabio.an.oliveira@gmail.com>
    Co-authored-by: Andrew Moore <andrewm.finewolf@gmail.com>
    Co-authored-by: Danae Dekker <genecyll@gmail.com>
    Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io>
    7 people committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    49d1e33 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Update bug_report.yml

    TrainDoctor committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    55a95e0 View commit details
    Browse the repository at this point in the history
  2. Update bug_report.yml

    TrainDoctor committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8e8e6a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix: support new minified class names

    bumps decky-frontend-lib to 3.25.0
    can't stop us THAT easily :P
    AAGaming00 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4a7e9a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Clean up mistakes

    RodoMa92 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    94551f6 View commit details
    Browse the repository at this point in the history
  2. Update the lockfile

    RodoMa92 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    889ecc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84d72c View commit details
    Browse the repository at this point in the history