Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add RSS feed reader for Bluefin/Aurora changelogs #1860

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build_files/copr-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ rm /etc/yum.repos.d/_copr_sentry-switcheroo-control_discrete.repo

# Add Nerd Fonts
curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo

# RSS changelog viewer
curl -Lo /etc/yum.repos.d/_copr_tulilirockz-juicerss-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/tulilirockz/juicerss/repo/fedora-"${FEDORA_MAJOR_VERSION}"/tulilirockz-juicerss-fedora-"${FEDORA_MAJOR_VERSION}".repo
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"input-leap",
"input-remapper",
"jetbrains-mono-fonts-all",
"juicerss",
"libimobiledevice",
"libxcrypt-compat",
"libsss_autofs",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Changelog
Comment=See the operating system version changelog
Icon=ublue-changelog
Categories=ConsoleOnly;System;
Terminal=true
Exec=/usr/bin/ujust release-notes
101 changes: 101 additions & 0 deletions system_files/shared/usr/share/pixmaps/ublue-changelog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nerd_fonts = true
list_format = "extended"

[[feeds]]
name = "Bluefin and Aurora Updates"
url = "https://github.com/ublue-os/bluefin/releases.atom"
enabled = true

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 @@ -40,3 +40,7 @@ alias changelog := changelogs
# Show the changelog
changelogs:
rpm-ostree db diff --changelogs
tulilirockz marked this conversation as resolved.
Show resolved Hide resolved

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