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: cooklang/cookcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: cooklang/cookcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    b0dc56e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Add store "showUnitsNextToIngredients"

    Add clause to Step.svelte to check if ingredient quantity should be shown next to the ingredient name
    leonbeon committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    9387037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f11f4d View commit details
    Browse the repository at this point in the history
  3. Add Preferences navigation link

    Add checkbox to toggle showUnitsNextToIngredients in preferences
    leonbeon committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    06b6de6 View commit details
    Browse the repository at this point in the history
  4. Add text-muted class to optional ingredient quantites in recipes

    This change uses the @html tag to inject html into the card text instead of plain text. May need to be changed for security considerations?
    leonbeon committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    a8c5b06 View commit details
    Browse the repository at this point in the history
  5. Rename showUnitsNextToIngredients to showQuantitiesNextToIngredients

    Because what is actually shown are quantities, not only units
    leonbeon committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    5eed2f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Add new line at the end

    dubadub authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c857ce4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from leonbeon/pr-ingredient-units

    Add option to show quantities next to ingredients in recipe text
    dubadub authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f30ee37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89 from cooklang/release-please--branches--main--…

    …components--cook
    
    chore(main): release 0.7.0
    dubadub authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    84ed1b2 View commit details
    Browse the repository at this point in the history
Loading