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: Insprill/intellectual
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: Insprill/intellectual
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 19 files changed
  • 1 contributor

Commits on Jun 12, 2025

  1. Apply new clippy lints

    Insprill committed Jun 12, 2025
    Copy the full SHA
    68d4477 View commit details
  2. Fix new lifetime compiler warnings

    wtf?
    Insprill committed Jun 12, 2025
    Copy the full SHA
    138d9d1 View commit details
  3. Copy the full SHA
    50977af View commit details

Commits on Jun 13, 2025

  1. Update Docker healthcheck

    Insprill committed Jun 13, 2025
    Copy the full SHA
    748e10d View commit details

Commits on Jun 30, 2025

  1. Remove trailing blank lines from verses

    This bug was introduced when line breaks mid-verse were introduced,
    resulting in double line breaks at the end of all verses.
    Insprill committed Jun 30, 2025
    Copy the full SHA
    6ac9705 View commit details

Commits on Jul 1, 2025

  1. Fix path_from_url returning incorrect results for invalid URLs

    The function would never panic when an invalid URL was pssed in.
    Instead, it would simply return and invalid path.
    For example, if you passed in `https://google.com`,
    it would return `google.com`.
    
    This rewrites the method to instead correctly return an empty string if
    an invalid URL is passed in.
    
    Closes #42.
    Insprill committed Jul 1, 2025
    Copy the full SHA
    d347a3a View commit details
  2. Copy the full SHA
    b4b458e View commit details
  3. Don't install cross for Windows builds

    Windows builds don't use cross, so don't bother installing it.
    Insprill committed Jul 1, 2025
    Copy the full SHA
    b4357e4 View commit details
  4. Install cross after setting up cache

    Swatinem/rust-cache caches installed binaries. Setting it up before
    installing cross lets us take advantage of that.
    Insprill committed Jul 1, 2025
    Copy the full SHA
    0eb1083 View commit details
  5. Copy the full SHA
    c9d5beb View commit details

Commits on Jul 6, 2025

  1. Remove dead instances

    Insprill committed Jul 6, 2025
    Copy the full SHA
    7be2baf View commit details
  2. Copy the full SHA
    f366a9c View commit details
  3. Fix some CSS format issues

    Insprill committed Jul 6, 2025
    Copy the full SHA
    64f9fc5 View commit details
  4. Improve default image resizing rules

    The default and maximum sizes now match the source image, but limited to
    1000 to prevent potential abuse.
    Insprill committed Jul 6, 2025
    Copy the full SHA
    b93ffc8 View commit details
  5. Remove nav item line-height style

    This fixes the "View on Genius" text being mostly cut off on mobile
    Insprill committed Jul 6, 2025
    Copy the full SHA
    c9f7766 View commit details
Loading