Releases: 0xdps/daemon-hound
Releases · 0xdps/daemon-hound
Release list
daemon-hound v1.1.0
Installation
macOS / Linux (Homebrew)
brew tap 0xdps/packages
brew install daemon-houndLinux (APT Repository - Debian/Ubuntu)
curl -fsSL https://0xdps.github.io/daemon-hound/apt/daemon-hound-archive-keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/daemon-hound-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/daemon-hound-archive-keyring.gpg] https://0xdps.github.io/daemon-hound/apt stable main' | sudo tee /etc/apt/sources.list.d/daemon-hound.list
sudo apt update
sudo apt install daemon-houndLinux (RPM - Fedora/RHEL/openSUSE)
Download the .rpm from the assets below.
Windows (Scoop)
scoop bucket add daemon-hound https://github.com/0xdps/scoop-bucket
scoop install daemon-houndDirect Download
Download the binary for your platform from the assets below.
Docker
docker pull ghcr.io/0xdps/daemon-hound:v1.1.0Changelog
- 781605f chore(install): Update install script URL to daemonhound.dev
- e5977ed chore(release): Improve signing and verification
- 8bffae8 chore(web): Remove web UI implementation
- 401a16e feat(apt): Pass GPG passphrase to APT repo signing script
- a7a9605 feat(assets): Add website images and logos
- e5e4988 feat(docs): Add philosophy page and navigation
- 867afe5 feat(macos): Add application icon and Info.plist, update build process
- 9dd5148 feat(website): Add 'how it works' slideshow and reorganize assets
- 3ebb558 feat(website): Add install script redirect
- 56d333e feat(website): Add sitemap generation and robots.txt
- aaef346 feat(website): Preload slideshow images for faster modal opening
- e972337 feat(website): Use prefetch for slideshow images
- 0be1f18 feat: Add Help section and refactor UI layouts
- 83edccc feat: Bootstrap DaemonHound website
- 09195af feat: Enhance UI consistency and standardize layouts
- 001ef5f feat: Enhance UI with comprehensive CSS utilities and JavaScript refactors
- 0ba73b8 feat: Enhance secret management, conflict resolution, and UI
- 3c81117 feat: Implement comprehensive CSS design system
- c55a65c feat: Implement core web UI handlers and templates
- 8d548f7 feat: Link sidebar brand logo to dashboard
- 4a13301 feat: Unify page titles for HTMX requests and refactor UI to Tailwind CSS
- 8342fe7 feat: add lightweight vault access with clone and read commands
- fd793b0 feat: add login, secrets management, and settings templates
- 9b452f9 feat: enhance macOS release process with signing, notarization, and artifact management feat: add GPG signing for release checksums feat: update README and documentation for macOS signing and notarization feat: implement cleanup for legacy launch agents and app bundle removal feat: add scripts for preparing release secrets and building notarized DMGs
- 987b9ef feat: enhance vault operations with improved cloning, conflict resolution, and migration handling
- 88eac62 feat: implement smart merge for encrypted vault files
- c44b99e feat: remove fsnotify dependency and related code from runner
- 29d6c6a feat: update APT repository setup to use GPG key for signing and enhance installation instructions
- 72ceb6c fix: YAML syntax errors in goreleaser.yaml brews and scoops sections
- d17bc95 fix: add --pinentry-mode loopback to all gpg calls in APT repo script
- 5a92cb8 refactor: Update license to AGPL-3.0
Changelog
See CHANGELOG.md for full details.
daemon-hound v1.0.3
Installation
macOS / Linux (Homebrew)
brew tap 0xdps/packages
brew install daemon-houndLinux (APT Repository - Debian/Ubuntu)
echo 'deb [trusted=yes] https://0xdps.github.io/daemon-hound/apt stable main' | sudo tee /etc/apt/sources.list.d/daemon-hound.list
sudo apt update
sudo apt install daemon-houndLinux (RPM - Fedora/RHEL/openSUSE)
Download the .rpm from the assets below.
Windows (Scoop)
scoop bucket add daemon-hound https://github.com/0xdps/scoop-bucket
scoop install daemon-houndDirect Download
Download the binary for your platform from the assets below.
Docker
docker pull ghcr.io/0xdps/daemon-hound:v1.0.3Changelog
- aa82ffc feat: enhance APT repository build process and update deployment steps
- 0ca16a9 feat: streamline APT repository build process by removing unnecessary Python dependency
Changelog
See CHANGELOG.md for full details.
daemon-hound v1.0.2
Installation
macOS / Linux (Homebrew)
brew tap 0xdps/packages
brew install daemon-houndLinux (APT Repository - Debian/Ubuntu)
echo 'deb [trusted=yes] https://0xdps.github.io/daemon-hound/apt stable main' | sudo tee /etc/apt/sources.list.d/daemon-hound.list
sudo apt update
sudo apt install daemon-houndLinux (RPM - Fedora/RHEL/openSUSE)
Download the .rpm from the assets below.
Windows (Scoop)
scoop bucket add daemon-hound https://github.com/0xdps/scoop-bucket
scoop install daemon-houndDirect Download
Download the binary for your platform from the assets below.
Docker
docker pull ghcr.io/0xdps/daemon-hound:v1.0.2Changelog
- b23ca10 feat: add APT repository support for Debian/Ubuntu installation and update documentation
- 210b82f feat: enhance macOS app bundle support and skip protected directories in file watching
Changelog
See CHANGELOG.md for full details.
daemon-hound v1.0.1
Installation
macOS / Linux (Homebrew)
brew tap 0xdps/packages
brew install daemon-houndLinux (deb/rpm)
Download the .deb or .rpm from the assets below.
Windows (Scoop)
scoop bucket add daemon-hound https://github.com/0xdps/scoop-bucket
scoop install daemon-houndDirect Download
Download the binary for your platform from the assets below.
Docker
docker pull ghcr.io/0xdps/daemon-hound:v1.0.1Changelog
- 1a73389 Update funding information for GitHub and Buy Me a Coffee
- 46e394c feat(tracker): enhance local path resolution with repo discovery fallback
Changelog
See CHANGELOG.md for full details.
daemon-hound v1.0.0
Installation
macOS / Linux (Homebrew)
brew tap 0xdps/packages
brew install daemon-houndLinux (deb/rpm)
Download the .deb or .rpm from the assets below.
Windows (Scoop)
scoop bucket add daemon-hound https://github.com/0xdps/scoop-bucket
scoop install daemon-houndDirect Download
Download the binary for your platform from the assets below.
Docker
docker pull ghcr.io/0xdps/daemon-hound:v1.0.0Changelog
- 79e0454 Refactor code structure for improved readability and maintainability
- 92d045c Rename binary from 'dh' to 'dhd' across documentation and codebase for consistency and clarity. Update all references, commands, and examples to reflect the new binary name, ensuring users are guided correctly in usage and installation instructions.
- 8d616a0 feat(build): update branch triggers for build workflow to include staging
- 41ee0ce feat(cleanup): enhance cleanup command to completely remove DaemonHound and its local data
- 64e16f1 feat(daemon): implement background sync daemon with command management
- cba1f38 feat(daemon): integrate dirty-file encryption and syncer support in runner
- f336b7f feat(docs): update installation instructions and add INSTALL.md for user guidance
- b18cee9 feat(export): enhance export command with configuration loading and error handling
- 0937058 feat(git): append hostname to commit messages for clarity
- 7e06938 feat(install): add symlink for 'dh' and update installation instructions for clarity
- 6af984c feat(merge): implement recovery from stuck merges and resolve conflicts automatically
- 7b8749b feat(secret): refactor secret management to use vaultCommitPush for state mutations feat(storage): optimize SaveState to avoid unnecessary writes by comparing SHA-256 digests
- 4f06d80 feat(storage): update StoreFile to return write status and avoid unnecessary writes
- c1d9fbe feat(sync): enhance sync process by integrating pull and push operations with conflict resolution
- 1adff27 feat(sync): optimize Pull method to prevent unnecessary state writes and commits
- bfc775d feat(sync): optimize sync process by ensuring clean working tree before pull and conditionally saving state
- 765b214 feat(sync): reload config on each sync cycle to capture dynamic changes
- 8e2115f feat(untrack): enhance untracking functionality with local and missing options docs: update README and USERFLOW to reflect new untrack command features fix: ignore files during secret updates and status checks feat(config): add support for local-only ignored files in configuration test: add tests for ignored files functionality in config
- 62ffee7 feat(vault): implement vaultCommitPush function for standardized vault mutations
- 508ebe6 feat: add Dockerfile.goreleaser for GoReleaser builds and update Dockerfile references
- ec5febb feat: add age key support in init command and implement export-identity command
- c20b684 feat: add commands for tracking, syncing, and status reporting of files
- b4f832b feat: add global identity salt for consistent encryption and implement cleanup command
- 8efd98a feat: enhance build process with GoReleaser and add installation script
- 4ccf132 feat: enhance config management and add vault remote support
- c481c73 feat: implement conflict management and merging for various file types
- e4a131e feat: implement keychain integration for storing and retrieving master password
- b0f1b93 feat: implement untrack command and enhance encryption methods
- b9574c8 feat: rename binary from 'dh' to 'dhd' and update related documentation
- fa1af93 feat: simplify Dockerfile by removing multi-stage build and directly copying binary
- 0c771eb feat: update .gitignore to include /bin/ and /obj/ directories
- 1775beb feat: update GitHub Actions and GoReleaser configuration to use GH_PAT for authentication
- bd259b9 feat: update GoReleaser config check to include deprecated args and allow continuation on error
- 740be5f feat: update GoReleaser configuration and add build workflow for CI/CD
- b0f7fac feat: update changelog for v1.0.1 and enhance git remote checks in doctor command
- 519fdee fix(install): correct version handling and OS name casing in installer scripts
- de54085 fix(install): update nfpms source path for daemon-hound binary
- c82a9e1 refactor: remove trailing whitespace in multiple files
Changelog
See CHANGELOG.md for full details.