Releases: junkerderprovinz/smokesignal
Releases · junkerderprovinz/smokesignal
Release list
v1.1.2
v1.1.1
- CRITICAL uninstall fix (the same bug found and fixed in CannonadeCommander and
ShipLog). The removal script was wrapped in a bare<REMOVE>tag, which
Unraid's plugin manager does NOT execute (it only runs<FILE Method="remove">
blocks) - so uninstalling silently left the plugin files, the installed package
and the cached flash .txz behind (Unraid still moved the flash .plg off, because
a remove that runs nothing trivially "succeeds"). Removal is now a proper
<FILE Run="/bin/bash" Method="remove">block ending inexit 0(Unraid only
clears the flash .plg on a zero exit, else it reinstalls on boot); it removes the
exact registered package and wipes the files (SmokeSignal is a stateless
on-demand check - no daemon, no user data).
v1.1.0
- Branded ASCII startup banner. Running the engine from the Unraid console now
prints the "Junker der Provinz" house banner as its report header. It shows in
the human-readable report only; the WebGUI's JSON output is untouched, so the
report window is unaffected. - Reproducible packaging. The plugin is now built by plugin/pkg_build.sh
(identical locally and on CI): root:root ownership on every entry, LF-normalised
text files, and the banner embedded from .github/assets/banner-raw.txt. The
release workflow (release.yml) builds and publishes the .txz on a v* tag.
v1.0.15
- Reworked SmokeSignal logo (a cleaner flame-in-diamond) across the Plugins tab, the menu icon, and the report window.
v1.0.14
plugin: settings/tools menu icon = the SmokeSignal logo, not the Font…
v1.0.13
plugin: logo + name + description in the Plugins tab (FanCtrlPlus way…
v1.0.12
plugin: restore SmokeSignal name + show logo via the ICON element (Fa…
v1.0.11
logo: new white-framed logo back in the Plugins tab - ship under imag…
v1.0.10
feat: theme-adaptive FontAwesome glyph for Plugins-tab + menu (auto l…
v1.0.9
feat: white-filled diamond interior so the logo stays visible on dark…