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) <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"Id": "sk.houmeres.synologynas",
|
"Id": "sk.houmeres.synologynas",
|
||||||
"License": "MIT",
|
"License": "MIT",
|
||||||
"Name": "Synology NAS",
|
"Name": "Synology NAS",
|
||||||
"Version": "0.1.0",
|
"Version": "1.0.0",
|
||||||
"Website": "https://git.houmeres.sk/Houmeres/Plasma-Addon-Synology-NAS"
|
"Website": "https://git.houmeres.sk/Houmeres/Plasma-Addon-Synology-NAS"
|
||||||
},
|
},
|
||||||
"X-Plasma-API": "declarativeappletscript",
|
"X-Plasma-API": "declarativeappletscript",
|
||||||
|
|||||||
Reference in New Issue
Block a user