Skip to content

Releases: jcwillox/system-link

v1.11.0

26 Feb 13:28
fe37072

Choose a tag to compare

✨ Features

  • Add output entity and combined output to cron sensor (5265de8)
  • Support loading from ~/.config and xdg spec (689d9e0)
  • Support overriding lockfile directory and fix docker (fe37072)

🐛 Bug Fixes

  • Ensure last run is updated on manual invocation (181a02f)
  • Install script for windows (e988059)

Full Changelog: v1.10.0...v1.11.0

v1.10.0

26 Feb 12:52
689d9e0

Choose a tag to compare

✨ Features

  • Add output entity and combined output to cron sensor (5265de8)
  • Support loading from ~/.config and xdg spec (689d9e0)

🐛 Bug Fixes

  • Ensure last run is updated on manual invocation (181a02f)
  • Install script for windows (e988059)

🏗️ Chore

  • Add linguist overrides to gitattributes (f48b6e1)

⚙️ Continuous Integration

  • Fix docker builds for ci workflow (311b42c)

Full Changelog: v1.9.0...v1.10.0

v1.9.0

03 Jan 08:04
829aaf9

Choose a tag to compare

✨ Features

  • Setup docs site with mkdocs (#13) (41faa01)
  • Support goreleaser dockers-v2 and python3.14 (#14) (300548f)
  • Support yaml !secret and !include tags (#15) (3f21f0c)

📚 Documentation

  • Add favicon to docs site (da85e67)

🏗️ Chore

📦 Build

  • deps: Update all non-major dependencies (#8) (9caeec5)

⚙️ Continuous Integration

  • Add contents write permission to docs workflow (ea93eca)
  • Fix docker builds for release workflow (829aaf9)

Full Changelog: v1.8.0...v1.9.0

v1.8.0

21 Oct 10:45
1ecd14b

Choose a tag to compare

✨ Features

  • buttons: Add linux and macos support for lock, shutdown and sleep (#6) (1ecd14b), closes #7

🏗️ Chore

  • Add copilot instructions (23bb7a9)

Full Changelog: v1.7.0...v1.8.0

v1.7.0

18 Oct 11:34
77c4de7

Choose a tag to compare

✨ Features

  • Add next run and last run entities to cron switch (#5) (77c4de7)

Full Changelog: v1.6.0...v1.7.0

v1.6.0

18 Oct 10:43
f9d7aa9

Choose a tag to compare

✨ Features

📦 Build

  • deps: Update all non-major dependencies (#3) (f8c6fdd)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

21 Feb 05:23
e35113f

Choose a tag to compare

✨ Features

  • Add stderr and stdout to cron problem sensor attributes (e35113f)

🐛 Bug Fixes

  • Nil pointer error due to cron duration entity using wrong config (787cc57)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

20 Feb 14:51
687ce1e

Choose a tag to compare

✨ Features

  • Add a python based docker image (390b0fb)
  • Add custom command sensor (30816aa)
  • Add sub-entities to cron switch (a041cca)
  • Add support to publish state attributes (15d5b01)
  • Allow setting custom logs directory (b70f6dd)
  • Always load config from exe directory first (417fd71)
  • Support returning stdout/stderr from run command (286fe26)
  • Support setting custom envs for a command (2985e91)

🐛 Bug Fixes

  • Run job not working for non-scheduled job (687ce1e)

Full Changelog: v1.3.1...v1.4.0

v1.3.1

18 Feb 06:46
c7f4c0f

Choose a tag to compare

🐛 Bug Fixes

  • Ensure home assistant doesn't think an update is still in progress (27f711d)
  • Ensure scheduled tasks don't overlap with themselves (c7f4c0f)
  • Incorrect check in throttle average filter (48fb5a7)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

18 Feb 03:41
11b6a9f

Choose a tag to compare

✨ Features

  • Add frame timing and interval sub-entities to screen entity (2e874e8)
  • Add throttle average filter (11b6a9f)
  • Log latest version when update available (538b01e)

🐛 Bug Fixes

  • Prevent killing process when pid does not point to our application (76ad990)

Full Changelog: v1.2.1...v1.3.0