-
-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: Insprill/intellectual
base: v0.8.2
head repository: Insprill/intellectual
compare: master
- 15 commits
- 19 files changed
- 1 contributor
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 68d4477 - Browse repository at this point
Copy the full SHA 68d4477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138d9d1 - Browse repository at this point
Copy the full SHA 138d9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50977af - Browse repository at this point
Copy the full SHA 50977afView commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 748e10d - Browse repository at this point
Copy the full SHA 748e10dView commit details
Commits on Jun 30, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6ac9705 - Browse repository at this point
Copy the full SHA 6ac9705View commit details
Commits on Jul 1, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d347a3a - Browse repository at this point
Copy the full SHA d347a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b458e - Browse repository at this point
Copy the full SHA b4b458eView commit details -
Don't install cross for Windows builds
Windows builds don't use cross, so don't bother installing it.
Configuration menu - View commit details
-
Copy full SHA for b4357e4 - Browse repository at this point
Copy the full SHA b4357e4View commit details -
Install cross after setting up cache
Swatinem/rust-cache caches installed binaries. Setting it up before installing cross lets us take advantage of that.
Configuration menu - View commit details
-
Copy full SHA for 0eb1083 - Browse repository at this point
Copy the full SHA 0eb1083View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d5beb - Browse repository at this point
Copy the full SHA c9d5bebView commit details
Commits on Jul 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7be2baf - Browse repository at this point
Copy the full SHA 7be2bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f366a9c - Browse repository at this point
Copy the full SHA f366a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f9fc5 - Browse repository at this point
Copy the full SHA 64f9fc5View commit details -
Improve default image resizing rules
The default and maximum sizes now match the source image, but limited to 1000 to prevent potential abuse.
Configuration menu - View commit details
-
Copy full SHA for b93ffc8 - Browse repository at this point
Copy the full SHA b93ffc8View commit details -
Remove nav item line-height style
This fixes the "View on Genius" text being mostly cut off on mobile
Configuration menu - View commit details
-
Copy full SHA for c9f7766 - Browse repository at this point
Copy the full SHA c9f7766View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.2...master