Skip to content

Commit d270900

Browse files
committed
feat: add RSS feed reader for Bluefin/Aurora changelogs
1 parent 8db7486 commit d270900

File tree

6 files changed

+122
-1
lines changed

6 files changed

+122
-1
lines changed

build_files/copr-repos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ rm /etc/yum.repos.d/_copr_sentry-switcheroo-control_discrete.repo
8888

8989
# Add Nerd Fonts
9090
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
91+
92+
# RSS changelog viewer
93+
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

packages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"input-leap",
2828
"input-remapper",
2929
"jetbrains-mono-fonts-all",
30+
"juicerss",
3031
"libimobiledevice",
3132
"libxcrypt-compat",
3233
"libsss_autofs",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Changelog
4+
Comment=See the operating system version changelog
5+
Icon=ublue-changelog
6+
Categories=ConsoleOnly;System;
7+
Terminal=true
8+
Exec=/usr/bin/ujust changelog
Lines changed: 101 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nerd_fonts = true
2+
list_format = "extended"
3+
4+
[[feeds]]
5+
name = "Bluefin and Aurora Updates"
6+
url = "https://github.com/ublue-os/bluefin/releases.atom"
7+
enabled = true
8+

system_files/shared/usr/share/ublue-os/just/10-update.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ alias changelog := changelogs
3939

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

0 commit comments

Comments
 (0)