|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to Bayesian SSH will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.1.0] - 2025-08-28 |
| 9 | + |
| 10 | +### Added |
| 11 | +- **Intelligent fuzzy search across all commands** - Find connections by partial names, tags, or patterns |
| 12 | + - Enhanced `connect` command with fuzzy search and interactive selection |
| 13 | + - Enhanced `edit` command with fuzzy search for connection management |
| 14 | + - Enhanced `show` command with fuzzy search for connection details |
| 15 | + - Enhanced `remove` command with fuzzy search and extra confirmation |
| 16 | + |
| 17 | +### Fuzzy Search Features |
| 18 | +- **Smart pattern matching**: Handles hyphens, underscores, and separators (`webprod` → `web-prod-server`) |
| 19 | +- **Tag-based search**: Search within connection tags |
| 20 | +- **Recent connections fallback**: Shows recently used connections when no matches found |
| 21 | +- **Interactive selection**: Numbered menus for multiple matches with user-friendly prompts |
| 22 | +- **Relevance ranking**: Prioritizes recently used and exact matches |
| 23 | + |
| 24 | +### Enhanced Safety |
| 25 | +- **Extra confirmation for destructive operations**: `remove` command requires typing full connection name |
| 26 | +- **Graceful error handling**: Clear messages and helpful suggestions |
| 27 | +- **Backwards compatibility**: All existing functionality preserved |
| 28 | + |
| 29 | +### Documentation |
| 30 | +- Updated README with fuzzy search examples across all commands |
| 31 | +- Enhanced user guide with practical usage scenarios |
| 32 | +- Improved feature descriptions and examples |
| 33 | + |
| 34 | +### Technical Improvements |
| 35 | +- Enhanced database layer with fuzzy search algorithms |
| 36 | +- Improved error handling and user feedback |
| 37 | +- Better code organization and maintainability |
| 38 | + |
| 39 | +## [1.0.0] - 2024-12-XX |
| 40 | + |
| 41 | +### Added |
| 42 | +- Initial release of Bayesian SSH |
| 43 | +- Basic SSH connection management |
| 44 | +- Kerberos authentication support |
| 45 | +- Bastion host routing |
| 46 | +- Tag-based organization |
| 47 | +- SQLite database persistence |
| 48 | +- Connection history and statistics |
| 49 | + |
| 50 | +### Core Features |
| 51 | +- One-click connections to servers |
| 52 | +- Automatic Kerberos ticket management |
| 53 | +- Smart bastion host routing |
| 54 | +- Tag-based organization for easy management |
| 55 | +- Complete connection history with statistics |
| 56 | +- SQLite database for persistence |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +## Types of changes |
| 61 | +- `Added` for new features |
| 62 | +- `Changed` for changes in existing functionality |
| 63 | +- `Fixed` for any bug fixes |
| 64 | +- `Removed` for now removed features |
| 65 | +- `Security` in case of vulnerabilities |
0 commit comments