From 2cea0523217955a352e292a08a1dedc380bd35dd Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 27 Oct 2025 10:58:28 -0400 Subject: [PATCH 1/4] feat: add hibernado plugin --- .gitmodules | 3 +++ plugins/hibernado | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/hibernado diff --git a/.gitmodules b/.gitmodules index 1dab4d54..2e586e8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -292,3 +292,6 @@ [submodule "plugins/DimmerDeck"] path = plugins/DimmerDeck url = https://github.com/chenx-dust/DimmerDeck.git +[submodule "plugins/hibernado"] + path = plugins/hibernado + url = https://github.com/xXJSONDeruloXx/hibernado.git diff --git a/plugins/hibernado b/plugins/hibernado new file mode 160000 index 00000000..90a5f65f --- /dev/null +++ b/plugins/hibernado @@ -0,0 +1 @@ +Subproject commit 90a5f65f88797b6b0cb7c2a7e990e45c83dd0de4 From 2ed41e10a3a4a9507709f9fbf6396faf86d97d26 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 27 Nov 2025 12:28:35 -0500 Subject: [PATCH 2/4] chore: bump hibernado to 1.4.1, address PR feedback, rm suspend then hibernate --- plugins/hibernado | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hibernado b/plugins/hibernado index 90a5f65f..1c47fef0 160000 --- a/plugins/hibernado +++ b/plugins/hibernado @@ -1 +1 @@ -Subproject commit 90a5f65f88797b6b0cb7c2a7e990e45c83dd0de4 +Subproject commit 1c47fef087bfef2b453f7fb3a6e23c1a45e20d68 From cb253291d5fbc1c11fcd05f94c9eb3cd9fbb4083 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 29 Nov 2025 23:47:44 -0500 Subject: [PATCH 3/4] bump hibernado with fixes for bt script and boot order reset on power button hook, restore sleep then hibernate feat --- plugins/hibernado | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hibernado b/plugins/hibernado index 1c47fef0..4eff3f3f 160000 --- a/plugins/hibernado +++ b/plugins/hibernado @@ -1 +1 @@ -Subproject commit 1c47fef087bfef2b453f7fb3a6e23c1a45e20d68 +Subproject commit 4eff3f3facd6948a839e74b29f3077752fe74da5 From ea037698735855c0e28c20bf09f975ac39dc0924 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 20 Dec 2025 21:26:53 -0500 Subject: [PATCH 4/4] chore: add swapfile marker and restore on uninstall logic --- plugins/hibernado | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hibernado b/plugins/hibernado index 4eff3f3f..13f41c45 160000 --- a/plugins/hibernado +++ b/plugins/hibernado @@ -1 +1 @@ -Subproject commit 4eff3f3facd6948a839e74b29f3077752fe74da5 +Subproject commit 13f41c454dabf9180ed0f08076ec10c3d04eccd8