Link Settings' Livebook version to GitHub release#3147
Merged
jonatanklosko merged 5 commits intolivebook-dev:mainfrom Mar 5, 2026
Merged
Link Settings' Livebook version to GitHub release#3147jonatanklosko merged 5 commits intolivebook-dev:mainfrom
jonatanklosko merged 5 commits intolivebook-dev:mainfrom
Conversation
Member
jonatanklosko
left a comment
There was a problem hiding this comment.
Sounds good to me! I dropped one minor comment. Also, please sign the CLA, and then it's good to merge.
| </.labeled_text> | ||
| <.labeled_text label="Livebook"> | ||
| v{Livebook.Config.app_version()} | ||
| <% release_info = Livebook.Config.github_release_info() %> |
Member
There was a problem hiding this comment.
Let's move this to an assign @release_info that we can set on mount.
It's best to avoid defining variables like this in HEEx. In this case it's actually fine, but it's simpler to avoid it altogether :)
dideler
commented
Mar 5, 2026
| <.labeled_text label="Livebook"> | ||
| v{Livebook.Config.app_version()} | ||
| <a href={"https://github.com/#{@release_info.repo}/releases/tag/v#{@release_info.version}"} | ||
| class="underline hover:no-underline" |
Contributor
Author
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Was running Livebook via the macOS app and it updated to the latest version. I wanted an easy way to see the changes from within Livebook, and thought the Livebook version can link to the GitHub Release which contains a changelog.
Note this link will 404 when running Livebook from the main branch as there is no GitHub Release for unreleased dev versions. I think that's fine though.