diff --git a/DEVLOG.md b/DEVLOG.md index ffe213a..77b3ff4 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -1,3 +1,7 @@ +## gulp-ejs removal +Removed the gulp-ejs dependency for building the .ejs views into HTML files to address GHSA-mh99-v99m-4gvg, we now have an inline function that takes care of this. + + ## Server Observations Added a new `Server Observations` forecast screen that blends Linux server telemetry into the WeatherStar rotation using `fastfetch`. @@ -22,3 +26,4 @@ Added a new `Linux News: LWN` screen that pulls current stories from the LWN hom - registered the new screen in the main display deck and included it in the startup/progress screen list - tightened the story card layout to prevent page bleed and overlapping text between stacked pages - shortened LWN blurbs and reduced headline/body typography so long top-slot stories fit cleanly inside the 512x250 content box +