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

(GH-769) Prevent automatic outdated package check #771

Merged
merged 4 commits into from
May 18, 2020

Commits on Apr 30, 2020

  1. (chocolateyGH-769) Added prevent check for outdated

    By enabeling this feature ChocolateyGUI will prevent
    checking for outdated packages on start. An extra
    button is added to check or refresh outdated packages.
    mkevenaar committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d58a9ff View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. (chocolateyGH-769) Working on feature during Twitch stream

    Worked on this during the stream, trying to decide the best way to
    implement things.  Went backwards and forwards on a few topics,
    but think we are getting closer to final result.
    gep13 committed May 4, 2020
    Configuration menu
    Copy the full SHA
    32abd89 View commit details
    Browse the repository at this point in the history
  2. (chocolateyGH-769) Use a list of task for correct async loop and forc…

    …e invalidating the command stuff
    
    Force invalidating the command stuff. This helps us to prevent disabled buttons after executing this routine. But IMO it has something to do with Caliburn.
    punker76 committed May 4, 2020
    Configuration menu
    Copy the full SHA
    6baa6be View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. (chocolateyGH-769) Updated translation.

    The Show only outdated packages will now only be enabled
    when it makes sense.
    mkevenaar committed May 9, 2020
    Configuration menu
    Copy the full SHA
    6456d14 View commit details
    Browse the repository at this point in the history