## release v0.1.2 2025-10-19 ### 🚀 Features - Implement tree command to display directory structure (#52) - Add find command with --name/--regex/--type and behavior tests; docs updated (#51) - Add azblob cloud object storage interface (#50) - Add recursive search functionality to grep command (#49) - Enhance configuration management with profile support and CLI prompts (#48) - Implement profile store for enhanced storage configuration management (#46) - Add grep command (#41) - Add tail command (#40) - Add head command (#35) ### 🚜 Refactor - Enhance storage configuration handling and environment variable resolution (#45) - Reorganize storage configuration and update environment variable handling (#44) - Refactor tail to reuse multi-file helper (#42) ### ♻️ CI - Fix CI workflows (#39) Thanks for @QuakeWang @freedom3219 @liwuhen
release v0.1.2 2025-10-19
🚀 Features
Implement tree command to display directory structure (feat: add tree command #52)
Add find command with --name/--regex/--type and behavior tests; docs updated (feat: implement find command #51)
Add azblob cloud object storage interface (feat: add azblob cloud object storage interface #50)
Add recursive search functionality to grep command (feat: add recursive search functionality to grep command #49)
Enhance configuration management with profile support and CLI prompts (feat: enhance configuration management with profile support and CLI prompts #48)
Implement profile store for enhanced storage configuration management (feat: implement profile store for enhanced storage configuration management #46)
Add grep command (feat: add grep command #41)
Add tail command (feat: add tail command #40)
Add head command (feat: add head command #35)
🚜 Refactor
Enhance storage configuration handling and environment variable resolution (refactor: enhance storage configuration handling and environment variable resolution #45)
Reorganize storage configuration and update environment variable handling (refactor: reorganize storage configuration and update environment variable handling #44)
Refactor tail to reuse multi-file helper (chore: Refactor tail multi-file handling #42)
♻️ CI
Thanks for @QuakeWang @freedom3219 @liwuhen