From d8dcfef823f2b6bdeb0c3dbc3641f57138c00962 Mon Sep 17 00:00:00 2001 From: jLynx Date: Wed, 13 Nov 2024 11:19:46 +1300 Subject: [PATCH] Added changes file --- .changes/deb-update-support.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/deb-update-support.md diff --git a/.changes/deb-update-support.md b/.changes/deb-update-support.md new file mode 100644 index 00000000..60d8cd56 --- /dev/null +++ b/.changes/deb-update-support.md @@ -0,0 +1,5 @@ +--- +"updater": "minor" +--- + +Added support for .deb package updates on Linux systems, including new error types (TempDirNotFound, AuthenticationFailed, DebInstallFailed) and implementation of .deb package installation with privilege escalation handling. \ No newline at end of file