From 37b33f6234993348ed2f2a9776686a03a59815dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Bene=C5=A1?= Date: Sat, 8 Aug 2026 18:37:46 +0200 Subject: [PATCH] A version that says the widget is finished metadata.json said 0.1.0 because nothing had ever changed it. The widget does what it set out to do -- multiple hosts, discovered shares, real kernel CIFS mounts, KWallet, a polkit helper instead of sudo -- so it is 1.0.0. No documentation moved out of this repository in the tree-wide pass on the same date. The README is the documentation and it ships with the widget; there was nothing else, so there is no wiki and the history is unrewritten. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package/metadata.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f3f30b3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +Kept as the work happens, not assembled at release time. Format is +[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow +[SemVer](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +## 1.0.0 — 2026-08-08 + +The first tagged version. `1.0.0` rather than `0.x.x` because the widget does +what it set out to do: the feature set is complete and it is in daily use. + +### Added + +- System-tray widget for KDE Plasma 6 listing configured SMB/CIFS hosts and + their shares, mounting or unmounting any of them with one click. +- Multiple hosts, with each host's shares auto-discovered through `smbclient`. +- Real **kernel CIFS** mounts, visible to every application rather than only to + Dolphin. +- Passwords held in **KWallet**, never in plain config. +- Privileged mounting through a small **polkit**-authorized helper — no + passwordless-sudo, no editing `/etc/fstab`. +- `install.sh` / `uninstall.sh`. + +### Note + +This repository has no wiki and no documentation was moved out of it in the +2026-08-08 pass across the tree: the `README.md` is the documentation, it ships +with the widget, and there was nothing else. Its history is unrewritten. diff --git a/package/metadata.json b/package/metadata.json index 19d2d4c..aca73ab 100644 --- a/package/metadata.json +++ b/package/metadata.json @@ -13,7 +13,7 @@ "Id": "sk.houmeres.synologynas", "License": "MIT", "Name": "Synology NAS", - "Version": "0.1.0", + "Version": "1.0.0", "Website": "https://git.houmeres.sk/Houmeres/Plasma-Addon-Synology-NAS" }, "X-Plasma-API": "declarativeappletscript",