Installation
curl -fsSL https://install.danklinux.com | shAssets
Complete Packages
dms-full-amd64.tar.gz- Complete package for x86_64 systems (CLI binaries + QML source + shell completions + installation guide)dms-full-arm64.tar.gz- Complete package for ARM64 systems (CLI binaries + QML source + shell completions + installation guide)dms-full-freebsd-amd64.tar.gz- Complete package for FreeBSD x86_64 systemsdms-full-freebsd-arm64.tar.gz- Complete package for FreeBSD ARM64 systems
Individual Components
dms-cli-amd64.gz- DMS CLI binary for x86_64 systemsdms-cli-arm64.gz- DMS CLI binary for ARM64 systemsdms-cli-freebsd-amd64.gz- DMS CLI binary for FreeBSD x86_64 systemsdms-cli-freebsd-arm64.gz- DMS CLI binary for FreeBSD ARM64 systemsdms-distropkg-amd64.gz- DMS CLI binary built with distro_package tag for AMD64 systemsdms-distropkg-arm64.gz- DMS CLI binary built with distro_package tag for ARM64 systemsdms-distropkg-freebsd-amd64.gz- DMS CLI binary built with distro_package tag for FreeBSD x86_64 systemsdms-distropkg-freebsd-arm64.gz- DMS CLI binary built with distro_package tag for FreeBSD ARM64 systemsdankinstall-amd64.gz- Installer binary for x86_64 systemsdankinstall-arm64.gz- Installer binary for ARM64 systemsdms-cli-<version>.tar.gz- Go source code with vendored modules (for distro packaging)dms-qml.tar.gz- QML source code onlydms-source.tar.gz- Full repository source with bundled DankCommon (for distro packaging)
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
Features
- feat(screenshot): add flag to control HUD scale and visibility by @hthienloc in #3398
Fixes
- fix(settings): size the plugin update spinner to fit its row by @Mario-Mohar in #3383
- fix(clipboard): preserve pinned state when editing entries by @hthienloc in #3412
- fix(battery): report when no charge threshold exists instead of faking success by @Mario-Mohar in #3385
- fix(media widget): prevent title from truncating with scroll song title on by @deepfriedret in #3436
- fix(audio): avoid false negative when some event sounds can't be found by @2gibbert in #3437
- fix(hyprland): use focusedMonitor instead of focusedWorkspace.monitor by @tx0xyz in #3424
- dock: fix visibility in niri overview by @korbash in #3460
- fix(frame): keep launcher edge-hover on the Top layer by @Conava in #3453
- niri: fix workspace updates never applying by @bbedward (a7db035)
- displayconfig: fix custom scale option by @bbedward (097de49)
Other Changes
- refactor(island): add island satellite hover option by @purian23 (12f7675)
- doctor: add aqueous and scroll by @bbedward (b451d4d)
- disable dcal from release dispatch by @bbedward (ef179f9)
- privacy: stop counting screen captures as camera use by @avesst in #3428
- evdev: open input devices read-only by @bbedward (e73b9c3)
- frame: close hairline gap at the screen edge by @bbedward (e0aa1f0)
- display config: read live layout from hyprland instead of the cached wlr snapshot by @aarshivv in #3418
- tailscale: handle profile switches and bus updates reactively by @MishowHD in #3427
- core: bump dankgop by @bbedward (243d716)
- dank16: use the real primary_container and fix light-mode derivation by @bbedward (41dd91f)
- tray: use available width for menu labels by @domenkozar in #3456
- Update vesktop.css by @phoropter in #3410
- qt: write real newlines in new qt5ct/qt6ct config by @bbedward (2d2502c)
Full Changelog: v1.6.1...v1.6.2