Skip to content

Commit 77646a1

Browse files
# Release v1.0.31
## Add Connection Form Enhancements - feat: Add passphrase handling for encrypted private keys in connection form (#17) ## Terminal Improvements - fix: #3 Backspace key handling in terminal - Enhanced handling of backspace characters by sending proper ASCII code to SSH session - Reduced default terminal font size for better readability - Updated app bar styling and removed unused UI elements - feat: #13 Add Terminal Shortcut Bar - Added customizable shortcut bar at the bottom of terminal screen - Implemented toggle functionality in app bar and options menu - Created specialized shortcut keys for common terminal commands - Added support for modifier keys (CTRL, ALT) with visual feedback - refactor: Improved Terminal UI Code Organization - Moved `TerminalShortcutBar` and `ShortcutKey` to dedicated files - Enhanced shortcut bar with flexible row definitions - Modified keyboard input handling for better UX - feat: Enhanced Terminal Shortcut Functionality - Added common Ctrl combination letter keys to shortcut bar - Improved handling of key inputs with modifier keys - Created dedicated keyboard shortcut handling system - fix: Key Combination Shortcuts with Ctrl and Alt - Implemented direct terminal control sequence processing - Enhanced keyboard input interception at terminal output level - Added automatic modifier reset to prevent "stuck" modifiers
1 parent 20d66f1 commit 77646a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Building GUI for the Linux System Administrator"
44
# pub.dev using `flutter pub publish`. This is preferred for private packages.
55
publish_to: "none" # Remove this line if you wish to publish to pub.dev
66

7-
version: 1.0.30+10030
7+
version: 1.0.31+10031
88

99
environment:
1010
sdk: ^3.5.3

0 commit comments

Comments
 (0)