Skip to content

Release v1.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 02:22

Installation

curl -fsSL https://install.danklinux.com | sh

Assets

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)

Individual Components

  • dms-cli-amd64.gz - DMS CLI binary for x86_64 systems
  • dms-cli-arm64.gz - DMS CLI binary for ARM64 systems
  • dms-distropkg-amd64.gz - DMS CLI binary built with distro_package tag for AMD64 systems
  • dms-distropkg-arm64.gz - DMS CLI binary built with distro_package tag for ARM64 systems
  • dankinstall-amd64.gz - Installer binary for x86_64 systems
  • dankinstall-arm64.gz - Installer binary for ARM64 systems
  • dms-cli-<version>.tar.gz - Go source code with vendored modules (for distro packaging)
  • dms-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

Features

  • feat(auth): expand shared PAM support for custom policies by @Purian23 (c2a6a7a)
  • feat(settings): add explicit border toggle and updated layouts by @Purian23 (dac08b3)
  • feat(notifications): introduce notification foreground layers settings override by @Purian23 (63ffd7c)
  • feat(nix): opt-in dankshell-u2f PAM service for lock screen security keys by @Purian23 (85ebb40)

Fixes

Internationalization

Other Changes

Full Changelog: v1.5.1...v1.5.2