Skip to content

Commit

Permalink
feat(ujust): release-notes for new changelog viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Oct 31, 2024
1 parent d270900 commit cfa4786
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Comment=See the operating system version changelog
Icon=ublue-changelog
Categories=ConsoleOnly;System;
Terminal=true
Exec=/usr/bin/ujust changelog
Exec=/usr/bin/ujust release-notes
4 changes: 4 additions & 0 deletions system_files/shared/usr/share/ublue-os/just/10-update.just
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ alias changelog := changelogs

# Show the changelog
changelogs:
rpm-ostree db diff --changelogs

# Release notes in a TUI viewer
release-notes:
/usr/bin/juicerss --config=/usr/share/ublue-os/changelog.config.toml

0 comments on commit cfa4786

Please sign in to comment.