Skip to content

Releases: junkerderprovinz/smokesignal

v1.1.2

Choose a tag to compare

@junkerderprovinz junkerderprovinz released this 08 Jul 21:31
  • The plugin author shows as Junker der Provinz.
  • Install/uninstall ceremony: the house ASCII banner prints on both — followed by "SmokeSignal ist ready!" after an install and "Bye!" on removal.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 00:28
  • 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 in exit 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

Choose a tag to compare

@github-actions github-actions released this 01 Jul 21:49
  • 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

Choose a tag to compare

@junkerderprovinz junkerderprovinz released this 01 Jul 20:59
  • Reworked SmokeSignal logo (a cleaner flame-in-diamond) across the Plugins tab, the menu icon, and the report window.

v1.0.14

Choose a tag to compare

@github-actions github-actions released this 21 Jun 08:43
plugin: settings/tools menu icon = the SmokeSignal logo, not the Font…

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:56
plugin: logo + name + description in the Plugins tab (FanCtrlPlus way…

v1.0.12

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:20
plugin: restore SmokeSignal name + show logo via the ICON element (Fa…

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 20 Jun 08:51
logo: new white-framed logo back in the Plugins tab - ship under imag…

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 19 Jun 00:19
feat: theme-adaptive FontAwesome glyph for Plugins-tab + menu (auto l…

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 18 Jun 23:38
feat: white-filled diamond interior so the logo stays visible on dark…