mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
changelog
This commit is contained in:
@@ -20,6 +20,12 @@ Released on FIXME: date
|
|||||||
|
|
||||||
- **New explorer features**:
|
- **New explorer features**:
|
||||||
- **Execute** a command pressing `X`. This feature is supported on both local and remote hosts (only SFTP/SCP protocols support this feature).
|
- **Execute** a command pressing `X`. This feature is supported on both local and remote hosts (only SFTP/SCP protocols support this feature).
|
||||||
|
- Enhancements:
|
||||||
|
- Input fields will now support **"input keys"** (such as moving cursor, DEL, END, HOME, ...)
|
||||||
|
- For developers:
|
||||||
|
- Activity refactoring
|
||||||
|
- Developed an internal library used to create components, components are then nested inside a View
|
||||||
|
- The new engine works through properties and states, then returns Messages. I was inspired by both React and Elm.
|
||||||
- Bugfix:
|
- Bugfix:
|
||||||
- Prevent resetting explorer index on remote tab after performing certain actions (list dir, exec, ...)
|
- Prevent resetting explorer index on remote tab after performing certain actions (list dir, exec, ...)
|
||||||
- SCP file transfer: prevent infinite loops while performing `stat` on symbolic links pointing to themselves (e.g. `mylink -> mylink`)
|
- SCP file transfer: prevent infinite loops while performing `stat` on symbolic links pointing to themselves (e.g. `mylink -> mylink`)
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use crate::ui::layout::{Msg, Payload};
|
|||||||
use tui::{
|
use tui::{
|
||||||
layout::{Constraint, Direction, Layout},
|
layout::{Constraint, Direction, Layout},
|
||||||
style::Color,
|
style::Color,
|
||||||
widgets::{Borders, Clear},
|
widgets::Clear,
|
||||||
};
|
};
|
||||||
|
|
||||||
impl AuthActivity {
|
impl AuthActivity {
|
||||||
|
|||||||
Reference in New Issue
Block a user