Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.5.2
Choose a base ref
...
head repository: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.5.3
Choose a head ref
  • 18 commits
  • 91 files changed
  • 6 contributors

Commits on Dec 12, 2023

  1. Only show authors' email addresses if so configured in git-authors (#…

    …6494)
    
    Honour the git-authors plugin's setting to render the authors' names
    as links pointing to their email address:
    
    * If the git-authors plugin is enabled and its show_email_address
      option is not set, or is set to true, render the author's name as a
      "mailto:" link.
    * If the git-authors plugin is enabled and its show_email_address
      option is set to false, render the author's name in plain text with
      no link.
    * If the git-authors plugin is not enabled (or not installed), don't
      show author information.
    fghaas authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9b98c77 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Documentation (#6506)

    * added code and tooltips to custom site feedback
    
    - clarifying that the feedback widget needs to be turned on
    - showing how to disable the form and
    - show the notes that are configured
    
    * undoing a minor change that we unnecessary
    
    - I changed a colon to a full stop at some point because I thought I
      would add another sentence, decided not to and then the unneeded
      change ended up in the previous commit.
    
    * turned a comment I deleted into a tooltip
    alexvoss authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fc685e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Formatting

    squidfunk committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b6972b8 View commit details
    Browse the repository at this point in the history
  2. Updated Macedonian translations

    Co-authored-by: LordDeatHunter <26803198+LordDeatHunter@users.noreply.github.com>
    squidfunk and LordDeatHunter committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e8745da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    285c9cc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Documentation (#6514)

    sisp authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1dc8bc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3bfaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    257b899 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Documentation (#6519)

    sisp authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6e0b497 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    55fe1cc View commit details
    Browse the repository at this point in the history
  2. Formatting (#6533)

    * Removed unused imports
    
    * Replaced nested `if` statements by single one
    
    * Removed unnecessary `dict()` constructor around `dict` literal
    sisp authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    13aa156 View commit details
    Browse the repository at this point in the history
  3. Updated dependencies

    squidfunk committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0559666 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    9956bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2b62b View commit details
    Browse the repository at this point in the history
  3. Updated distribution files

    squidfunk committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    175df61 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Documentation (#6549)

    This is in response to
    #6542
    to add a section on setting up navigation for a blog so that the archive
    and category pages appear in the right place.
    alexvoss authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6b690e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Prepare 9.5.3 release

    squidfunk committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    284264a View commit details
    Browse the repository at this point in the history
  2. Updated Insiders changelog

    squidfunk committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ae1c63d View commit details
    Browse the repository at this point in the history
Loading