Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.5.2 - 2026-06-29
Fixed
- Fixed the
harvest --add-to-estatetilde-expansion regression test on Windows by patching Windows'USERPROFILEhome lookup
0.5.1 - 2026-06-29
Fixed
- Changed
harvest --add-to-estateto copy new files into the selected granary without prematurely tracking them, preventing the nextsowfrom deleting them as orphaned crops - Expanded
~inharvest --add-to-estatepaths so user-relative and absolute home paths behave identically
0.5.0 - 2026-06-25
Changed
- Refactored configuration structure: renamed top-level
granarieskey toestatesfor better semantic clarity
Fixed
- Fixed plm harvest trying to collect all granaries to all estates
0.4.0 - 2026-06-25
Added
- Added plm harvest command, creating bidirectional sync to collect changed files from HOME back to granaries
- Comprehensive documentation suite (CLI reference, tutorial, configuration guide)
Changed
- Exposed
get_crops_by_estate()public method in Estate class
0.3.1 - 2026-01-09
Fixed
- Don't break on missing files during deployment (#274a887)
- Remove unused import for cleaner codebase (#750d7e7)
0.3.0 - 2026-01-08
Added
- Show unified diffs between source and destination files with colored output (#d29247d)
- Improve user-facing messages for better clarity (#9a7c75b)
Changed
- Enhanced verbosity levels to show diffs at level 2+
0.2.1 - 2025-12-18
Fixed
- Add missing dependency to ensure proper functionality (#3a8e3bb)
0.2.0 - 2025-12-16
Added
- Optionally allow symlinks to act as files instead of being overwritten (#4355fe5)
- Support Jinja2 template rendering with variables (#5dd6d4a)
- Dry-run mode to preview changes without making modifications (#0a6fa43)
Changed
- Separate hash checking and file copying into distinct methods for better code organization (#5081d9d)
- Modernize configuration system with improved structure (#ab86130)
Internal
- Add comprehensive test suite (#02eeb62)
0.1.0 - 2025-12-07
Added
- Initial release of plowman
- Basic
sowcommand for deploying dotfiles from granaries - Configuration system using YAML files
- Estate file tracking for automatic cleanup of orphaned files
- SHA256 hashing to skip unchanged files
- Recursive file scanning in granary directories
- Automatic directory creation for destination paths
- Command-line interface with verbosity flags