Skip to content

Commit

Permalink
feat: add RSS feed reader for Bluefin/Aurora changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Oct 31, 2024
1 parent 8db7486 commit d270900
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 1 deletion.
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 changelog
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.
8 changes: 8 additions & 0 deletions system_files/shared/usr/share/ublue-os/changelog.config.toml
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

2 changes: 1 addition & 1 deletion 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,4 @@ alias changelog := changelogs

# Show the changelog
changelogs:
rpm-ostree db diff --changelogs
/usr/bin/juicerss --config=/usr/share/ublue-os/changelog.config.toml

0 comments on commit d270900

Please sign in to comment.