Assets
Complete Packages
dms-full-amd64.tar.gz
- Complete package for x86_64 systems (CLI binary + QML source + installation guide)dms-full-arm64.tar.gz
- Complete package for ARM64 systems (CLI binary + QML source + installation guide)
Individual Components
dms-cli-amd64.gz
- DMS CLI binary for x86_64 systemsdms-cli-arm64.gz
- DMS CLI binary for ARM64 systemsdms-qml.tar.gz
- QML source code only
Checksums
*.sha256
- SHA256 checksums for verifying download integrity
Installation: Extract the dms-full-*.tar.gz
package for your architecture and follow the INSTALL.md
instructions inside.
What's Changed
- api: unify dms API clients - Single subscribe socket - Single req/callback socket - Remove PrepareForSleep handling - Dependency on dms API version enforcement - Remove gdbus from portal and session (3a7777c)
- Re-organize settings (71543c3)
- Update terms (f4cf66d)
- matugen: opt to run user templates (7870dff)
- Update issue template (9fc9c1e)
- Merge branch 'master' of github.com:bbedward/DankMaterialShell (4d01513)
- Update issue templates (dff10c8)
- More cli - better spec (362bcb9)
- Remove CLI ref (351b4f8)
- Merge branch 'master' of github.com:bbedward/DankMaterialShell (90955eb)
- lock/greeter: show full power menu (6266974)
- Modify the greeter module to use the
dms-greeter
wrapper (#373) (466d00c) - Update vid (63845ff)
- plugins: fix variant syncing (d013748)
- Remove braindead mouse area arbitrary rules (474af3b)
- greeter: update readme (8e09e15)
- Update greeter readme (7f9f4f9)
Full Changelog: v0.1.10...v0.1.11