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

Continuous Release 1.11.1 #608

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Continuous Release 1.11.1 #608

merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Fix annotation tool infant diseases (#606)

    * Don't assume that `lecture` variable is present
    
    For example, when opening a worked example that is not attached
    to a particular lecture, it will be `nil`. In this case,
    we return the annotation status of the medium itself.
    
    * Don't show emergency link if `lecture` is not present
    
    * Fix wrong tooltip for annotation button
    Splines authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e9fc650 View commit details
    Browse the repository at this point in the history
  2. Use correct datatype for git.inputValidation setting (#607)

    In a new version of VSCode, the API was changed. We now use a boolean
    flag instead of a string.
    Splines authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1e6d953 View commit details
    Browse the repository at this point in the history