1
0
mirror of https://github.com/HorlogeSkynet/SSHubl.git synced 2024-09-16 16:00:11 +02:00
SSHubl/CHANGELOG.md
Samuel FORESTIER d3ef40fe79 Disables spellcheck in remote terminal view (Terminus v0.3.32+)
This patch replaces previous Terminus package detection by a proper
`terminus_open` lookup (actually `TerminusOpenCommand` command class).

SSHubl won't (try to) consume PackageControl API anymore, which should
result in better performance when opening a remote terminal for the
first time.

New `st_utils.get_command_class` function comes with some proper testing
(including its conditional cache feature).

As Terminus v0.3.32 was released on 15/08/2024, we expect it to be
globally rolled out before next version of SSHubl.
2024-09-02 19:18:32 +02:00

1.9 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Disable spellcheck in remote terminal view (Terminus v0.3.32+)

0.4.0 - 2024-08-07

Added

  • Package now available on Package Control
  • Path of UNIX domain socket that couldn't be removed in warning log message

0.3.0 - 2024-07-31

Added

  • UNIX domain socket automatic removal on forward cancellation

Changed

  • Only hide forward target host part when it corresponds to a "loopback" or "unspecified" IP address in view statuses

Fixed

  • Reverse forward opening when remote target is an UNIX domain socket
  • Reverse forward with remote port allocation (e.g. -R 127.0.0.1:0:[...]) isn't removed from session on cancellation

0.2.1 - 2024-07-14

Changed

  • Project preview
  • Disable pexpect remote prompt hacks (polluting shell history)

Fixed

  • Remote folder opening when there isn't any currently opened folder

0.2.0 - 2024-07-11

Added

  • edit_settings command
  • Hot reloading for (most of) settings
  • Configure Dependabot on GitHub
  • Re-connection password prompt cancellation confirmation

Fixed

  • Stop re-connection attempts if user decides to
  • Cancellation of reverse forwards with remote port allocation (e.g. -R 127.0.0.1:0:[...])

0.1.0 - 2024-07-06

Added

  • Initial release