这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: Gu1llaum-3/sshm

Tags

v1.10.0-beta

Toggle v1.10.0-beta's commit message
feat: add SSH connection history with Ctrl+H navigation

Track SSH connections (configured + manual) with searchable history view.
Press Ctrl+H to view history, Ctrl+L to return. Add manual connections
to config with 'a'.

- Parse and store manual SSH connections
- History TUI with search and filtering
- Connection count and timestamps

v1.9.0

Toggle v1.9.0's commit message
feat(ui): add tabbed forms with height validation

- Implement General/Advanced tabs for add/edit forms
- Add terminal height detection with user-friendly warnings
- Add Ctrl+J/K tab navigation and SSH RemoteCommand/RequestTTY fields

v1.9.0-beta2

Toggle v1.9.0-beta2's commit message
feat(ui): add tabbed forms with height validation

- Implement General/Advanced tabs for add/edit forms
- Add terminal height detection with user-friendly warnings
- Add Ctrl+J/K tab navigation and SSH RemoteCommand/RequestTTY fields

v1.9.0-beta

Toggle v1.9.0-beta's commit message
feat: reorganize release notes

1.8.0

Toggle 1.8.0's commit message
docs: update README.md and remove CONFIG.md

v1.7.0

Toggle v1.7.0's commit message
fix: remove discussion_category_name (discussions not enabled)

v1.7.0-beta

Toggle v1.7.0-beta's commit message
fix: make ValidateIdentityFile test robust for CI environments

- Remove assumption that ~/.ssh/id_rsa always exists
- Test tilde path expansion without asserting file existence

v1.6.0

Toggle v1.6.0's commit message
fix(ci): correct version injection in build workflow

- Change -X flag from cmd.version to cmd.AppVersion
- This fixes version display showing 'dev' instead of actual version
- Binaries will now display correct version when built via GitHub Actions

v1.6.0-dev

Toggle v1.6.0-dev's commit message
feat: add port forwarding history persistence

1.5.2

Toggle 1.5.2's commit message
fix: resolve search behavior when cursor is not at top of list

- Fix search mode not triggering properly after navigation
- Preserve cursor position during filtering operations
- Add comprehensive UI tests for search functionality
- Improve search to include user field filtering