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

Add recommended_versions #264

Merged
merged 6 commits into from
Oct 14, 2024
Merged

Add recommended_versions #264

merged 6 commits into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. Add recommended_versions

    This enables us to suggest users upgrade their versions without forcing
    them to do so.
    gselzer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a398339 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    8a19fd1 View commit details
    Browse the repository at this point in the history
  2. Add a recommended version for imagej2

    Since imagej2 has no minimum, we also have to add a bit of framework for
    recommended versions that AREN'T minimum versions
    gselzer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    332cf46 View commit details
    Browse the repository at this point in the history
  3. Add some recommended versions

    gselzer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    72cbae1 View commit details
    Browse the repository at this point in the history
  4. Simplify warning logging

    ...Just use logger.warning!
    
    We can always re-add in the dialog box if people find they're missing
    the warnings
    gselzer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e22e79b View commit details
    Browse the repository at this point in the history
  5. Remove logging API, use stdlib logging instead

    This simplicity makes it easier to add our own logging implements later
    on.
    gselzer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9a5b952 View commit details
    Browse the repository at this point in the history