Skip to content

Commit 11559d0

Browse files
authored
Merge pull request #302 from veeso/0.16
0.16
2 parents 6205c7f + 79c3309 commit 11559d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+6139
-3050
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- [Changelog](#changelog)
4+
- [0.16.0](#0160)
45
- [0.15.0](#0150)
56
- [0.14.0](#0140)
67
- [0.13.0](#0130)
@@ -37,6 +38,24 @@
3738

3839
---
3940

41+
## 0.16.0
42+
43+
Released on 14/10/2024
44+
45+
- [**Multi Host support**](https://github.com/veeso/termscp/issues/285):
46+
- Now it is possible to work on two different remotes `remote A -> remote B` instead of just `localhost -> remote`
47+
- Cli arguments now accept an additional `remote-args` for the left panel.
48+
- For more details read this issue <https://github.com/veeso/termscp/issues/285>.
49+
- Change between auth forms with `<BACKTAB>`
50+
- Bookmarks are automatically loaded into the last auth form.
51+
- [Issue 289](https://github.com/veeso/termscp/issues/289): Use `uzers` instead of the dead package `users` which has several vulnerabilities
52+
- [Issue 290](https://github.com/veeso/termscp/issues/290): Password prompt was broken
53+
- [Issue 298](https://github.com/veeso/termscp/issues/298): tuirealm 2.x
54+
- Fixed some performance issues where sometimes the app froze for a couple of seconds, thanks to this <https://github.com/veeso/tui-realm/pull/78>.
55+
- [Issue 292](https://github.com/veeso/termscp/issues/292): New version alert was not displayed due to a semver regex issue.
56+
- [Issue 291](https://github.com/veeso/termscp/issues/291): Show `..` directory before all the others in the explorer. If you click on it you'll go the parent directory (same as pressing `<U>`). No, you can't select it for transfers and it's actually been implemented in the worse way possible, because this little change would require a huge refactoring of the explorer component. I promise I will do it one day, but I dunno when.
57+
- Logging: filter out messages not related to termscp or remotefs
58+
4059
## 0.15.0
4160

4261
Released on 03/10/2024

0 commit comments

Comments
 (0)