-
Notifications
You must be signed in to change notification settings - Fork 13
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: fuelen/owl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fuelen/owl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 2 contributors
Commits on Jan 25, 2025
-
Avoid deprecation warning: List.zip -> Enum.zip (#29)
``` warning: List.zip/1 is deprecated. Use Enum.zip/1 instead │ 78 │ |> List.zip() │ ~ │ └─ lib/owl/palette.ex:78:13: Owl.Palette.codes/0 ``` Enum.zip/1 is safe since forever afaik - only went back to 1.6 https://github.com/elixir-lang/elixir/blob/ddc554a7efef67f16e462709e7f46662f21f7ab5/lib/elixir/lib/enum.ex#L2711
Configuration menu - View commit details
-
Copy full SHA for 6087d71 - Browse repository at this point
Copy the full SHA 6087d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0e5f3 - Browse repository at this point
Copy the full SHA da0e5f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9ed3a - Browse repository at this point
Copy the full SHA 2f9ed3aView commit details
Commits on Feb 8, 2025
-
Fix rendering issues when the height of terminal < height of live blo…
…cks, closes #30 Even if blocks were idle, they were still counted as rendered, causing text overlap.
Configuration menu - View commit details
-
Copy full SHA for 5f35983 - Browse repository at this point
Copy the full SHA 5f35983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 573a95f - Browse repository at this point
Copy the full SHA 573a95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 486e6fa - Browse repository at this point
Copy the full SHA 486e6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b853eb - Browse repository at this point
Copy the full SHA 4b853ebView commit details
Commits on Feb 9, 2025
-
Bump version to
0.12.2
, require Elixir1.14
Elixir itself doesn't support lower Elixir versions + we CI for earlier versions is not set up as well
Configuration menu - View commit details
-
Copy full SHA for cb00897 - Browse repository at this point
Copy the full SHA cb00897View commit details
Loading
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.12.0...main